Elessarnodes services
  • TESTNETS
    • CROSSFI TESTNET
      • Installation Guide
      • PUBLIC ENDPOINT
      • EXPLORER
      • SNAPSHOT
      • STATE SYNC
      • Crossfi RPC and API Setup Guide
      • Ping.pub explorer setup
      • Crossfi user testnet guide
    • AR.IO
    • VOI
    • ALIGNEDLAYER
      • INSTALLATION GUIDE
      • API
      • RPC
      • EXPLORER
    • WARDEN
      • INSTALLATION GUIDE
      • RPC
      • API
      • EXPLORER
    • VIPER
    • OG NEWTON
      • Installation guide
      • Service
      • Useful Commands
    • AIRCHAINS
      • Installation Guide
      • Service
      • Useful commands
      • Snapshots
    • INITIA
      • Installation Guide
      • Service
      • Useful commands
    • ARTELA
      • Installation guide
      • Service
      • Usefull commands
    • FIAMMA
      • INSTALLATION GUIDE
      • SERVICE
      • USEFUL COMMANDS
      • SNAPSHOT
    • EMPEIRIA
      • INSTALLATION GUIDE
      • SERVICE
      • USEFUL COMMANDS
      • SNAPSHOTS
    • STORY PROTOCOL
      • ILIAD
        • Useful Commands
        • Live Peers
        • Story Protocol nedir?
        • Snapshot
        • Upgrade
        • Installation
      • ODYSSEY
        • Installation
        • Service
        • SNAPSHOT
        • STORY PROTOCOL NEDİR?
        • Useful Commands
  • MAINNET
    • CROSSFI MAINNET
      • INSTALLATION GUIDE
      • VALIDATOR GUIDE
      • PUBLIC ENDPOINT
      • STATE SYNC
      • SNAPSHOT
      • EXPLORER
    • MASSA
    • SANTIMENT
    • MUON
Powered by GitBook
On this page
  1. TESTNETS
  2. STORY PROTOCOL
  3. ILIAD

Snapshot

Updated every 10 hour

#install dependencies, if needed
sudo apt install curl tmux jq lz4 unzip aria2 -y

# stop node
sudo systemctl stop story story-geth

# backup priv_validator_state.json
cp $HOME/.story/story/data/priv_validator_state.json $HOME/.story/story/priv_validator_state.json.backup

# remove old data and unpack Story snapshot
rm -rf $HOME/.story/story/data
curl https://snapshots.elessarnodes.xyz/story/snapshot_latest.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.story/story

# restore priv_validator_state.json
mv $HOME/.story/story/priv_validator_state.json.backup $HOME/.story/story/data/priv_validator_state.json

# delete geth data and unpack Geth snapshot
rm -rf $HOME/.story/geth/iliad/geth/chaindata
curl https://snapshots.elessarnodes.xyz/story-geth/snapshot_latest.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.story/geth/iliad/geth

# restart node and check logs
sudo systemctl restart story story-geth
sudo journalctl -u story-geth -u story -f
PreviousStory Protocol nedir?NextUpgrade

Last updated 5 months ago