gnoland-1
gnoland HEAD.3444+e75fef82c
Snapshotsizeage
336533.tar.zst1.0 GiB310277.tar.zst1008.0 MiB
Download
wget https://gnoland-rpc.gatadao.com/snapshots/336533.tar.zst
Verify
wget https://gnoland-rpc.gatadao.com/snapshots/336533.tar.zst.sha256
sha256sum -c 336533.tar.zst.sha256
bash
# stop
sudo systemctl stop gnoland
# clear
rm -rf $HOME/.gnoland/db $HOME/.gnoland/wal
# download
wget https://gnoland-rpc.gatadao.com/snapshots/336533.tar.zst
# restore
zstd -dc 336533.tar.zst | tar -x -C $HOME/.gnoland
# start
sudo systemctl start gnoland
GATAGATAHUB