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 ID | safro-preprod-1 |
| Height | 273970 |
| Size | 2.6GB (2758202673 bytes) |
| Created | 2026-06-08 04:00:14 UTC |
| SHA-256 | db44a27bbb8f03939c7fe67ac6ef64173b61382cb2c8fa594c0a59040ebb95a0 |
| File | safro-preprod-1_h273970_20260608T040014Z.tar.lz4 |
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
- safro-preprod-1_h273970_20260608T040014Z.tar.lz4 — 2.6GB — 2026-06-08 04:00:55 UTC
- safro-preprod-1_h48513_20260601T040014Z.tar.lz4 — 527MB — 2026-06-01 04:00:22 UTC
Old snapshots are auto-pruned (keeping the last 2).