How to update near mainnet node
stop the node
sudo systemctl stop neardchange to nearcore directory
cd nearcoreFetch and checkout last relesease tin this exampe i use version 1.31.0
you can find lates version here alwasy use stable version
be sure you update the node inside screen
screen # and press enterFind lates release here
https://github.com/near/nearcore/releasesgit fetch
git checkout 1.32.1
make release
sudo systemctl start neard && journalctl -n 100 -f -u neard | ccze -ALast updated