Open DrMaqueo opened 6 years ago
Same problem on macOS
same problem but nothing answer
116522 2 days and %99 waiting
116523 same here
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
@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
Using Sumokoin_GUI_Wallet-v0.0.3-w64.zip
If I run sumokoind.exe standalone, same thing. Right now reports
Synchronizing ... 116521/116913 (99%)