This guide will teach you how to rewind the SPACE blockchain.
This applies to both Spacecoind and Spacecoin-QT.
When rewinding, make sure you choose a block a bit before the block when your error occurred.
Certain times a rewind will fail and you will need to resync the blockchain.
-
Close/stop your spacecoin wallet.
-
Navigate to the spacecoin-qt/spacecoin folder.
-
Run
spacecoin-qt
/spacecoind
with the option-rewind=xxxxxx
. xxxxxx is the block height it will rewind to. Ex:spacecoin-qt -rewind=313131
On windows, go to your
spacecoin-qt
file, right click and selectCreate Shortcut
. Then right click on the shortcut and selectProperties
. Then go to theTarget
field on the Shortcut page of the Properties screen. Add-rewind=xxxxxxx
directly after spacecoin-qt.exe. -
Let the blockchain rewind to the specified block and then sync to the latest block.