This guide will teach you how to reindex the SPACE blockchain.
This applies to both Spacecoind and Spacecoin-QT.
Table of Contents
Please Note
A reindex will rebuild all of the blockchain data. It is useful for times when the blockchain is stuck during sync.
Certain times a reindex won’t be enough to fix the current state and you will need to resync the blockchain.
Instructions
-
Close/stop your spacecoin wallet.
-
Navigate to the spacecoin-qt/spacecoin folder.
-
Run
spacecoin-qt
/spacecoind
with the option-reindex
. Ex:spacecoin-qt -reindex
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-reindex
directly after spacecoin-qt.exe. -
Let the blockchain reindex all of the downloaded blocks.