How to have a working windows Lbry wallet (windows 10) without Virtual Machine
lbry·@fidasx·
0.000 HBDHow to have a working windows Lbry wallet (windows 10) without Virtual Machine
<p>hello everyone i know many of you don't have the time or resources to setup an LBC (<a href="https://lbry.io/" rel="noopener">lbry.io</a>) on windows but i have a fairly simple solution so lets start</p> <ol> <li> you need to have windows 10 1607 installed this is the latest anniversary update</li> <li>open windows features by typing OptionalFeatures.exe on the search bar</li> <li><img src="https://i.imgur.com/rnAxHDk.png" /></li> <li>check the box "Windows Subsystem for linux (beta)" after that restart your pc you now have a working linux subsystem on windows this is not a vm or something its native linux on windows.</li> <li>enable Developer mode </li> <li><img src="https://i.imgur.com/kEq91uG.png" /></li> <li>ok lets continue by opening CMD(command prompt) you can either type cmd or right click the start button</li> <li>type "bash" windows will ask if you want to install Linux type "Y"and press enter it will start downloading and installing Linux on your machine wait to finish</li> <li>when its done it will ask you to choose a username and password put anything you want (don't forget the password :P) thats it for now lets continue by installing the wallet</li> <li>insert one line at a time and let it finish</li> </ol> <h3><code>sudo apt-get install libgmp3-dev build-essential python2.7 python2.7-dev python-pip git<br /> git clone https://github.com/lbryio/lbry.git<br /> cd lbry<br /> sudo python setup.py install</code></h3> <p>when its done the wallet is installed and you now have a working Lbry wallet-network</p> <p> To start LBRY, run <code>lbrynet-daemon</code> in the terminal</p> <p>that's it done point your browser to <a rel="noopener">localhost:5279 </a></p> <p>if everything went fine you will see the browser page have fun :)</p>