sumoprojects / SumoGUIWallet

Sumokoin GUI Wallet
Other
38 stars 46 forks source link

Add blockchain.raw on wallet releases. #48

Closed bashgnu closed 6 years ago

bashgnu commented 6 years ago

An option to include blockchain.raw to sync blockchain offline would be great help.

bashgnu commented 6 years ago

Found 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