Skip to main content
Stratos Upgrade Guide

Stratos Upgrade Guide

Chain ID:

stratos-1

Current Node Version:

v0.12.0

Clone Stratos repository

cd $HOME
rm -rf stratos-chain
git clone https://github.com/stratosnet/stratos-chain.git
cd stratos-chain
git checkout v0.12.0

Build binaries

make build

Prepare binaries for Cosmovisor

mkdir -p ~/.stchaind/cosmovisor/upgrades/v0.12.0/bin
mv build/stchaind ~/.stchaind/cosmovisor/upgrades/v0.12.0/bin/
rm -rf build

Without Cosmovisor

Clone Stratos repository

cd $HOME
rm -rf stratos-chain
git clone https://github.com/stratosnet/stratos-chain.git
cd stratos-chain
git checkout v0.12.0

Build binaries

make install

Restart node and check logs

sudo systemctl restart stchaind && sudo journalctl -u stchaind -f --no-hostname -o cat