Using Node Binary
Validator Nodes
1. Backup Files
mkdir -p backupcp harmony backup2. Download Node Binary
curl -LO https://harmony.one/binary && mv binary harmony && chmod +x harmonycurl -LO https://harmony.one/binary_testnet && mv binary_testnet harmony && chmod +x harmony./harmony -V3. Restart Systemd Service
sudo service harmony restartNon-Validating/Explorer Nodes
Last updated
Was this helpful?