Snapshot

Check out Chain -
Info.| Network | Chain | ID |
|---|---|---|
| Testnet | Stable | stabletestnet_2201-1 |
Stop
npx
# Stop the running node
sudo systemctl stop stabled
# Verify it's stopped
sudo systemctl status stabled
npx
sudo apt install -y wget lz4 pv
npx
mkdir -p ~/snapshot
cd ~/snapshot
npx
wget -c https://stable-snapshot.s3.eu-central-1.amazonaws.com/snapshot.tar.lz4
npx
rm -rf ~/.stabled/data/*
npx
pv snapshot.tar.lz4 | tar -I lz4 -xf - -C ~/.stabled/
npx
pv snapshot.tar.lz4 | tar -I lz4 -xf - -C ~/.stabled/