Most recent snapshots for mumbainet
Octez version used for snapshotting: v16.0
Rolling snapshot
Block height: 171238
Block hash: BL9Vhsdqp3VGnEeyRnGzKzwzBHGHXyzt7YmgfqXjkQ72zrBkFek
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-03-26T23:46:07Z
File Size: 58M
Checksum (SHA256):
d21fa304ec890637eb4b6ce49ab0c7d712d6e35c26752fb523e5377fed6993c6
Archive tarball
What is a tarball? - Limitation of tarballs
Block height: 162357
Block hash: BLrcFxxqNqAvSmRDDG3R2yNEcjDKMeEMMiAakDKsCJEG43SqUuq
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-03-26T02:05:25Z
File Size: 18G
Checksum (SHA256):
6862b3bec8bff209b236d1283a7e0e88a515215164395f6f619dd532c4a7d3fc
Rolling tarball
What is a tarball? - Limitation of tarballs
Block height: 171238
Block hash: BL9Vhsdqp3VGnEeyRnGzKzwzBHGHXyzt7YmgfqXjkQ72zrBkFek
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-03-26T23:46:07Z
File Size: 25M
Checksum (SHA256):
3301b0aea2fc7f3078a8058420be764b672f0e4938b2d0c4a7a039ab0d671006
How to use
Rolling Snapshot
Issue the following commands:
wget https://mumbainet.xtz-shots.io/mumbainet-171238.rolling
tezos-node snapshot import mumbainet-171238.rolling --block BL9Vhsdqp3VGnEeyRnGzKzwzBHGHXyzt7YmgfqXjkQ72zrBkFek
Or simply use the permalink:
wget https://mumbainet.xtz-shots.io/rolling -O tezos-mumbainet.rolling
tezos-node snapshot import tezos-mumbainet.rolling --block BL9Vhsdqp3VGnEeyRnGzKzwzBHGHXyzt7YmgfqXjkQ72zrBkFek
Archive Tarball
Issue the following commands:
curl -L "https://mumbainet.xtz-shots.io/tezos-mumbainet-archive-tarball-162357.lz4" \
| lz4 -d | tar -x -C "/var/tezos"
Or simply use the permalink:
curl -L "https://mumbainet.xtz-shots.io/archive-tarball" \
| lz4 -d | tar -x -C "/var/tezos"
Rolling Tarball
Issue the following commands:
curl -L "https://mumbainet.xtz-shots.io/tezos-mumbainet-rolling-tarball-171238.lz4" \
| lz4 -d | tar -x -C "/var/tezos"
Or simply use the permalink:
curl -L "https://mumbainet.xtz-shots.io/rolling-tarball" \
| lz4 -d | tar -x -C "/var/tezos"