This repository contains the bootstrap chain files for the Particl 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 Particl wallet, follow the first set of directions below. If you have already ran the Particl wallet before, follow the second set of directions below.
-
Download the latest bootstrap files.
-
Find the downloaded particl-bootstrap.zip file and double-click. This will unzip the file and show a folder named particl-bootstrap.
-
Close and quit the Particl wallet if it is running.
-
Navigate to your OS's respective data directory.
- For Windows:
C:\Users\[YourUsername]\AppData\Roaming\Particl\
- Or paste
%appdata%\Roaming\Particl\
into the file explorer path field
- Or paste
- For MacOS:
~/Library/Application Support/Particl/
- Open Finder and in the program menu select Go > To Folder and enter the above path.
- For Linux:
~/.particl/
- For Windows:
-
Remove all files and folders EXCEPT for wallet.dat. 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.
-
Inside the downloaded particl-bootstrap folder there are
blocks/
andchainstate/
folders. Move these 2 folders into the Particl wallet's data directory that you just removed files from. -
If you do not have the latest Particl 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 particl-bootstrap.zip file and double-click. This will unzip the file and show a folder named particl-bootstrap.
-
Move the particl-bootstrap 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
- Note: For Windows you must rename the particl-bootstrap folder to
Particl
- For MacOS:
~/Library/Application Support/
- Open Finder and in the program menu select Go > To Folder and enter the above path.
- Note: For MacOS you must rename the particl-bootstrap folder to
Particl
- For Linux:
~/
- Note: For Linux you must rename the particl-bootstrap folder to
.particl
- Note: For Linux you must rename the particl-bootstrap folder to
- For Windows:
-
Download the latest Particl wallet.
-
Install and run the wallet. Syncing should begin at the bootstrap's last block.