Upgrade

Current Version
Upgrade Folder

e3b47c1

v1

This guide assumes that the current systemd file is named as qubetics

Downloading and installing Binary

# Download Pre-Built Binary
wget -O $HOME/go/bin/qubeticsd https://files.nodeshub.online/testnet/qubetics/binary/current/qubeticsd

sudo systemctl start qubetics

For Cosmovisor Users

# Downloading and installing Binary
# Download Pre-Built Binary
wget -O $HOME/go/bin/qubeticsd https://files.nodeshub.online/testnet/qubetics/binary/current/qubeticsd

# Making New Binary Directory and Copying the Daemon
mkdir -p $HOME/.qubeticsd/cosmovisor/upgrades/v1/bin
sudo cp $HOME/go/bin/qubeticsd $HOME/.qubeticsd/cosmovisor/upgrades/v1/bin/

#Stop qubetics daemon
sudo systemctl stop qubetics

#creating symlink to new binaries
ls -l $HOME/.qubeticsd/cosmovisor/current
rm $HOME/.qubeticsd/cosmovisor/current
ln -s $HOME/.qubeticsd/cosmovisor/upgrades/v1 $HOME/.qubeticsd/cosmovisor/current

#starting qubetics
sudo systemctl start qubetics && sudo journalctl -u qubetics -f -o cat

Last updated