Most recent snapshots for mainnet
Octez version used for snapshotting: v17.3
Rolling snapshot
Block height: 4723942
Block hash: BMQcKaVHdFpSa36ruw48No8hdjZbsDTPfciNhtbARS38ENpsNfY
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-12-10T12:49:55Z
File Size: 7G
Checksum (SHA256):
b4d81b717a628747b49895cc241bc32cf5233f1463c44edb7876e59e4176edca
Rolling tarball
What is a tarball? - Limitation of tarballs
Block height: 4723942
Block hash: BMQcKaVHdFpSa36ruw48No8hdjZbsDTPfciNhtbARS38ENpsNfY
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-12-10T12:49:55Z
File Size: 5G
Checksum (SHA256):
80c8b96d40b35a6a56a6795e7f32ab437cdb2fd76bb2e88a02933b4d4480675d
How to use
Rolling Snapshot
Issue the following commands:
wget https://mainnet-v17-shots.nyc3.digitaloceanspaces.com/mainnet-4723942.rolling
tezos-node snapshot import mainnet-4723942.rolling --block BMQcKaVHdFpSa36ruw48No8hdjZbsDTPfciNhtbARS38ENpsNfY
Or simply use the permalink:
wget https://mainnet.xtz-shots.io/rolling -O tezos-mainnet.rolling
tezos-node snapshot import tezos-mainnet.rolling --block BMQcKaVHdFpSa36ruw48No8hdjZbsDTPfciNhtbARS38ENpsNfY
Rolling Tarball
TAR path is node/data/
which corresponds to /var/tezos/node/data
. Make sure to account for this on your local setup when untarring.
$ tree -L 3
.
└── node
└── data
├── context
├── store
└── version.json
Specifically your --data-dir
octez arg should point to <path>/node/data
.
Issue the following commands:
curl -L "https://mainnet-v17-shots.nyc3.digitaloceanspaces.com/tezos-mainnet-rolling-tarball-4723942.lz4" \
| lz4 -d | tar -x -C "/var/tezos"
Or simply use the permalink:
curl -L "https://mainnet.xtz-shots.io/rolling-tarball" \
| lz4 -d | tar -x -C "/var/tezos"