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