| Latest Snapshot | Size | Version |
|---|---|---|
| Mar-08-2026 0100 UTC | 55G | 2.6.0-beta2 |
The instructions below will fully install Bor's data folder by downloading each file individually instead of working with zipped archives. In short, download the file that will tell aria2c which files to download and which directory to save them to. Then, use aria2c to download all of the Bor files. Last, modify the ownership of the files so Bor can access them.
chaindata folder in it, then download the file containing which files to download. This file lists each file to download on the first line, followed by which directory to save it to. You may need to run this as the root user.cd /var/lib/bor/data/bor
rm -r ./chaindata
wget <https://snapshots.vaultstaking.com/polygon/bor-amoy-path-files.txt>
tmux/screen to keep downloading after you close your connection.tmux
sudo aria2c -j 4 -x 4 --console-log-level=warn --auto-file-renaming=false --summary-interval=3600 -c -i ./bor-amoy-path-files.txt
bor and the nogroup groupsudo chown -R bor:nogroup /var/lib/bor
sudo service bor start