🖱️Upgrade

Latest Version: v0.6.8

Update instruction on block 8931000

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

Check the node version:

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

Result:
#version:0.6.8
#commit:be1bcbc8832f2bdb74202c031ba6c2b920755e9b

Restart the node

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

Last updated