πŸ“¬Updates

After update you can check prevotes/precommits status

UPD story πŸ•Š on v0.12.1 (Update Height: 322000)

cd $HOME/story
git pull
git checkout v0.12.1
go build -o story ./client

$HOME/story/story version
# Version       v0.12.1-stable
# Git Commit    20fed5e

# AFTER STOPPING THE NETWORK ON THE REQUIRED BLOCK!!!
systemctl stop story
mv $HOME/story/story $HOME/go/bin/
story version
# 

systemctl restart story && journalctl -u story -f -o cat

UPD story-gethπŸ•Š on v0.11.0-stable

cd
wget -O story-geth https://github.com/piplabs/story-geth/releases/download/v0.11.0/geth-linux-amd64
chmod +x story-geth
$HOME/story-geth version
# Version: 0.11.0-stable
# Git Commit: f6503708c29cf9b113d710888c51969ca78d79d1
# Git Commit Date: 20241205

mv story-geth $(which story-geth)

systemctl restart story-geth && journalctl -u story-geth -f -o cat

UPD story πŸ•Š on v0.13.2 (Update Height: 858000)

cd $HOME/story
git pull
git checkout v0.13.2
go build -o story ./client

$HOME/story/story version
# Version       v0.13.2-stable
# Git Commit    c9c57b2

# ΠŸΠžΠ‘Π›Π• ΠžΠ‘Π’ΠΠΠžΠ’ΠšΠ˜ Π‘Π•Π’Π˜ НА ΠΠ£Π–ΠΠžΠœ Π‘Π›ΠžΠšΠ•!!!
systemctl stop story
mv $HOME/story/story $(which story)
story version
# 

systemctl restart story && journalctl -u story -f -o cat

Last updated