Upgrade proposal detected

Decentr Decentr

Creating a bridge between internet users and applications developed with distributed ledger technology, an open source platform, which enables you to manage and pay with your Personal Data Value.

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 decentrd

cd $HOME
rm -rf decentr
git clone https://github.com/Decentr-net/decentr
cd decentr

# Compile version v1.6.2
git checkout v1.6.2
make build -B
mkdir -p $HOME/.decentr/cosmovisor/upgrades/v160/bin
mv build/decentrd $HOME/.decentr/cosmovisor/upgrades/v160/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 decentrd -f --no-hostname -o cat