Most recent snapshots for
Octez version used for snapshotting: ``
Rolling snapshot
Block height: ``
Block hash: ``
Verify on TzStats - Verify on TzKT
Block timestamp: ``
File Size: ``
Checksum (SHA256):
Archive tarball
What is a tarball? - Limitation of tarballs
Uh oh! No archive tarball for Tezos build yet. Looks like we still need some more time. Check out https://xtz-shots.io/
/list.html for older artifacts.
Rolling tarball
What is a tarball? - Limitation of tarballs
Block height: ``
Block hash: ``
Verify on TzStats - Verify on TzKT
Block timestamp: ``
File Size: ``
Checksum (SHA256):
How to use
Rolling Snapshot
Issue the following commands:
wget https://.xtz-shots.io/
tezos-node snapshot import --block
Or simply use the permalink:
wget https://.xtz-shots.io/rolling -O tezos-.rolling
tezos-node snapshot import tezos-.rolling --block
Archive Tarball
Issue the following commands:
curl -L "https://.xtz-shots.io/" \
| lz4 -d | tar -x -C "/var/tezos"
Or simply use the permalink:
curl -L "https://.xtz-shots.io/archive-tarball" \
| lz4 -d | tar -x -C "/var/tezos"
Rolling Tarball
Issue the following commands:
curl -L "https://.xtz-shots.io/" \
| lz4 -d | tar -x -C "/var/tezos"
Or simply use the permalink:
curl -L "https://.xtz-shots.io/rolling-tarball" \
| lz4 -d | tar -x -C "/var/tezos"