almindor / etherwall

Ethereum QT5 Wallet
GNU General Public License v3.0
142 stars 59 forks source link

Thin Client Sync - Showing Block #4719376 #76

Closed N1ck3l closed 6 years ago

N1ck3l commented 6 years ago

Hi!

It seems that the thin client is a bit off sync now. Is there any way to check if it's something on my side or is server-side?

Right now is showing for me block # 4719376

almindor commented 6 years ago

Hmm good find. On first glance the server's geth node seems fine, accepting single blocks but the number is below the current tip. I think the node either got off and went on a reorg chain or is just behind on peers, will try to remedy with restart and/or resync.

N1ck3l commented 6 years ago

Thanks! I found it when I sent a tx and showed up at the network but was not updating at the client.

During that period I created an account, which I think went ok. We will see as soon as the client updates to the latest block.

almindor commented 6 years ago

Seems the node is having trouble importing the cryptokitty blocks. It seems to be on the right chain just goes literally one block by one block.

The machine it's running on has a huge but slower disk, I think this contributes now that it hit the "superbusy" kitty-blocks. It is still going faster than new blocks are made atm. so I'll keep it going for a while. Will issue a warning to users tho. Thanks for reporting.

I'll keep the issue open until it catches up, worst case scenario I'll let it resync from scratch using the pruning method.

N1ck3l commented 6 years ago

Makes sense. Thanks for the heads-up.

Warning: Kitties are filling the place!

almindor commented 6 years ago

Node is now caught up, the "historic tx" db is still a bit behind but that's not a critical functionality so closing this issue now.