Bootstrap Installation

Bootstrap installation instructions

QT/GUI Wallets

  1. Download the NIX Blockchain Bootstrap file.

  2. Close/shutdown your wallet.

  3. Navigate to the NIX data directory.

  4. Delete blocks and chainstate directories.

  5. Unzip contents of the bootstrap .zip file to the NIX data directory.

  6. 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.

nix-cli stop
rm -r ~/.nix/{blocks,chainstate,peers.dat,banlist.dat}

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?