Most recent snapshots for ghostnet

Octez version used for snapshotting: v17.3

Browse older snapshots.

Rolling snapshot

Download Rolling Snapshot

Block height: 4022781

Block hash: BLW3Dh7ggfTV87vNVY4V8dZhPzDMJeDXSHnyuVcU6YKY87NdXZV

Verify on TzStats - Verify on TzKT

Block timestamp: 2023-09-28T09:26:10Z

File Size: 1000M

Checksum (SHA256):

9206eafbbad904649298f929cce1ead6c6600d881abeac297a5420c4490bdfbd

Artifact Metadata

Archive tarball

What is a tarball? - Limitation of tarballs

Download Archive Tarball

Block height: 4016137

Block hash: BMTVz2CLTrQHD1yeRHaUakokeFiyh1UdkzonfpZA8Sbcd3nQfR3

Verify on TzStats - Verify on TzKT

Block timestamp: 2023-09-27T18:27:55Z

File Size: 408G

Checksum (SHA256):

c640e93d3c6d1d0089fc7ead5b67da7905f8e03f45d954e9151064ed995b08c5

Artifact Metadata

Rolling tarball

What is a tarball? - Limitation of tarballs

Download Rolling Tarball

Block height: 4022781

Block hash: BLW3Dh7ggfTV87vNVY4V8dZhPzDMJeDXSHnyuVcU6YKY87NdXZV

Verify on TzStats - Verify on TzKT

Block timestamp: 2023-09-28T09:26:10Z

File Size: 513M

Checksum (SHA256):

18c1811abfbaf44151c881a4edaed62df6307b9dc438da5ee2cc3ee6a89128b4

Artifact Metadata

How to use

Rolling Snapshot

Issue the following commands:

wget https://ghostnet-v17-shots.nyc3.digitaloceanspaces.com/ghostnet-4022781.rolling
tezos-node snapshot import ghostnet-4022781.rolling --block BLW3Dh7ggfTV87vNVY4V8dZhPzDMJeDXSHnyuVcU6YKY87NdXZV

Or simply use the permalink:

wget https://ghostnet.xtz-shots.io/rolling -O tezos-ghostnet.rolling
tezos-node snapshot import tezos-ghostnet.rolling --block BLW3Dh7ggfTV87vNVY4V8dZhPzDMJeDXSHnyuVcU6YKY87NdXZV

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-v17-shots.nyc3.digitaloceanspaces.com/tezos-ghostnet-archive-tarball-4016137.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-v17-shots.nyc3.digitaloceanspaces.com/tezos-ghostnet-rolling-tarball-4022781.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"

More details

About xtz-shots.io.

Tezos documentation.