Public mesh · own fleet · zstd
Chainbase snapshots
Fresh nodeos snapshots from infrastructure we operate — not third-party mirrors. Full tiered history, SHA-256 verified, served over HTTPS.
How to use
- Pick a chain and download the latest (or an older)
.bin.zstobject. - Verify with the sidecar
.sha256before boot. -
Decompress with
zstd -dand restore via nodeos--snapshot(or your usual boot path).
# example — replace with a real download URL from the table
curl -fLO 'https://snaps.eosrio.io/s/…/….bin.zst'
curl -fLO 'https://snaps.eosrio.io/s/…/….bin.zst.sha256'
sha256sum -c *.sha256
zstd -d *.bin.zst