Using Node.sh (deprecated)
1. Stop Systemd Service
sudo service harmony stop2. Backup Files
mkdir -p backupcp {node.sh,harmony} backup3. Download Node.sh
curl -LO https://harmony.one/node.sh && chmod +x node.sh
./node.sh -d && mv staging/* ./curl -LO https://harmony.one/node.sh && chmod +x node.sh
./node.sh -d -N testnet && mv staging/* ././harmony -V
./node.sh -v4. Restart Systemd Service
Last updated
Was this helpful?