Most recent snapshots for nairobinet

Octez version used for snapshotting: v17.0 rc~

Browse older snapshots.

Rolling snapshot

Download Rolling Snapshot

Block height: 371365

Block hash: BLnU5qb1K35H944bTUsEqAfPWhYosgKvHqoc42jAApschtjnZKU

Verify on TzStats - Verify on TzKT

Block timestamp: 2023-05-28T20:55:09Z

File Size: 26M

Checksum (SHA256):

7413946fddda89c236176a547d5cfa36b772e97d3143f09d1669a813af96bd7c

Artifact Metadata

Archive tarball

What is a tarball? - Limitation of tarballs

Download Archive Tarball

Block height: 373660

Block hash: BLEsTrJTqRCFrTacpp6eKyibbZT7ipY75rTbPCtaAhrjgZ7rLzW

Verify on TzStats - Verify on TzKT

Block timestamp: 2023-05-29T02:01:48Z

File Size: 6G

Checksum (SHA256):

4009d6722ee79cdf2da31db83788db1fd49083121083e1ae34ff8300633f22fb

Artifact Metadata

Rolling tarball

What is a tarball? - Limitation of tarballs

Download Rolling Tarball

Block height: 371365

Block hash: BLnU5qb1K35H944bTUsEqAfPWhYosgKvHqoc42jAApschtjnZKU

Verify on TzStats - Verify on TzKT

Block timestamp: 2023-05-28T20:55:09Z

File Size: 12M

Checksum (SHA256):

bc760c99439e006518bc12a354dee39cc588f151064c69a058ca407fc57ef56c

Artifact Metadata

How to use

Rolling Snapshot

Issue the following commands:

wget https://nairobinet.xtz-shots.io/nairobinet-371365.rolling
tezos-node snapshot import nairobinet-371365.rolling --block BLnU5qb1K35H944bTUsEqAfPWhYosgKvHqoc42jAApschtjnZKU

Or simply use the permalink:

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

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://nairobinet.xtz-shots.io/tezos-nairobinet-archive-tarball-373660.lz4" \
| lz4 -d | tar -x -C "/var/tezos"

Or simply use the permalink:

curl -L "https://nairobinet.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://nairobinet.xtz-shots.io/tezos-nairobinet-rolling-tarball-371365.lz4" \
| lz4 -d | tar -x -C "/var/tezos"

Or simply use the permalink:

curl -L "https://nairobinet.xtz-shots.io/rolling-tarball" \
| lz4 -d | tar -x -C "/var/tezos"

More details

About xtz-shots.io.

Tezos documentation.