Upgrade proposal detected

Uptick Uptick

Uptick is a decentralized mobile NFT marketplace powered by the Uptick netowork. As a leading decentralized NFT platform dedicated to creative economy in web 3.0 era, Uptick focuses on pan-entertainment and liferstyle industries. The managed NFT assets include but not limited to crypto art, digital collectibles, e-tickets, virtual goods, music, video, e-publication, and fans economy.

Upgrade (Ubuntu/Debian)

Wen upgrade, ser?

Since you are using Cosmovisor, you can do this as soon as the upgrade has been announced. No need to wait for the upgrade block! Cosmovisor will monitor the chain and start the new version when it's time.

Compile and install latest uptickd

cd $HOME
rm -rf uptick
git clone https://github.com/UptickNetwork/uptick.git
cd uptick

# Compile version v0.2.6
git checkout v0.2.6
make build -B
mkdir -p $HOME/.uptickd/cosmovisor/upgrades/v0.2.6/bin
mv build/uptickd $HOME/.uptickd/cosmovisor/upgrades/v0.2.6/bin/

Sit back and relax

That's it! Now you can wait for the upgrade block. When it happens, Cosmovisor should detect in and launch the new version. You will be up and running in under a minute normally.

If you want to monitor things, keep an eye on the logs:

sudo journalctl -u uptickd -f --no-hostname -o cat