Safrochain snapshots

Periodic full-state snapshots for safro-preprod-1. Generated daily on rpc2. New nodes can sync in minutes instead of replaying every block from genesis.

Latest snapshot healthy

Chain IDsafro-preprod-1
Height273970
Size2.6GB (2758202673 bytes)
Created2026-06-08 04:00:14 UTC
SHA-256db44a27bbb8f03939c7fe67ac6ef64173b61382cb2c8fa594c0a59040ebb95a0
Filesafro-preprod-1_h273970_20260608T040014Z.tar.lz4

Download latest  Manifest (JSON)

How to use

On the target node, stop safrochaind, wipe data (but keep keys + config), download + extract, then start:

sudo systemctl stop safrochaind
sudo -u safrochain safrochaind comet unsafe-reset-all --home /var/lib/safrochain --keep-addr-book

# Download (~2.6GB)
curl -L "https://snapshots.safrochain.network/latest.tar.lz4" -o /tmp/safro.tar.lz4

# Verify integrity
echo "db44a27bbb8f03939c7fe67ac6ef64173b61382cb2c8fa594c0a59040ebb95a0  /tmp/safro.tar.lz4" | sha256sum -c -

# Extract over the (now-empty) data directory
sudo -u safrochain bash -c "lz4 -d /tmp/safro.tar.lz4 | tar -xf - -C /var/lib/safrochain"
sudo systemctl start safrochaind

All available snapshots

Old snapshots are auto-pruned (keeping the last 2).