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.
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.
-
Download the latest bootstrap files.
-
Find the downloaded bootstrap.dat file .
-
Move the bootstrap.dat file to your OS's respective data directory.
-
For Windows:
C:\Users\[YourUsername]\AppData\Roaming\ZEON
- Or paste
%appdata%\Roaming\ZEON
into the file explorer path field
- Or paste
-
For MacOS:
~/Library/Application Support/ZEON
-
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
-
-
Download the latest Zeon wallet.
-
Install and run the wallet. Syncing should begin at the bootstrap's last block.
-
Download the latest bootstrap files.
-
Find the downloaded bootstrap.dat file .
-
Close and quit the Zeon wallet if it is running.
-
Navigate to your OS's respective data directory.
-
For Windows:
C:\Users\[YourUsername]\AppData\Roaming\ZEON\
- Or paste
%appdata%\Roaming\ZEON\
into the file explorer path field
- Or paste
-
For MacOS:
~/Library/Application Support/ZEON/
-
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
-
-
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. -
Move bootstrap.dat file into the Zeon wallet's data directory that you just removed files from.
-
If you do not have the latest Zeon wallet, download and install it.
-
Run the wallet and syncing should begin at the bootstrap's last block.