Reindexing your Firo wallet

Reindexing your wallet

WARNING: it is highly recommended that you do not proceed unless you are directed here by members of the Firo support team. Reindexing is very time-intensive and solutions sometimes exist for your problem that only takes several minutes to solve.

Make sure you are always on the latest release by going to our release page.

If you suspect that the chainstate is corrupted, please start the wallet with the -reindex-chainstate flag. This will start the Firo wallet and begin the reindex-chainstate process and will take several hours.

If you suspect corrupted blocks, please run -reindex instead.

If you need to rescan your wallet, please run with -rescan instead. This can take between 5 to 30 minutes to run.

Windows

Open the folder where the firo-qt.exe is located. Hold Shift, right-click inside the folder and select ‘Open PowerShell window here’.. In the PowerShell window that appears, type:

.\firo-qt.exe -reindex

Linux

Navigate to the directory where your firo-qt binary is. In the Terminal, type in the following:

./firo-qt -reindex

If you want to reindex your masternode:

./firod -daemon -reindex

Note that the time to finish reindex differs greatly depending on your VPS’ performance.

macOS

Using the Terminal, enter the following command:

/Applications/firo-qt.app/Contents/MacOS/Firo-qt -reindex