Girnaar Snapshots

Polygon amoy-testnet chaindata — bor + heimdall

Snapshot date: 2026-07-26  ·  Bor: 0xpolygon/bor:2.9.0-priv (pebble, path scheme)  ·  Heimdall: 0xpolygon/heimdall-v2:0.10.0-beta3  ·  Chain: heimdallv2-80002

Downloads

Bor (execution layer)

Archive:bor-amoy-2026-07-26.tar.zst  (5.7G compressed)
Extracted:7.8G  (13616 files)
SHA-256:69ffc5cff81aa5e9cd47fa6189aca8750288463627b74dc10792ce4337a354e5
Download archive aria2c list Browse files

Heimdall (consensus layer)

Archive:heimdall-amoy-2026-07-26.tar.zst  (46G compressed)
Extracted:67G  (196368 files)
SHA-256:0ab563c4d2b93ca5ec0e48cf5b86e65bcf84bf97a60a40427ab0eff855d5db89
Download archive aria2c list Browse files

Quick restore

Compressed archive (single file, faster to fetch but slower to extract):

wget https://snapshots.girnaartech.com/polygon/amoy-testnet/bor/bor-amoy-2026-07-26.tar.zst
wget https://snapshots.girnaartech.com/polygon/amoy-testnet/heimdall/heimdall-amoy-2026-07-26.tar.zst

# Verify integrity:
sha256sum bor-amoy-2026-07-26.tar.zst       # expect 69ffc5cff81aa5e9cd47fa6189aca8750288463627b74dc10792ce4337a354e5
sha256sum heimdall-amoy-2026-07-26.tar.zst      # expect 0ab563c4d2b93ca5ec0e48cf5b86e65bcf84bf97a60a40427ab0eff855d5db89

# Bor — extract into your bor data dir:
cd /var/lib/bor/data/bor   # or your equivalent host path
tar --use-compress-program=zstd -xvf /path/to/bor-amoy-2026-07-26.tar.zst

# Heimdall:
cd /var/lib/heimdall
tar --use-compress-program=zstd -xvf /path/to/heimdall-amoy-2026-07-26.tar.zst

Parallel raw-file download (faster overall, requires aria2c):

aria2c -x 16 -j 16 -i https://snapshots.girnaartech.com/polygon/amoy-testnet/bor-amoy-testnet-files.txt
aria2c -x 16 -j 16 -i https://snapshots.girnaartech.com/polygon/amoy-testnet/heimdall-amoy-testnet-files.txt
Heimdall notes: the snapshot does not include priv_validator_state.json. Re-seed it from your own backup (active validator) or with {"height":"0","round":0,"step":0} (dummy / fresh node) before starting heimdall. Also remove any stale addrbook.json / upgrade_info.json from the extracted data dir.