ethereum / mist

[DEPRECATED] Mist. Browse and use Ðapps on the Ethereum network.
http://ethereum.org
GNU General Public License v3.0
7.44k stars 2.12k forks source link

Ethereum Wallet #4010

Open Kosankuz opened 5 years ago

Kosankuz commented 5 years ago

Ethereum Wallet Version: 0.11.0 OS & Version: MacOsX High Sierra 10.13.5

Number of blocks synchronized: 5982061

Hello Everyone, I have updated Ethereum wallet to the latest version there is. I think it is great idea that now you can use it straight away and don't have to wait until it is fully synced (thanks to the remote node technology) However for my needs i need to get chaindata to be downloaded but i am getting the same issue tha was in the past versions - 65 blocks . I am on a main network and using FAST Sync Mode but still having the same issue of 65 blocks .

Cold anyone please advise if this is an ongoing issue or this can be fixed now somehow?

image

Thank you very much for your Help!!!

Kind regards, Konstantin

Voljanin commented 5 years ago

Снумснумрики сломали все и чинят.

evertonfraga commented 5 years ago

Hi @Kosankuz,

when using fast sync mode, Geth gets block headers until CURRENT - 65, while downloads the states. The state is the big chunk of data from the blockchain.

From your debug image (thanks for sending along!) I can see you have 17,652,388 known states, from which you've downloaded 17,642,428.

So you're ~10k state segments behind. Hang on, you are almost there! :)

Kosankuz commented 5 years ago

Hello @evertonfraga ,

Thank you for the explanation . I shall give it some more time . :) Will definitely let you know the outcome if this has been successfully downloaded or not . Once again Thank you very much!