For the complete documentation index, see llms.txt. This page is also available as Markdown.

Polygon

Snapshots are taken automatically every 1 week.

Node
Type
Type
Mode
Age

heimdall

mainnet

amoy

full / pruned

26-08-09

bor

mainnet

amoy

archive / full / stateless

26-08-09

Install zstd if needed

sudo apt install zstd

Download the file and extract

curl -L https://raw.githubusercontent.com/Stakepool-node/snapshot/refs/heads/main/snapshot.sh | bash -s -- <node> <type> <mode>

Download manual:

If you prefer to download files directly using the raw URLs. List all available snapshots:

curl -s https://snap.stakepool.work/snapshots-stakepool/list_snapshots.txt | \
awk '{print "https://snap.stakepool.work/snapshots-stakepool/" $4}'

Example direct download:

aria2c -x8 -s8 -c "URL"

or:

wget -c  "URL"

Last updated