Most recent snapshots for mainnet
Octez version used for snapshotting: 763259c5 (2022-12-01 10:20:58 +0000) (15.1)
Rolling snapshot
Block height: 3091743
Block hash: BLvTKPLXXU1pRuNiiQ7zxEaT2qEuBrFoXAeMi7AXUQDPKAapub1
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-01-26T20:04:44Z
File Size: 6G
Checksum (SHA256):
1750a30102bea917a5151ae8d2bbc5babf3d8463d112f37df35d7f645eb30dd9
Archive tarball
What is a tarball? - Limitation of tarballs
Block height: 3085047
Block hash: BLh7ucThP8yVXzD8Gc9TnXdcqqiTGrxAuUd6M66AqpTZtKgvoMJ
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-01-24T12:06:29Z
File Size: 613G
Checksum (SHA256):
2b8f6453ea7e27aa8869dd2ded847d064b8cfb921a356743c631dc5aeab1c592
Rolling tarball
What is a tarball? - Limitation of tarballs
Block height: 3091743
Block hash: BLvTKPLXXU1pRuNiiQ7zxEaT2qEuBrFoXAeMi7AXUQDPKAapub1
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-01-26T20:04:44Z
File Size: 4G
Checksum (SHA256):
39be454fda8f0b4ecb245b69796eb9ea124c5cc5946072ad1544f044ad2cbc3d
How to use
Rolling Snapshot
Issue the following commands:
wget https://mainnet.xtz-shots.io/mainnet-3091743.rolling
tezos-node snapshot import mainnet-3091743.rolling --block BLvTKPLXXU1pRuNiiQ7zxEaT2qEuBrFoXAeMi7AXUQDPKAapub1
Or simply use the permalink:
wget https://mainnet.xtz-shots.io/rolling -O tezos-mainnet.rolling
tezos-node snapshot import tezos-mainnet.rolling --block BLvTKPLXXU1pRuNiiQ7zxEaT2qEuBrFoXAeMi7AXUQDPKAapub1
Archive Tarball
Issue the following commands:
curl -L "https://mainnet.xtz-shots.io/tezos-mainnet-archive-tarball-3085047.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
Issue the following commands:
curl -L "https://mainnet.xtz-shots.io/tezos-mainnet-rolling-tarball-3091743.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"