Post
Topic
Board Announcements (Altcoins)
Re: 🔥🔥[ANN][WEB]🌎Webchain⚡️CPU mining⚡️DApps via Websites and IoT🚀No ICO or ASIC
by
CryptoAtom
on 17/05/2018, 07:01:31 UTC
Another question, I got a friend to start mining too and we want to try sending coin to each other. Can I do it from console? or do we have to wait for the GUI wallet?

Hello!

You can do it from the console.

You need to run webchaind and follow these steps:
1) Run personal.unlockAccount(WALLET)

where “WALLET” refers to your webchain wallet number. You will be asked to enter your password. Enter it and continue.

c) To send coins to other wallet, use this command with the following arguments:
webchain.sendTransaction({from:'WALLET1', to:'WALLET2', value: web3.toWei(0.05, "ether"), gas:21000});

where “WALLET1” is your wallet, “WALLET2” is the recipient's wallet, 0.05 is the amount of WEB you want to send (0.05 is an example).

Hi,
 I wish to know balance using web3.fromWei(webchain.getBalance('walletaddress'), "ether"), but always showing 0 but I have received coins from pool, how to update my wallet, please let me know.