Upgrade proposal detected

dYmension dYmension

Dymension is a home for easily deployable and lightning fast app-chains, called RollApps. Easily deploy your own consensus-free blockchain and accrue more token value with greater security. Scale just like traditional low latent servers by outsourcing consensus to the dymension hub.

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 dymd

cd $HOME
rm -rf dymension
git clone https://github.com/dymensionxyz/dymension
cd dymension

# Compile version v0.2.0-beta
git checkout v0.2.0-beta
make build -B
mkdir -p $HOME/.dymension/cosmovisor/genesis/bin
mv build/dymd $HOME/.dymension/cosmovisor/genesis/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 dymd -f --no-hostname -o cat