🖱️Upgrade

Latest Version: v0.8.2-patch

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

Check the node version:

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

Result:
#version:0.8.2-patch
#commit:cb0a18eba21dd16519d526bfdc22f9f108cc5558

Restart the node

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

Last updated