Most recent snapshots for ghostnet
Octez version used for snapshotting: v16.1
Rolling snapshot
Block height: 2786924
Block hash: BMJPSiUsW55ujNQyvBqVPVzBwS56tUdbuKbwqpX6cLWFDzbaLeG
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-05-28T23:03:47Z
File Size: 795M
Checksum (SHA256):
68abe40e7acaf8f685cfa9919c712acd3a8be3fbe3456b449e80033105f24051
Archive tarball
What is a tarball? - Limitation of tarballs
Block height: 2764886
Block hash: BLSQgwz9gc14JQpCWN8XAX6ubdubLwh2r8ZGybWo4zm6bn6GN5N
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-05-26T18:03:53Z
File Size: 284G
Checksum (SHA256):
5174cbae7a53bf7a594c72465bf2d52499bdd1add5635f1f782cdb44d16c0d09
Rolling tarball
What is a tarball? - Limitation of tarballs
Block height: 2786924
Block hash: BMJPSiUsW55ujNQyvBqVPVzBwS56tUdbuKbwqpX6cLWFDzbaLeG
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-05-28T23:03:47Z
File Size: 439M
Checksum (SHA256):
56c71c62644810dfa5d5fcce742a7feb38a79fc6da41c69b15ccaa234b8acb27
How to use
Rolling Snapshot
Issue the following commands:
wget https://ghostnet.xtz-shots.io/ghostnet-2786924.rolling
tezos-node snapshot import ghostnet-2786924.rolling --block BMJPSiUsW55ujNQyvBqVPVzBwS56tUdbuKbwqpX6cLWFDzbaLeG
Or simply use the permalink:
wget https://ghostnet.xtz-shots.io/rolling -O tezos-ghostnet.rolling
tezos-node snapshot import tezos-ghostnet.rolling --block BMJPSiUsW55ujNQyvBqVPVzBwS56tUdbuKbwqpX6cLWFDzbaLeG
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://ghostnet.xtz-shots.io/tezos-ghostnet-archive-tarball-2764886.lz4" \
| lz4 -d | tar -x -C "/var/tezos"
Or simply use the permalink:
curl -L "https://ghostnet.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://ghostnet.xtz-shots.io/tezos-ghostnet-rolling-tarball-2786924.lz4" \
| lz4 -d | tar -x -C "/var/tezos"
Or simply use the permalink:
curl -L "https://ghostnet.xtz-shots.io/rolling-tarball" \
| lz4 -d | tar -x -C "/var/tezos"