In the ethconsole I get the following:
> web3.fromWei(web3.eth.getBalance(web3.eth.coinbase), "ether")
35'
When I run web3.eth.coinbase
and enter the resulting 0x00f24...
address into https://www.etherchain.org/ , I get Error: Account '0x00f24...' not found!
.
How do I independently verify my balance? Is my coinbase
address my wallet address? Or do I have a different address where the ether is residing?