🖱️Upgrade

Latest Version: v0.8.0

Update instruction on block 13560000

cd $HOME
rm -rf nolus-core
git clone https://github.com/Nolus-Protocol/nolus-core.git
cd nolus-core
git checkout v0.8.0
make install

Check the node version:

nolusd version --long | grep -e commit -e version

Result:
#version:0.8.0
#commit:88d7fa25a7f011688c6767c650fa315927773dd8

Restart the node

sudo systemctl restart nolusd && sudo journalctl -u nolusd -f --no-hostname -o cat

Last updated