WEB DOLLAR POS FROM TERMINAL (LINUX) GUIDEImportant Notes I used Ubuntu 18 which is embedded in Win 10 but i believe it will work in any ubuntu and most linux distributions
This guide is for importing an existing wallet which is locked (encrypted)
Commands are in
Bold Install Windows Subsystem for Linux (WSL) on on Windows 10 Guide -->
https://docs.microsoft.com/ro-ro/windows/wsl/install-win101. Go to
https://webdollar.io/ and export your wallet file by clicking the arrow facing down as shown in the picture below
https://imgur.com/a/ckFYixD 2. Save the .webd wallet file to your computer. You will need it later. This file is also a backup of your wallet.
3. Open Ubuntu/Linux Terminal as shown in the picture below
https://imgur.com/a/IsTIDqh4. Type the following command -->
git clone https://github.com/WebDollar/Node-WebDollar.githttps://imgur.com/a/2yEHIOk5. When clone finish, type the next command -->
cd Node-WebDollarhttps://imgur.com/a/shQmEvE6.
THIS STEP IS CRITICAL. Then you have to take root access, so next command is -->
sudo su or
sudo -iAnd type password to become root
https://imgur.com/a/ILqitmu 7. Next command is -->
bash install-miner.shhttps://imgur.com/VPjIE1jIt will take a bit. Wait for it to finish
8. Now we create our webd wallet in ubuntu in order to import it later on. So next command is -->
nano wallet.webdhttps://imgur.com/oBv8UHp9. Now you put your wallet information in the wallet.webd file.
a. Open the file you saved in
STEP 2 with a text editor (notepad, notepad++ if you are in both windows and ubuntu or nano, vi etc. if you are in ubuntu only)
https://imgur.com/ruv5g5Ib. Copy the information there in to your wallet.webd file
https://imgur.com/muN6Awoc. After you paste your wallet info you press
Ctrl+O and
Enter to save the file
d. And
Ctrl+X to exit nano editor.
10. Then type -->
chmod +x wallet.webdhttps://imgur.com/XSIH04g 11. Then type -->
npm run commandsIf you get an error here you do the following
https://imgur.com/a/gw7kCsca. You need to be in Node-WebDollar folder to execute the commands below
b. Type -->
sudo -ic. Then type -->
rm -fr node_modulesd. And the install npm again -->
apt install npm12. Wait until the CLI Menu pops up.
https://imgur.com/5ICtob813. Then you select/type -->
414. Then you type -->
wallet.webdIt has to show that your wallet has been successfully imported as shown below. Else you didnt copy and paste the data of your exported wallet.
https://imgur.com/rIgYlPr15. Then you have to select your mining address. So you select/type -->
716. Then you select/type -->
117. Then you select/type -->
3018. Then you type or copy & paste your wallets password (12 words). Its the seed word where you encrypted your wallet.
https://imgur.com/QDJYRJr19. Now you have to select a pool. So select/type -->
1020. Insert (copy & paste) pool link -->
https://webdmine.io/pool/1/BACMpool/0.01/21dc1f57cb7338963ea159877b4ade97b71dd11ac17292e3852bdc33a26a17e4/https:$$pool.bacm.ro:443https://imgur.com/1mDHqYI21. Pat yourself in the back and youre done 😊
---------------------------------------------------------------------------------------------------------------------------------------------
If you restart your machine and want to start POS mining again you do the following:
1. Start Ubuntu
2. Open Terminal
3. Take root access. Type -->
sudo suAnd enter root password
4. Then type -->
cd Node-WebDollar5. Then type -->
npm run commands6. Then select/type -->
307. Type or Copy & Paste Wallet Password (12 Words)
8. Then select/type -->
109. Then confirm pool selection by typing -->
y10. POS mining started and youre done again 😊
---------------------------------------------------------------------------------------------------------------------------------------------
Appreciation is AppreciatedIf you found this guide helpful you can donate to WEBD$gDTE6jGhj+zp8psjy@Gn#0P90n4pY+apK3$
or give some merit in here.
Peace n Love
Great tutorial. Thank you very much for your time!!