Hi!
I have been mining for a few weeks and have according to etherchain.org mined 1,4 ethereum. But when i start geth console from my cpp-ethereum folder and run the command eth.getBalance(eth.coinbase) I always get zero. I expect that the blockchain has not synced completely, but it has been syncing for weeks now and all I am getting are single block imports:
I0218 07:14:34.960057 core/blockchain.go:1067] imported 1 blocks, 18 txs ( 3.010 Mg) in 2m26.969s ( 0.020 Mg/s). #2701559 [c7227646…]
I0218 07:15:40.654233 core/blockchain.go:1067] imported 1 blocks, 21 txs ( 0.316 Mg) in 1m5.694s ( 0.005 Mg/s). #2701560 [c3a0dc45…]
Is there something wrong with my sync? Should I resync the entire blockchain?
This is frustrating as I can't transfer my funds anywhere as I my wallet is currently empty..
> I0218 07:12:03.915329 eth/downloader/downloader.go:326] Block synchronisation started
> eth.coinbase
"0x84ed40fa9d16a0e6ac4857fc24510411a669a86c"
>
> eth.getBalance(eth.coinbase)
0
I have been mining for a few weeks and have according to etherchain.org mined 1,4 ethereum. But when i start geth console from my cpp-ethereum folder and run the command eth.getBalance(eth.coinbase) I always get zero. I expect that the blockchain has not synced completely, but it has been syncing for weeks now and all I am getting are single block imports:
I0218 07:14:34.960057 core/blockchain.go:1067] imported 1 blocks, 18 txs ( 3.010 Mg) in 2m26.969s ( 0.020 Mg/s). #2701559 [c7227646…]
I0218 07:15:40.654233 core/blockchain.go:1067] imported 1 blocks, 21 txs ( 0.316 Mg) in 1m5.694s ( 0.005 Mg/s). #2701560 [c3a0dc45…]
Is there something wrong with my sync? Should I resync the entire blockchain?
This is frustrating as I can't transfer my funds anywhere as I my wallet is currently empty..
> I0218 07:12:03.915329 eth/downloader/downloader.go:326] Block synchronisation started
> eth.coinbase
"0x84ed40fa9d16a0e6ac4857fc24510411a669a86c"
>
> eth.getBalance(eth.coinbase)
0