Downloading Snapshots
Last updated
Last updated
You can download the snapshots using any method you prefer, but we recommend using aria2c for fast and efficient downloads to your machine. You can install aria2c by running the following command in terminal:
sudo apt-get install aria2
Visit our Snapshot page, where you can select the chain and type of snapshot you wish to download. You can also choose the download region for the best speed.
Copy the download URL, then use aria2c
in terminal to download the snapshot:
aria2c -s 10 -x 10 <SNAPSHOT_URL>
(OPTIONAL) After downloading, verify the file by comparing the hashes:
sha256sum <SNAPSHOT_FILE>