Upgrade proposal detected

Vidulum Vidulum

Vidulum App is your one stop, multi-currency crypto web wallet. Hold, earn, and own your crypto assets in non-custodial fashion from any device, anytime.

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 vidulumd

cd $HOME
rm -rf mainnet
git clone https://github.com/vidulum/mainnet
cd mainnet

# Compile version v1.0.0
git checkout v1.0.0
make build -B
mkdir -p $HOME/.vidulum/cosmovisor/genesis/bin
mv build/vidulumd $HOME/.vidulum/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 vidulumd -f --no-hostname -o cat