Most recent snapshots for oxfordnet
Octez version used for snapshotting: v18.0 rc~1
Rolling snapshot
Block height: 366199
Block hash: BKog5Y11cikCf5SbBfP3JMmbrETztJPKCqEMqb1bPfRiPMamhLk
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-09-25T20:58:25Z
File Size: 43M
Checksum (SHA256):
6879e2a06f0a7fbac9f9e930d894acbf99bc55d91ab381444b02226af8ca2d05
Archive tarball
What is a tarball? - Limitation of tarballs
Block height: 364757
Block hash: BMeiVQKopkx7irCQzoxqKkzFP9DMV8Gdynupr7ppGE8AVaj8Ru2
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-09-25T17:37:46Z
File Size: 18G
Checksum (SHA256):
7ab6b9abe24fb40d2d14986f9f81ae17705368e054f7c679e9cd9902fdfe9a0c
Rolling tarball
What is a tarball? - Limitation of tarballs
Block height: 366199
Block hash: BKog5Y11cikCf5SbBfP3JMmbrETztJPKCqEMqb1bPfRiPMamhLk
Verify on TzStats - Verify on TzKT
Block timestamp: 2023-09-25T20:58:25Z
File Size: 15M
Checksum (SHA256):
fca31e6d22d638b8b365d82ad25a5af3ca7f944da436ee865efa51ae814f4c8a
How to use
Rolling Snapshot
Issue the following commands:
wget https://oxfordnet-v18-shots.nyc3.digitaloceanspaces.com/oxfordnet-366199.rolling
tezos-node snapshot import oxfordnet-366199.rolling --block BKog5Y11cikCf5SbBfP3JMmbrETztJPKCqEMqb1bPfRiPMamhLk
Or simply use the permalink:
wget https://oxfordnet.xtz-shots.io/rolling -O tezos-oxfordnet.rolling
tezos-node snapshot import tezos-oxfordnet.rolling --block BKog5Y11cikCf5SbBfP3JMmbrETztJPKCqEMqb1bPfRiPMamhLk
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://oxfordnet-v18-shots.nyc3.digitaloceanspaces.com/tezos-oxfordnet-archive-tarball-364757.lz4" \
| lz4 -d | tar -x -C "/var/tezos"
Or simply use the permalink:
curl -L "https://oxfordnet.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://oxfordnet-v18-shots.nyc3.digitaloceanspaces.com/tezos-oxfordnet-rolling-tarball-366199.lz4" \
| lz4 -d | tar -x -C "/var/tezos"
Or simply use the permalink:
curl -L "https://oxfordnet.xtz-shots.io/rolling-tarball" \
| lz4 -d | tar -x -C "/var/tezos"