Bootstrap Installation
Bootstrap installation instructions
If for whatever reason the following doesn't fix your issue, join the Discord server and ask in the public channels only for help. Do not respond to any DMs as scammers might try to trick you into giving them your funds!
QT/GUI Wallets
Download the NIX Blockchain Bootstrap file.
Close/shutdown your wallet.
Navigate to the NIX data directory.
Delete blocks and chainstate directories.
Unzip contents of the bootstrap .zip file to the NIX data directory.
Restart your wallet.
CLI Wallet
First, stop the wallet and delete the blocks and chainstate directories. Though not necessarily required, you might also want to delete the peers and banlist files.
nix-cli stop
rm -r ~/.nix/{blocks,chainstate,peers.dat,banlist.dat}You can use wget or gdown to download the file..
wget
If your system does not have wget and unzip already installed (commands assume Ubuntu Linux):
gdown
If your system does not have python-pip, gdown, and unzip already installed (commands assume Ubuntu Linux):
Restart your wallet.
Last updated
Was this helpful?