Heimdall and Bor Snapshots
Heimdall Snapshot
Before starting the Heimdall services to sync, it is essential to set up the node with the necessary prerequisites as per the node setup guide. Once you have completed this step, follow the instructions below to use the snapshot:
To download the snapshot tar file of Heimdall on your VM, execute the following command. Note: Paste the latest link you will find on the Snapshot link into the URL code.
To unpack the tar file in the Heimdall data directory, run the following command.
Bor Snapshot
To use the Bor snapshot to sync your node, follow the steps below after setting up your node with the prerequisites mentioned in the node setup guide:
To download the Bor snapshot tar file on your VM, execute the following command. Note: Paste the latest link you will find on the Snapshot link into the URL code.
This command will initiate the download process of the Bor snapshot tar file from the provided link. Once the download is complete, the file will be saved in the current directory. You can then proceed with the steps required to use the snapshot and sync Bor, as per the instructions provided.
To unpack the Bor snapshot tar file in the Bor data directory, run the following command.
This command will extract the contents of the Bor snapshot tar file and place them in the specified Bor data directory. Once the extraction is complete, you can proceed with starting the Bor services to begin syncing the node with the blockchain data from the snapshot.
NOTE: The aria2c method is an efficient way to download snapshots quickly, but there is also an alternate method that allows the downloaded snapshots to be extracted directly without any intervention.
This method involves using the "wget" command to download the snapshot file, followed by using the "tar" command to extract the contents of the snapshot directly into the data directory. The command to do this is:
For Heimdall:
For Bor:
Last updated