Snapshots for Gnoland Sapphire testnet. Updated every 6 hours.
Decompression utility for .tar.lz4 files.
sudo apt install liblz4-tool -y
sudo systemctl stop gnoland
cp ~/gno/gnoland-data/secrets/priv_validator_state.json ~/priv_validator_state.json.bak
wget -O gnoland-snapshot.tar.lz4 https://snapshots.apollo-validator.eu/gnoland/snapshots/gnoland-sapphire-348436.tar.lz4
rm -rf ~/gno/gnoland-data/db ~/gno/gnoland-data/wal lz4 -d gnoland-snapshot.tar.lz4 | tar -xf - -C ~/gno/gnoland-data/
cp ~/priv_validator_state.json.bak ~/gno/gnoland-data/secrets/priv_validator_state.json
sudo systemctl start gnoland
sudo systemctl status gnoland rm -v gnoland-snapshot.tar.lz4
curl -s https://snapshots.apollo-validator.eu/api/gnoland/snapshots/latest | jq
Returns JSON with height, size, checksum, and download URL.
Snapshots are created every 6 hours. Powered by Apollo Validator.