Skip to content

blocknetdx/blocknet-blockchain-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 

Repository files navigation

blocknet-blockchain-bootstrap

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.


Instructions

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.

If you have already ran the Blocknet wallet:

Video Tutorials: Windows | MacOS

  1. Download the latest bootstrap files.

  2. Find the downloaded Blocknet.zip file and double-click. This will unzip the file and show a folder named Blocknet.

  3. Close and quit the Blocknet wallet if it is running.

  4. Navigate to your OS's respective data directory.

    1. For Windows: C:\Users\[YourUsername]\AppData\Roaming\Blocknet\
      1. Or paste %appdata%\Roaming\Blocknet\ into the file explorer path field
    2. For MacOS: ~/Library/Application Support/Blocknet/
      1. Open Finder and in the program menu select Go > To Folder and enter the above path.
    3. For Linux: ~/.blocknet/
  5. Remove all files and folders EXCEPT for wallet.dat, blocknet.conf, xbridge.conf, xrouter.conf, servicenode.conf, backups/, and the wallets/ folder (you may not have all these files). Again, DO NOT delete the wallet.dat file or wallets/ and backups/ folder as it contains the private keys for your funds. Deleting these will result in loss of funds.

  6. Inside the downloaded Blocknet folder there are the blocks/, chainstate/, and indexes/ folders. Move these 3 folders into the Blocknet wallet's data directory that you just removed files from.

  7. If you do not have the latest Blocknet wallet, download and install it.

  8. Run the wallet and syncing should begin at the bootstrap's last block.

If you have never ran the Blocknet wallet:

  1. Download the latest bootstrap files.

  2. Find the downloaded Blocknet.zip file and double-click. This will unzip the file and show a folder named Blocknet.

  3. Move the Blocknet folder to your OS's respective data directory.

    1. For Windows: C:\Users\[YourUsername]\AppData\Roaming\
      1. Or paste %appdata%\Roaming\ into the file explorer path field
    2. For MacOS: ~/Library/Application Support/
      1. Open Finder and in the program menu select Go > To Folder and enter the above path.
    3. For Linux: ~/
      1. Note: For Linux you must rename the Blocknet folder to .blocknet
  4. Download the latest Blocknet wallet.

  5. Install and run the wallet. Syncing should begin at the bootstrap's last block.