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,465,115

Published
Size
252GiB
DB format
v28.1.5
Retention
Full history
Generated by
1.3.0
sha256
4e701551c2f36e635c15291f7ade6df2d05f064ff8af35100d7a9d054c6e72dd

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 use aria2 for parallel, checksum-verified downloads and need zstd. Use the curl fallback if aria2 isn't installed.

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, parallel, checksum-verified
aria2c -x16 -s16 --checksum=sha-256=3f6b7d274421edcaea895c3efc6caa4a7981cc8f6ec22493c612bfdec4fbe58b \
  -o zakura-mainnet-pruned-20260829T151831Z-3464887.tar.zst \
  https://zakura.valargroup.dev/mainnet-pruned/zakura-mainnet-pruned-20260829T151831Z-3464887.tar.zst

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

# 5 · start — the node resumes from block 3,464,887, 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=4e701551c2f36e635c15291f7ade6df2d05f064ff8af35100d7a9d054c6e72dd \
  -o zakura-mainnet-20260829T200848Z-3465115.tar.zst \
  https://zakura.valargroup.dev/mainnet/zakura-mainnet-20260829T200848Z-3465115.tar.zst

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

# 4 · start — the node resumes from block 3,465,115, 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