Upgrade
Prepare for and the upcomming chain upgrade using Cosmovisor.
Last updated
Was this helpful?
Prepare for and the upcomming chain upgrade using Cosmovisor.
Last updated
Was this helpful?
Was this helpful?
# Clone project repository
cd $HOME
rm -rf nearcore
git clone https://github.com/near/nearcore
cd nearcore
git fetch origin --tags
git checkout tags/1.39.2 -b mynode
make release
sudo mv $HOME/nearcore/target/release/neard /usr/local/bin/neard
sudo systemctl restart neard && sudo journalctl -u neard -f --no-hostname -o cat