This repository contains the bootstrap chain files for the Blocknet blockchain. Using these files helps shorten the amount of time it takes to sync the wallet since you don't need to sync the blockchain from scratch.
If you have never ran the Blocknet wallet, follow the first set of directions below. If you have already ran the Blocknet wallet before, follow the second set of directions below.
Video Tutorials: Windows | MacOS
-
Download the latest bootstrap files.
-
Find the downloaded Blocknet.zip file and double-click. This will unzip the file and show a folder named Blocknet.
-
Close and quit the Blocknet wallet if it is running.
-
Navigate to your OS's respective data directory.
- For Windows:
C:\Users\[YourUsername]\AppData\Roaming\Blocknet\
- Or paste
%appdata%\Roaming\Blocknet\
into the file explorer path field
- Or paste
- For MacOS:
~/Library/Application Support/Blocknet/
- Open Finder and in the program menu select Go > To Folder and enter the above path.
- For Linux:
~/.blocknet/
- For Windows:
-
Remove all files and folders EXCEPT for wallet.dat, blocknet.conf, xbridge.conf, xrouter.conf, servicenode.conf,
backups/
, and thewallets/
folder (you may not have all these files). Again, DO NOT delete the wallet.dat file orwallets/
andbackups/
folder as it contains the private keys for your funds. Deleting these will result in loss of funds. -
Inside the downloaded Blocknet folder there are the
blocks/
,chainstate/
, andindexes/
folders. Move these 3 folders into the Blocknet wallet's data directory that you just removed files from. -
If you do not have the latest Blocknet wallet, download and install it.
-
Run the wallet and syncing should begin at the bootstrap's last block.
-
Download the latest bootstrap files.
-
Find the downloaded Blocknet.zip file and double-click. This will unzip the file and show a folder named Blocknet.
-
Move the Blocknet folder to your OS's respective data directory.
- For Windows:
C:\Users\[YourUsername]\AppData\Roaming\
- Or paste
%appdata%\Roaming\
into the file explorer path field
- Or paste
- For MacOS:
~/Library/Application Support/
- Open Finder and in the program menu select Go > To Folder and enter the above path.
- For Linux:
~/
- Note: For Linux you must rename the Blocknet folder to
.blocknet
- Note: For Linux you must rename the Blocknet folder to
- For Windows:
-
Download the latest Blocknet wallet.
-
Install and run the wallet. Syncing should begin at the bootstrap's last block.