This documentation under development by nodex.one team! πŸ‘·β€β™‚οΈπŸ‘‹
Networks
Mainnet
⏳ Upgrade

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 point-chain
git clone https://github.com/pointnetwork/point-chain
cd point-chain
git checkout v0.0.5
make build

Latest commit : b37c22b36b291403cca1205c849514a7a1b5616d

Prepare Cosmovisor

Get the binaries ready for Cosmovisor upgrades
mkdir -p $HOME/.pointd/cosmovisor/upgrades/v0.0.5/bin
mv build/pointd $HOME/.pointd/cosmovisor/upgrades/v0.0.5/bin/
rm -rf build
⏳

That's all! Cosmovisor will take care of the upgrade automatically once the specified block height is reached.