Heimdall and Bor Snapshots
Heimdall Snapshotβ
aria2c -x6 -s6 <snapshot_url>
// For example, this will download the snapshot of Heimdall:
aria2c -x6 -s6 https://URL/heimdall-snapshot-2022-11-08.tar.gz// You must ensure you are running this command before you start the Heimdall service on your node.
// If your Heimdall service has started, please stop the service and run the following command:
// Once unpacking is complete, you can start the Heimdall service again:
tar -xzvf <snapshot file> -C <HEIMDALL_DATA_DIRECTORY>
// If your Heimdall data directory is different,
// please replace the directory name in the command for starting the Heimdall service.
// When this command completes, you may delete the tar file to reclaim space.
// For example, this will unpack the tar file in the Heimdall Data directory:
tar -xzvf heimdall-snapshot-2021-11-08.tar.gz -C ~/.heimdalld/data/Bor Snapshotβ
Last updated