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
Height1452469
Size64GB (68628950520 bytes)
Created2026-08-10 04:00:09 UTC
SHA-256b4b2d0a183cdc03522ba91fadd447fb33d9953e6d80d6b8a60f931e1f1a392fd
Filesafro-preprod-1_h1452469_20260810T040009Z.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 (~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

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