Upgrade proposal detected

Cerberus Cerberus

Introducting Cerberus (pronounced - [ kur-ber-uhs]) the first ever three headed dog meme-coin in Cosmos network.

Cerberus is a community meme-coin and NFT project. Our project's mission is to give the power to the community to vote on the project's future through governance.

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 cerberusd

cd $HOME
rm -rf cerberus
git clone https://github.com/cerberus-zone/cerberus.git
cd cerberus

# Compile version v3.1.0
git checkout v3.1.0
make build -B
mkdir -p $HOME/.cerberus/cosmovisor/upgrades/ciacco/bin
mv build/cerberusd $HOME/.cerberus/cosmovisor/upgrades/ciacco/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 cerberusd -f --no-hostname -o cat