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 | 1452469 |
| Size | 64GB (68628950520 bytes) |
| Created | 2026-08-10 04:00:09 UTC |
| SHA-256 | b4b2d0a183cdc03522ba91fadd447fb33d9953e6d80d6b8a60f931e1f1a392fd |
| File | safro-preprod-1_h1452469_20260810T040009Z.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 (~64GB)
curl -L "https://snapshots.safrochain.network/latest.tar.lz4" -o /tmp/safro.tar.lz4
# Verify integrity
echo "b4b2d0a183cdc03522ba91fadd447fb33d9953e6d80d6b8a60f931e1f1a392fd /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_h1452469_20260810T040009Z.tar.lz4 — 64GB — 2026-08-10 04:18:17 UTC
- safro-preprod-1_h1232522_20260803T040009Z.tar.lz4 — 54GB — 2026-08-03 04:14:53 UTC
Old snapshots are auto-pruned (keeping the last 2).