sumoprojects / SumoGUIWallet

Sumokoin GUI Wallet
Other
38 stars 46 forks source link

Daemon does not update past block 116521 #44

Open DrMaqueo opened 6 years ago

DrMaqueo commented 6 years ago

Using Sumokoin_GUI_Wallet-v0.0.3-w64.zip

If I run sumokoind.exe standalone, same thing. Right now reports

Synchronizing ... 116521/116913 (99%)

Vykook commented 6 years ago

Same problem on macOS

schachtuncay commented 6 years ago

same problem but nothing answer

schachtuncay commented 6 years ago

116522 2 days and %99 waiting

63MTC commented 6 years ago

116523 same here

DrMaqueo commented 6 years ago

OK I got no help here ... but I tried something and worked. I downloaded the binaries "Aomori" (https://github.com/sumoprojects/sumokoin/releases/download/v0.3.0.0/sumokoin.win.x64.v0-3-0-0.zip)

In there you have sumo-blockchain-import.exe

I started downloading the raw blockchain, to try to rebuild the database faster, but it turned out I did not need to use it.

Checking the --help from the exe, I found --pop-blocks arg (=0) Remove blocks from end of blockchain

Since it could not update past 116521, I decided to pop from the end 5 blocks PS C:\Sumokoin_GUI_Wallet-v0.0.3-w64\Resources\bin> .\sumo-blockchain-import.exe --pop-blocks 5 with output (just 2 last lines) 2018-Apr-12 19:27:10.767491 height: 116521 2018-Apr-12 19:27:12.091431 height: 116516

NOW, I went ahead and started the GUI Wallet, and voilá ... now is synchronizing perfectly.

I hope it helps ... Have fun

quangvu3 commented 6 years ago

@DrMaqueo Smart move, guy :)

If you can use sumo-blockchain-import from https://github.com/sumoprojects/sumokoin/releases/download/v0.3.0.0/ , you can always donwload the latest blockchain raw file from:

https://blockchain.sumokoin.org/blockchain.raw

And import the blockchain with the command:

sumo-blockchain-import --input-file /path/to/blockchain.raw

You can also disable verification to speed up the importing process with:

sumo-blockchain-import --input-file /path/to/blockchain.raw --verify 0