Skip to content

Upgrade Story Validator

This guide walks you through upgrade Story-Geth v0.11.0

Auto Upgrade

wget https://github.com/hidayahhtaufik/Testnet-Guides/blob/master/Story%20Protocol/update.sh
chmod +x update.sh
./update.sh

Manual Upgrade

  1. Stop Service Story-Geth:
sudo systemctl stop story-geth
  1. Download Story-Geth binary:
cd $HOME
rm geth-linux-amd64
wget https://github.com/piplabs/story-geth/releases/download/v0.11.0/geth-linux-amd64
chmod +x geth-linux-amd64
mv $HOME/geth-linux-amd64 $HOME/go/bin/story-geth
source $HOME/.bash_profile
story-geth version
  1. Restart Story-Geth Service:
sudo systemctl restart story-geth
sudo journalctl -u story-geth -f -o cat