Skip to content

This repository contains the bootstrap chain files for the Zeon blockchain.

Notifications You must be signed in to change notification settings

Pubfred/zeon_bootstrap_file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

zeon_bootstrap_file

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

If you have never ran the Zeon wallet:

  1. Download the latest bootstrap files.

  2. Find the downloaded bootstrap.dat file .

  3. Move the bootstrap.dat file to your OS's respective data directory.

    1. For Windows: C:\Users\[YourUsername]\AppData\Roaming\ZEON

      1. Or paste %appdata%\Roaming\ZEON into the file explorer path field
    2. For MacOS: ~/Library/Application Support/ZEON

    3. For Linux: ~/.zeon/

            1. In ubuntu you can do a wget :
        
        ~/.zeon# wget https://github.com/Pubfred/zeon_bootstrap_file/releases/download/v1.4/bootstrap.dat
      
  4. Download the latest Zeon wallet.

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

If you have already ran the Zeon wallet:

  1. Download the latest bootstrap files.

  2. Find the downloaded bootstrap.dat file .

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

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

    1. For Windows: C:\Users\[YourUsername]\AppData\Roaming\ZEON\

      1. Or paste %appdata%\Roaming\ZEON\ into the file explorer path field
    2. For MacOS: ~/Library/Application Support/ZEON/

    3. For Linux: ~/.zeon/

            1. In ubuntu you can do a wget :
        
        ~/.zeon# wget https://github.com/Pubfred/zeon_bootstrap_file/releases/download/v1.4/bootstrap.dat
      
  5. Remove all files and folders EXCEPT for wallet.dat, zeon.conf, masternode.conf, and the backups/ folder. Again, DO NOT delete the wallet.dat file as it contains the private keys for your funds. Deleting this file will result in loss of funds.

  6. Move bootstrap.dat file into the Zeon wallet's data directory that you just removed files from.

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

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

Screenshot