My ethereum balance seems to be 0 when checked via geth

血红的双手。 提交于 2019-12-05 16:19:40

It is possible that you are not allowed to participate in the public ethereum network, because your local time might be incorrect (if you are off by 12 seconds it can cause problems already!) or because of your firewall configuration. Check these common connectivity issues for more information. This might cause that the blockchain is not downloaded to your computer at all, which causes that your balance is 0.

One can easily find out whether this is the issue by typing net.peerCount in the JavaScript console, if it is 0, there is a connectivity problem.

It may be that your node has not downloaded the latest blocks in the blockchain, one of which contains your transaction. See: My ethereum balance returns 0 when checked via geth, but according to etherchain it has a value for more details.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!