AvianNetwork / Bootstrap

1 stars 0 forks source link

Bootstrap

This repository contains the bootstrap chain files for the Avian 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 run the Avian wallet, follow the second set of directions below. If you have already run the Avian wallet before, follow the first set of directions below.

If you have already run the Avian wallet:

  1. Download the latest bootstrap files.
  2. Find the downloaded Avian.7z.001 file and open with 7Zip.
  3. Close and quit the Avian wallet if it is running.
  4. Navigate to your OS's respective data directory.

    1. For Windows: C:\Users\[YourUsername]\AppData\Roaming\Avian\
      1. Or paste %appdata%\Roaming\Avian\ into the file explorer path field
    2. For MacOS: ~/Library/Application Support/Avian/
      1. Open Finder and in the program menu select Go > To Folder and enter the above path.
    3. For Linux: ~/.avian/
  5. Remove all files and folders other than wallet.dat. DO NOT delete the wallet.dat file as it contains the private keys for your funds. Deleting these will result in a loss of funds.
  6. Extract the folder and files into the Avian wallet's data directory that you just removed folders from.
  7. If you do not have the latest Avian wallet, download and install it.
  8. Run the wallet, and syncing should begin at the bootstrap's last block.

If you have never run the Avian wallet:

  1. Download the latest bootstrap files.
  2. Find the downloaded Avian.7z.001 file and double-click. This will unzip the file and show a folder named Avian.
  3. From a dos prompt or terminal create the Avian folder: mkdir %appdata%/Avian (Windows) mkdir ~/.avian (Linux).

    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 Avian folder to .avian
  4. Download the latest Avian wallet.
  5. Install and run the wallet. Syncing should begin at the bootstrap's last block.