📬Updates

After update you can check prevotes/precommits status

Updates are available for information. Boot via State sync or Snapshot to avoid installing all updates. In this case, you must use the actual version of the binary file and genesis

UPD 🕊 on v0.10.0 (Update Height: 626575)

cd $HOME/story

# delete old archive
rm -r story-linux-amd64*

wget https://story-geth-binaries.s3.us-west-1.amazonaws.com/story-public/story-linux-amd64-0.10.0-9603826.tar.gz
tar -xvf story-linux-amd64-0.10.0-9603826.tar.gz
$HOME/story/story-linux-amd64-0.10.0-9603826/story version
# Version       v0.10.0-stable
# Git Commit    9603826

# AFTER STOPPING THE NETWORK ON THE REQUIRED BLOCK!!!
systemctl stop story
mv $HOME/story/story-linux-amd64-0.10.0-9603826/story $HOME/go/bin/story
story version
# 

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

Last updated