Updates are available for information. Boot via State sync or Snapshot to avoid installing all updates. In this case, you must use the actual version of the binary file and genesis
UPD 🕊 on (Update Height: )
cd $HOME/arkeo
git pull
git checkout
make build
$HOME/arkeo/build/arkeod version --long | grep -e version -e commit
# version:
# commit:
# AFTER STOPPING THE NETWORK ON THE NECESSARY BLOCK!!!
systemctl stop arkeod
mv $HOME/arkeo/build/arkeod $(which arkeod)
arkeod version --long | grep -e version -e commit
#
systemctl restart arkeod && journalctl -u arkeod -f -o cat