eth says I have a balance of 35 ether - etherchain can't find my address

1

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?

Dane

Posted 2015-12-18T22:17:56.770

Reputation: 406

Question was closed 2019-07-17T18:48:32.300

I have a similar issue, where i cannot verify my eth balance on Etherchain.org, similar to your case it cannot find the address i search for (only have that single address, from Poloniex, if of importance). I am quite new to this, so might be i am missing some basic information, but thought i'd add on to this, since unanswered for 2 months seemingly. – None – 2016-02-19T15:18:28.597

@TobiasKJ: You might want to try asking on the new Ethereum.SE.

Murch 2016-02-19T17:02:28.183

you are probably not up to dateAnlhord Smithson 2016-02-19T23:17:33.230

No answers