Archival snapshot contains compressed copy of complete consensus and execution layer state. Use it to deploy your own full node.
Snapshots are taken automatically every 24 hours starting at 00:30 UTC
Block Height | Age | Download |
---|---|---|
708529 | 5 hours | snapshot (consensus - 39.95 GB) and snapshot (geth - 17.32 GB) |
Stop the service
sudo systemctl stop story-testnet.service story-testnet-geth.service
Reset the data and save validator state
cp $HOME/.story/story/data/priv_validator_state.json $HOME/.story/story/priv_validator_state.json.backup
rm -rf $HOME/.story/story/data
rm -rf $HOME/.story/geth/odyssey/geth/chaindata
Download latest snapshot and recover validator state
curl -L https://snapshots.kjnodes.com/story-testnet-archive/snapshot_latest_geth.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.story/geth
curl -L https://snapshots.kjnodes.com/story-testnet-archive/snapshot_latest.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.story/story
mv $HOME/.story/story/priv_validator_state.json.backup $HOME/.story/story/data/priv_validator_state.json
Restart the service and check the log
sudo systemctl start story-testnet.service story-testnet-geth.service
sudo journalctl -fu story-testnet-geth.service -o cat
sudo journalctl -fu story-testnet.service -o cat