Most recent snapshots for mumbainet
Octez version used for snapshotting: v16.1
Rolling snapshot
Block height: 777419
Block hash: BKpWUpVSvW23vwV5yQZb8Qp3kz4bDGBKZqfjnLYz4KMYxAbDKGe
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-05-28T20:45:43Z
File Size: 491M
Checksum (SHA256):
9f64f229b8e1d8c0bc7673b715d693d55432f3e019dc7e09c1f4912a83205bbb
Archive tarball
What is a tarball? - Limitation of tarballs
Block height: 778491
Block hash: BMMHT7uzcNGWACNKbZmnUyJFzeZVJCwbASnJTtDFe3YXB6UdEkj
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-05-28T23:08:34Z
File Size: 82G
Checksum (SHA256):
64361369b33e96239f70e0a3794e13e3dd622bcbe847b610c47e0a91b7e61e65
Rolling tarball
What is a tarball? - Limitation of tarballs
Block height: 777419
Block hash: BKpWUpVSvW23vwV5yQZb8Qp3kz4bDGBKZqfjnLYz4KMYxAbDKGe
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-05-28T20:45:43Z
File Size: 158M
Checksum (SHA256):
9af4c617e02fd652d95451cdddcf3f88a24719f1128b82f271acf6f2d38d85be
How to use
Rolling Snapshot
Issue the following commands:
wget https://mumbainet.xtz-shots.io/mumbainet-777419.rolling
tezos-node snapshot import mumbainet-777419.rolling --block BKpWUpVSvW23vwV5yQZb8Qp3kz4bDGBKZqfjnLYz4KMYxAbDKGe
Or simply use the permalink:
wget https://mumbainet.xtz-shots.io/rolling -O tezos-mumbainet.rolling
tezos-node snapshot import tezos-mumbainet.rolling --block BKpWUpVSvW23vwV5yQZb8Qp3kz4bDGBKZqfjnLYz4KMYxAbDKGe
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://mumbainet.xtz-shots.io/tezos-mumbainet-archive-tarball-778491.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
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://mumbainet.xtz-shots.io/tezos-mumbainet-rolling-tarball-777419.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"