Most recent snapshots for mainnet
Octez version used for snapshotting: v16.1
Rolling snapshot
Block height: 3611232
Block hash: BLUwkMSAT1xxrCuEydgBZmbTZz4yy4KotKZxQxxZGDLezqrGCWJ
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-05-28T20:50:11Z
File Size: 6G
Checksum (SHA256):
e94f764293650eafc7922086eec82cc0654ba67614685de706c22ae3ffb281a2
Archive tarball
What is a tarball? - Limitation of tarballs
Block height: 3599295
Block hash: BMWcGR4QFXHG1EtxX8aeEsRZVFQ8iBLhjrxGm5otNZCM83FxsVf
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-05-26T18:42:18Z
File Size: 780G
Checksum (SHA256):
74855f934973116f6ffbfcc4068b66e04d4094dffd5c6901d59556cb278a67fa
Rolling tarball
What is a tarball? - Limitation of tarballs
Block height: 3611232
Block hash: BLUwkMSAT1xxrCuEydgBZmbTZz4yy4KotKZxQxxZGDLezqrGCWJ
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-05-28T20:50:11Z
File Size: 4G
Checksum (SHA256):
25c690275c64893b40c2eb7cc993aa169868230d843bdd876ae62e6883e14b6f
How to use
Rolling Snapshot
Issue the following commands:
wget https://mainnet.xtz-shots.io/mainnet-3611232.rolling
tezos-node snapshot import mainnet-3611232.rolling --block BLUwkMSAT1xxrCuEydgBZmbTZz4yy4KotKZxQxxZGDLezqrGCWJ
Or simply use the permalink:
wget https://mainnet.xtz-shots.io/rolling -O tezos-mainnet.rolling
tezos-node snapshot import tezos-mainnet.rolling --block BLUwkMSAT1xxrCuEydgBZmbTZz4yy4KotKZxQxxZGDLezqrGCWJ
Archive 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.xtz-shots.io/tezos-mainnet-archive-tarball-3599295.lz4" \
| lz4 -d | tar -x -C "/var/tezos"
Or simply use the permalink:
curl -L "https://mainnet.xtz-shots.io/archive-tarball" \
| lz4 -d | tar -x -C "/var/tezos"
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.xtz-shots.io/tezos-mainnet-rolling-tarball-3611232.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"