> web3.eth.getBalance("0x1d28cd1d8d283a01ec73e3fa6bf9c2343b7864e4")
41377158276000000000
Does that look correct, i think ive changed coinbase and now it shows i have a balance ?
use
web3.fromWei(eth.getBalance(web3.eth.accounts[0]), "ether")
from geth console