Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SOIL - fair launch, environmentally conscious, community driven
by
CryptoBeef
on 17/10/2015, 19:23:57 UTC
whats the command to get the balance ?

web3.fromWei(eth.getBalance(eth.account[0]), "ether")

doesn't work..

also not web3.fromWei(eth.getBalance(eth.account[0]), "soil")

I'm still using the ethereum commands with lot of clone ..it's more easy ^^
very simple commands:


To get the accounts

eth.accounts

To get the balance

eth.getBalance("yourwallet")

bye