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")
web3.fromWei(eth.getBalance(eth.coinbase), "soil")
this works for me

just catching up on reading lol