Using Node.sh (deprecated)
sudo service harmony stop
Create a folder called "
backup
" in case it does not exist:mkdir -p backup
Backup both
node.sh
and harmony
binary file:cp {node.sh,harmony} backup
Before we proceed to next steps we need to download the necessary files:
Mainnet
Testnet
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/* ./
Check the Binary CLI and node.sh version that was downloaded:
./harmony -V
./node.sh -v
sudo service harmony restart
Last modified 2yr ago