All pages
Powered by GitBook
1 of 1

Loading...

Using Node Binary

Validator Nodes

1. Backup Files

Create a folder called "backup" in case it does not exist:

Backup the harmony binary file:

2. Download Node Binary

Before we proceed to next steps we need to download the node binary first:

Check the node binary version that was downloaded:

3. Restart Systemd Service

To check your node follow instructions on .

Non-Validating/Explorer Nodes

The upgrade process is the same as above

Checking A Node
curl -LO https://harmony.one/binary && mv binary harmony && chmod +x harmony
curl -LO https://harmony.one/binary_testnet && mv binary_testnet harmony && chmod +x harmony
mkdir -p backup
cp harmony backup
./harmony -V
sudo service harmony restart