Pages:
Author

Topic: [ANN][WEBD][CPU][POW&POS] 🌍 WebDollar - Currency of the Internet | in browser - page 9. (Read 43587 times)

sr. member
Activity: 732
Merit: 251
Your hash is way to low for POW (only if you install a Linux on it you might have a small chance in BACM with CPP miner). But you can buy some WEBD and stake it. For taking it does not mater how powerful the machine is.
could you explain please what means "in BACM with CPP miner" ?
newbie
Activity: 77
Merit: 0
Your hash is way to low for POW (only if you install a Linux on it you might have a small chance in BACM with CPP miner). But you can buy some WEBD and stake it. For taking it does not mater how powerful the machine is.
newbie
Activity: 11
Merit: 0
Are there any others having problems with the webbrowser mining?
My PC is running 24 hours a day and my potential balance is pending between 10 to 200 WEBD, but my available Balance stays the same for over 24 hours.
Sometimes a cluster error occurs page reloads and my potential balance is gone, and the yellow circle next to the mining power is running all the time.
I haven't seen "staking..." for days now.

My System runs on Win 7 64-bit
old PC Intel core 2 duo (hashrate between 450-600 hash/sec)
Chrome portable v72 (also tried other versions and browsers same results as mentioned above.)

Is this normal or are there any kind of things I can do to fix this.
It makes no sense to run the PC for days and get nothing out of it.  Cry

Have you tried refreshing the cache? CTRL+SHIFT+R

Also with that low hash rate at the moment, i doubt you will actually get something Sad
newbie
Activity: 4
Merit: 0
Soon to be listed on CryptoExchange - Top 15 CMC!

After successfully deploying hybrid mining, the easiest way to use cryptocurrency in the world meets one of the largest CryptoExchange on the globe.
WebDollar is officially soon to be listed on p2pb2b.io - Top 15 CMC!


Any updates ?

Not yet .
sr. member
Activity: 1622
Merit: 270
Undeads.com - P2E Runner Game
Soon to be listed on CryptoExchange - Top 15 CMC!

After successfully deploying hybrid mining, the easiest way to use cryptocurrency in the world meets one of the largest CryptoExchange on the globe.
WebDollar is officially soon to be listed on p2pb2b.io - Top 15 CMC!


Any updates ?
full member
Activity: 670
Merit: 130
For the terminal miners & pos stakers
If you noticed that your miner cannot connect anymore you need to update the software.

1. You either stop the miner and you are in your Node-WebDollar folder or go to your Node-WebDollar folder
2. sudo su or sudo -i to take root access
3. Next command is bash update.sh
4. Next command is bash build-argon2.sh
5. Wait till update finish and you're good to go (meaning start miner again with npm run commands, 30, 10, etc.)
newbie
Activity: 77
Merit: 0
And if you have an encrypted wallet at this point there are two solutions for mining in POS rounds:
1) Mine with it in terminal (see tutorials above in this page);
2) Move your WEBD into a new fresh unencrypted wallet (save it first) and then mine in Browser.

Mining in POW rounds can be done in any way you choose, there are no restrictions.
newbie
Activity: 4
Merit: 0
Hi! how to stake from web? I tried to connect to the official website a few times and import my wallets, but nothing works Sad

Is there a "web PoS guide"?

Thanks


Hi ! you don't have to do anything special for webdollar POS mining . You just have to upload your wallet (your wallet must be unencrypted) , choose a pool where you want to mine . If you have problems with starting the mining process , please press shift ctrl r command for a clean refresh Smiley Good luck!
jr. member
Activity: 313
Merit: 8
Hi! how to stake from web? I tried to connect to the official website a few times and import my wallets, but nothing works Sad

Is there a "web PoS guide"?

Thanks
newbie
Activity: 30
Merit: 0
Soon to be listed on CryptoExchange - Top 15 CMC!

After successfully deploying hybrid mining, the easiest way to use cryptocurrency in the world meets one of the largest CryptoExchange on the globe.
WebDollar is officially soon to be listed on p2pb2b.io - Top 15 CMC!

newbie
Activity: 232
Merit: 0
Really great to see that WEBD has been listed at gymbase:  https://gymbase.io/exchange/?market=WEBD_ETH
That's going to bring some traction. Great job!!
Is it official Exchange for Webdollar?
It was just launched, February 4.
I mean, was this decision (add WEBD on this exchange) agreed with the WEBD development team?




Is not the official WebDollar exchange, is just an exchange which love our project and decided to add webdollar there. Already traded on that exchange 36M webds
sr. member
Activity: 1622
Merit: 270
Undeads.com - P2E Runner Game
Really great to see that WEBD has been listed at gymbase:  https://gymbase.io/exchange/?market=WEBD_ETH
That's going to bring some traction. Great job!!
Is it official Exchange for Webdollar?
It was just launched, February 4.
I mean, was this decision (add WEBD on this exchange) agreed with the WEBD development team?


newbie
Activity: 7
Merit: 0
Really great to see that WEBD has been listed at gymbase:  https://gymbase.io/exchange/?market=WEBD_ETH
That's going to bring some traction. Great job!!
newbie
Activity: 77
Merit: 0
Good JOB!
There are other alternatives like using  a Virtual Box with a Ubuntu 18 in it.
And then you can use the guide from here: https://github.com/cbusuioceanu/How-to-mine-WebDollar-with-Linux-Terminal/blob/master/how-to-mine-webd-linux-terminal.md
and in the end to be sure you have it up to date run the following commands (one after the other):
git reset --hard origin/master
git pull origin master
npm install
bash build-argon2.sh

For the last one you will have to tune it for your system, It will set it up for both POS and POW in terminal!

PS. the wallet you can just copy on the Linux VM by connecting to it with WinSCP and copying your encrypted wallet in there in /home/youruser.

Happy mining!
full member
Activity: 670
Merit: 130
WEB DOLLAR POS FROM TERMINAL (LINUX) GUIDE

Important 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-win10

1.   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/IsTIDqh

4.   Type the following command --> git clone https://github.com/WebDollar/Node-WebDollar.git
https://imgur.com/a/2yEHIOk

5.   When clone finish, type the next command -->  cd Node-WebDollar
https://imgur.com/a/shQmEvE

6.   THIS STEP IS CRITICAL. Then you have to take root access, so next command is --> sudo su or sudo -i
And type password to become root
https://imgur.com/a/ILqitmu
 
7.   Next command is --> bash install-miner.sh
https://imgur.com/VPjIE1j
It 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.webd
https://imgur.com/oBv8UHp

9.   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/ruv5g5I
b.   Copy the information there in to your wallet.webd file
https://imgur.com/muN6Awo
c.   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.webd
https://imgur.com/XSIH04g
 
11.   Then type --> npm run commands
If you get an error here you do the following
https://imgur.com/a/gw7kCsc
a.   You need to be in Node-WebDollar folder to execute the commands below
b.   Type --> sudo -i
c.   Then type --> rm -fr node_modules
d.   And the install npm again --> apt install npm

12.   Wait until the CLI Menu pops up.
https://imgur.com/5ICtob8

13.   Then you select/type --> 4
14.   Then you type --> wallet.webd
It has to show that your wallet has been successfully imported as shown below. Else you didn’t copy and paste the data of your exported wallet.
https://imgur.com/rIgYlPr

15.   Then you have to select your mining address. So you select/type --> 7
16.   Then you select/type --> 1
17.   Then you select/type --> 30
18.   Then you type or copy & paste your wallet’s password (12 words). It’s the seed word where you encrypted your wallet.
https://imgur.com/QDJYRJr

19.   Now you have to select a pool. So select/type --> 10
20.   Insert (copy & paste) pool link --> https://webdmine.io/pool/1/BACMpool/0.01/21dc1f57cb7338963ea159877b4ade97b71dd11ac17292e3852bdc33a26a17e4/https:$$pool.bacm.ro:443
https://imgur.com/1mDHqYI

21.   Pat yourself in the back and you’re 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 su
And enter root password
4.   Then type --> cd Node-WebDollar
5.   Then type --> npm run commands
6.   Then select/type --> 30
7.   Type or Copy & Paste Wallet Password (12 Words)
8.   Then select/type --> 10
9.   Then confirm pool selection by typing --> y
10.   POS mining started and you’re done again 😊
---------------------------------------------------------------------------------------------------------------------------------------------

Appreciation is Appreciated
If you found this guide helpful you can donate to WEBD$gDTE6jGhj+zp8psjy@Gn#0P90n4pY+apK3$
or give some merit in here.

Peace n Love





full member
Activity: 670
Merit: 130
Hey guys! I want to announce all of you that the HARDFORK was successfully released. Now our miners are moving on the new chain. We will start do in the next days blockchain virtualization and automatized bounty program release. After this exchange and CMC listing

so is POS working? care to explain what we have to do? just leave browser with wallet open?

Yes, PoS is working you can ceheck the webdscan.io to see the blockchain. just add an unencrypterd wallet, connect to a pool and happy mining. Or if your wallet is encrypted add it interminal press 30 for decrypt then 10 for mining in pool, and happy mining!


hi and thanks for the reply, i dont understand how to do the latter "if your wallet is encrypted add it interminal press 30 for decrypt then 10 for mining in pool" care to explain it a bit? is there a way to unlock current wallet instead of making a new unlocked and send all my webd there?
or POS doesn't matter how many coins you stake and its just similar to mining?

ps. https://webdscan.io/ explorer page doesn't load.

Webdscan should work. It was updated lately for PoS and it will be updated more in the next days. In terminal if you want to mine with an encrypted wallet you will be able to do that. Yet there is no way to decrypt a wallet, but is a good ideea to create such tool.


Hi man, we spoke in telegram. With your help i managed to setup POS mining through Ubuntu Terminal with an encrypted wallet.
I'm actually making a guide about it as i told you. It should be done in like 30mins  Grin
newbie
Activity: 232
Merit: 0
Hey guys! I want to announce all of you that the HARDFORK was successfully released. Now our miners are moving on the new chain. We will start do in the next days blockchain virtualization and automatized bounty program release. After this exchange and CMC listing

so is POS working? care to explain what we have to do? just leave browser with wallet open?

Yes, PoS is working you can ceheck the webdscan.io to see the blockchain. just add an unencrypterd wallet, connect to a pool and happy mining. Or if your wallet is encrypted add it interminal press 30 for decrypt then 10 for mining in pool, and happy mining!


hi and thanks for the reply, i dont understand how to do the latter "if your wallet is encrypted add it interminal press 30 for decrypt then 10 for mining in pool" care to explain it a bit? is there a way to unlock current wallet instead of making a new unlocked and send all my webd there?
or POS doesn't matter how many coins you stake and its just similar to mining?

ps. https://webdscan.io/ explorer page doesn't load.

Webdscan should work. It was updated lately for PoS and it will be updated more in the next days. In terminal if you want to mine with an encrypted wallet you will be able to do that. Yet there is no way to decrypt a wallet, but is a good ideea to create such tool.
full member
Activity: 670
Merit: 130
Hey guys! I want to announce all of you that the HARDFORK was successfully released. Now our miners are moving on the new chain. We will start do in the next days blockchain virtualization and automatized bounty program release. After this exchange and CMC listing

so is POS working? care to explain what we have to do? just leave browser with wallet open?

Yes, PoS is working you can ceheck the webdscan.io to see the blockchain. just add an unencrypterd wallet, connect to a pool and happy mining. Or if your wallet is encrypted add it interminal press 30 for decrypt then 10 for mining in pool, and happy mining!


hi and thanks for the reply, i dont understand how to do the latter "if your wallet is encrypted add it interminal press 30 for decrypt then 10 for mining in pool" care to explain it a bit? is there a way to unlock current wallet instead of making a new unlocked and send all my webd there?
or POS doesn't matter how many coins you stake and its just similar to mining?

ps. https://webdscan.io/ explorer page doesn't load.
newbie
Activity: 232
Merit: 0
Hey guys! I want to announce all of you that the HARDFORK was successfully released. Now our miners are moving on the new chain. We will start do in the next days blockchain virtualization and automatized bounty program release. After this exchange and CMC listing

so is POS working? care to explain what we have to do? just leave browser with wallet open?

Yes, PoS is working you can ceheck the webdscan.io to see the blockchain. just add an unencrypterd wallet, connect to a pool and happy mining. Or if your wallet is encrypted add it interminal press 30 for decrypt then 10 for mining in pool, and happy mining!
Pages:
Jump to: