Hi,
I did "apt-get install geth" on my ubuntu 14.04 LTS server, then in geth I created a new account. Got some one to send me some ether at 0xae8f3c8d1134e50a7c63c39d78406ab7334149ac but when I "geth console" and
> eth.accounts
["0xae8f3c8d1134e50a7c63c39d78406ab7334149ac"]
> web3.fromWei(eth.getBalance(eth.coinbase), "ether")
0
I see a 0 balance. Any explanations or suggestions?
0 ·
Comments
at block: 811053 (Thu, 07 Jan 2016 05:41:45 EST)
modules: admin:1.0 db:1.0 debug:1.0 eth:1.0 miner:1.0 net:1.0 personal:1.0 shh:1.0 txpool:1.0 web3:1.0
> I0306 11:26:47.148869 6573 nat.go:111] mapped network port tcp:30303 -> 30303 (ethereum p2p) using UPNP IGDv1-IP1
I0306 11:29:36.477167 6573 downloader.go:288] Block synchronisation started
I0306 11:31:12.689569 6573 downloader.go:267] Synchronisation failed: no peers to keep download active
I0309 05:02:50.722805 5164 downloader.go:267] Synchronisation failed: no peers to keep download active
What I have to do?