Using Node Binary
Validator Nodes
1. Backup Files
Create a folder called "backup" in case it does not exist:
mkdir -p backupBackup the harmony binary file:
cp harmony backup2. Download Node Binary
Before we proceed to next steps we need to download the node binary first:
curl -LO https://harmony.one/binary && mv binary harmony && chmod +x harmonycurl -LO https://harmony.one/binary_testnet && mv binary_testnet harmony && chmod +x harmonyCheck the node binary version that was downloaded:
./harmony -V3. Restart Systemd Service
sudo service harmony restartTo check your node follow instructions on Checking A Node.
Non-Validating/Explorer Nodes
The upgrade process is the same as above
Last updated
Was this helpful?