Snapshot

Snapshots allows a new node to join the network by recovering application state from a backup file. Snapshot contains compressed copy of chain data directory

My snapshot taken every 12h:

Instructions

  1. Stop the service and reset the data

sudo systemctl stop storyd
sudo systemctl stop story-geth
cp $HOME/.story/story/data/priv_validator_state.json $HOME/.story/story/priv_validator_state.json.backup
rm -rf $HOME/.story/story/data $$HOME/.story/geth/iliad/geth/{chaindata,blobpool,nodes}
  1. Download latest snapshot

  1. Restart the service and check the log

sudo systemctl restart story-geth && sudo systemctl restart storyd && sudo journalctl -u storyd -f --no-hostname -o cat

Last updated