Upgrade node
# Option 1 - Without cosmovisor
Stop node
sudo systemctl stop storyDownload new binary v0.10.1
cd $HOME
wget https://story-geth-binaries.s3.us-west-1.amazonaws.com/story-public/story-linux-amd64-0.10.1-57567e5.tar.gz
tar -xzvf story-linux-amd64-0.10.1-57567e5.tar.gz
Copy binary to $HOME/go/bin to use it anywhere

Restart node
# Option 2 - Run with Cosmovisor
Stop node
Upgrade Story binary v0.10.1
Install Cosmovisor

Set Up Cosmovisor Directory Structure
Copy Current and New Version Binaries
Add Upgrade Information
Set Up Environment Variables

Update current symlink
Verify the Setup


Edit service file:


Last updated