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.
Default data directory locations Windows: C:\Users\(your username)\AppData\roaming\nix (you may have to enter %appdata% in your search bar to find this directory unless you have Windows set to show hidden directories)
Linux: ~/.nix
MacOS: ~/Library/Application Support/nix
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.
NOTE: If you used Crypto Sharks' script to install, use "systemctl stop NIX" instead of "nix-cli stop"
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.
NOTE: If you used Crypto Sharks' script to install, use "systemctl start NIX" instead of "nixd &"
Last updated
Was this helpful?