🆙Upgrade

# update geth
cd $HOME
wget -O geth https://github.com/piplabs/story-geth/releases/download/v0.9.4/geth-linux-amd64
chmod +x $HOME/geth
sudo mv $HOME/geth $(which geth)
sudo systemctl restart story-geth
sudo systemctl restart story && sudo journalctl -u story -f

Last updated