For the complete documentation index, see llms.txt. This page is also available as Markdown.

Using Node Binary

Validator Nodes

0. Setup the chrony daemon

Please check the 0. Recommended Chrony Setup for Validator Nodes

1. Backup Files

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

mkdir -p backup

Backup the harmony binary file:

cp harmony backup

2. 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 harmony

Check the node binary version that was downloaded:

./harmony -V

3. Restart Systemd Service

To 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?