Upgrade
Using Cosmovisor streamlines upgrade preparation. Just build new binaries and move them to the Cosmovisor upgrades directory.
Download latest binaries
Download and build a specific upgrade binary file
cd $HOME
rm -rf bcna
git clone https://github.com/BitCannaGlobal/bcna.git
cd bcna
git checkout v3.1.0
make build
Latest commit : be10f9e1362b2f4de45a95c045387949e2acd6ad
Prepare Cosmovisor
Get the binaries ready for Cosmovisor upgrades
mkdir -p $HOME/.bcna/cosmovisor/upgrades/ganjarevolutionburn/bin
mv build/bcnad $HOME/.bcna/cosmovisor/upgrades/ganjarevolutionburn/bin/
rm -rf build
β³
That's all! Cosmovisor will take care of the upgrade automatically once the specified block height is reached.