Snapshots

Chain-state snapshots for bootstrapping Zakura and zcashd compat nodes from a recent block height instead of syncing from genesis.

Archive

The full chain state, including every historic block.

Block 3,443,058

Published
Size
252GiB
DB format
v28.0.3
Retention
Full history
Generated by
1.1.0
sha256
1d37ef280b577f504c1108f510f19546da29d8d60a6a8c0db907db380e0e0f9a

Direct download

Failed to refresh latest snapshots. You may be downloading an outdated snapshot but it is still ready to be used.

Run a node

Start a new node or replace an existing node's state with a recent snapshot instead of syncing from genesis. The commands need zstd. Use curl to download, or aria2 to improve performance.

Pruned

# 1 · stop the node first, if it is already running

# 2 · run in pruned storage mode
mkdir -p ~/.config
cat > ~/.config/zakura.toml <<'EOF'
[state]
storage_mode = "pruned"
EOF

# 3 · download the latest snapshot — resumable
curl -f -L -C - -o zakura-mainnet-pruned-20260810T211710Z-3443393.tar.zst \
  https://zakura.valargroup.dev/mainnet-pruned/zakura-mainnet-pruned-20260810T211710Z-3443393.tar.zst

# 4 · replace the state cache
mkdir -p ~/.cache/zakura
rm -rf ~/.cache/zakura/state
zstd -dc zakura-mainnet-pruned-20260810T211710Z-3443393.tar.zst | tar -x -C ~/.cache/zakura

# 5 · start — the node resumes from block 3,443,393, not genesis
zakurad start

Archive

# 1 · stop the node first, if it is already running

# 2 · download the latest snapshot — resumable, parallel, checksum-verified
aria2c -x16 -s16 --checksum=sha-256=1d37ef280b577f504c1108f510f19546da29d8d60a6a8c0db907db380e0e0f9a \
  -o zakura-mainnet-20260810T140851Z-3443058.tar.zst \
  https://zakura.valargroup.dev/mainnet/zakura-mainnet-20260810T140851Z-3443058.tar.zst

# 3 · replace the state cache
mkdir -p ~/.cache/zakura
rm -rf ~/.cache/zakura/state
zstd -dc zakura-mainnet-20260810T140851Z-3443058.tar.zst | tar -x -C ~/.cache/zakura

# 4 · start — the node resumes from block 3,443,058, not genesis
zakurad start

Looking for more details on the installation instructions?

Use the interactive installer to configure standard Zakura, zcashd compatibility, Docker, or a build from source.

curl -fsSL https://zakura.com/install.sh | bash

All snapshots

Pruned

Daily

Monthly

Historical

Archive

Daily

Monthly

Historical

Zcashd Compat

(Learn more)

Daily

Monthly

Raw datapruned manifest · pruned SHA256SUMS · archive manifest · archive SHA256SUMS · zcashd manifest · zcashd SHA256SUMS