Skip to main content

Polygon

Download weekly snapshot:

LATEST HEIGHTSIZECHAIN IDPRUNINGDATETIMELINK
589979361.9Tbor-mainnetdefault2024-07-2612:51:21bor-mainnet_2024-07-25.tar
19675011469Gheimdall-mainnetdefault2024-07-2201:06:59heimdall-mainnet_2024-07-22.tar
996583923Gbor-amoydefault2024-07-2621:08:57bor-amoy_2024-07-26.tar
384649116Gheimdall-amoydefault2024-07-2621:15:59heimdall-amoy_2024-07-26.tar
5747645812Terigon-mainnetdefault2024-05-2901:00:25erigon-mainnet_2024-05-28.tar
48141039946Gerigon-mumbaidefault2024-06-0423:40:39erigon-mumbai_2024-06-04.tar
Our tips

We are providing several commands in order to download and extract snapshots to its corresponding place. Don't hesitate to adjust the commands according to your setup.

Bor Instructions

Stop the service:

  1. Stop bor service
sudo systemctl stop bor.service
  1. Delete data directory:
sudo rm -rf /var/lib/bor/chaindata

Download snapshot archive:

wget -O - http://download6.snapshots.stakecraft.com/bor-mainnet_2024-07-25.tar | tar -xvf -C /var/lib/bor/data/bor/chaindata

wget -O - http://download6.snapshots.stakecraft.com/bor-mainnet_2024-03-24.tar | tar -xvf -C /var/lib/bor/data/bor/chaindata 
sudo systemctl start bor.service
sudo journalctl -u bor.service -f

Heimdall Instructions

Stop the service:

sudo systemctl stop heimdalld.service
Back up your priv_validator_state.json

Please make sure you have a copy of priv_validator_state.json from data folder.

  1. Backup priv_validator_state.json:
cp /var/lib/heimdall/data/priv_validator_state.json $HOME/priv_validator_state.json
  1. Delete the data:
sudo rm -rf /var/lib/heimdall/data

Download the snapshot archive:

wget -O - http://download6.snapshots.stakecraft.com/heimdall-mainnet_2024-07-22.tar | tar -xvf -C /var/lib/heimdall/data

wget -O - http://download6.snapshots.stakecraft.com/heimdall-mainnet_2024-03-24.tar | tar -xvf -C /var/lib/heimdall/data 

Start service and check the logs:

sudo systemctl start heimdalld.service
sudo journalctl -u heimdalld.service -f