Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SHF] 💠 SHAFT ⛏Mining-oriented⛏ CryptoCurrency 💠
by
Hurtman
on 20/09/2017, 06:15:51 UTC
Hi all, can anybody write some commands for getting balance\send payout and other things with console wallet? Smiley
web3.eth.getBalance("wallet") balance
personal.unlockAccount("WALLET","PASS",300) unlock account for transaction
web3.eth.sendTransaction({from:"MYWALLET", to:"YOURWALLET", value: web3.toWei(1, "ether")}) sending coins