🖱️Upgrade
Story Version: v0.14.0; Story-geth Version: v0.11.0
Update instruction on block 1349000
#Update Story
cd $HOME && rm -r story
git clone https://github.com/piplabs/story
cd $HOME/story
git checkout v0.14.0
go build -o story ./client
sudo mv $HOME/story/story $(which story)
#Update Geth
sudo systemctl stop story-geth
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_profilestory version
Result:
#Version: v0.14.0
#Git Commit:
geth version
#Version: v0.11.0
#Git Commit: Restart the node
Last updated