Most recent snapshots for mainnet
Octez version used for snapshotting: v17.3
Rolling snapshot
Block height: 4307246
Block hash: BMYnVJQPHgUwJAUdWT7v5mHTfX4TMSBLAp74oEa71caCAmb5nDK
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-09-28T06:40:01Z
File Size: 7G
Checksum (SHA256):
b46a0a1dd5bae8a7e553e23d969b58e54b530cca220bf2cd9a855ac505fa00aa
Archive tarball
What is a tarball? - Limitation of tarballs
Block height: 4297769
Block hash: BLY6GzASF2UQhtVWVkCXveMLr6a86z67fNC2WaR9X1YPXtTV8hq
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-09-26T14:48:46Z
File Size: 975G
Checksum (SHA256):
10d1852d3f6204bb3c534cbe540b27e46e66cb315f57877ee0114ef20a7179a2
Rolling tarball
What is a tarball? - Limitation of tarballs
Block height: 4307246
Block hash: BMYnVJQPHgUwJAUdWT7v5mHTfX4TMSBLAp74oEa71caCAmb5nDK
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-09-28T06:40:01Z
File Size: 5G
Checksum (SHA256):
ccd4d15b1d067383a72cdc3a71573378e7f79664e8a05eb779f02a726032ee6d
How to use
Rolling Snapshot
Issue the following commands:
wget https://mainnet-v17-shots.nyc3.digitaloceanspaces.com/mainnet-4307246.rolling
tezos-node snapshot import mainnet-4307246.rolling --block BMYnVJQPHgUwJAUdWT7v5mHTfX4TMSBLAp74oEa71caCAmb5nDK
Or simply use the permalink:
wget https://mainnet.xtz-shots.io/rolling -O tezos-mainnet.rolling
tezos-node snapshot import tezos-mainnet.rolling --block BMYnVJQPHgUwJAUdWT7v5mHTfX4TMSBLAp74oEa71caCAmb5nDK
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-v17-shots.nyc3.digitaloceanspaces.com/tezos-mainnet-archive-tarball-4297769.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-v17-shots.nyc3.digitaloceanspaces.com/tezos-mainnet-rolling-tarball-4307246.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"