Harmony
Support Forum
Github
Telegram
Discord
Search…
Welcome
🎶
General
Introduction
Technology
Bridges
DApps
Wallets
Ecosystem
DAOs
Community
🏗️ Developers
Getting Started
Network & Faucets
Deploying on Harmony
Harmony Stack and Projects
List of Deployed Contracts
List of RPC Providers
SDK
API
Wallets
Tools
DApp Examples
Hackathon & Bounties
Tutorials
🌏
Network
Governance
Validators
Terms & Concepts
Server Setup
Node Setup
1. HMY CLI Download
2. Setting up BLS Keys
3. Syncing DB
4. Installing & Updating
Installing A Node
Upgrading A Node
Using Node Binary
Using AutoNode (deprecated)
Using Node.sh (deprecated)
Checking A Node
Creating A Validator
Managing A Validator
Staking Dashboard Basics
Validator Information Terms
Validator Security Tips
Slashing and Uptime
Monitoring
Troubleshooting
Tools
Delegators
Powered By
GitBook
Using Node.sh (deprecated)
This option is
deprecated
and is
not supported
anymore. Please update your node
Using Node Binary
.
1. Stop Systemd Service
1
sudo
service
harmony stop
Copied!
2. Backup Files
Create a folder called "
backup
" in case it does not exist:
1
mkdir
-p backup
Copied!
Backup both
node.sh
and
harmony
binary file:
1
cp
{
node.sh,harmony
}
backup
Copied!
3. Download Node.sh
Before we proceed to next steps we need to download the necessary files:
Mainnet
Testnet
1
curl
-LO https://harmony.one/node.sh
&&
chmod
+x node.sh
2
./node.sh -d
&&
mv
staging/* ./
Copied!
1
curl
-LO https://harmony.one/node.sh
&&
chmod
+x node.sh
2
./node.sh -d -N testnet
&&
mv
staging/* ./
Copied!
Check the Binary CLI and node.sh version that was downloaded:
1
./harmony -V
2
./node.sh -v
Copied!
4. Restart Systemd Service
1
sudo
service
harmony restart
Copied!
To check your node follow instructions on
Checking A Node
.
Previous
Using AutoNode (deprecated)
Next
Checking A Node
Last modified
1yr ago
Export as PDF
Copy link
Contents
1. Stop Systemd Service
2. Backup Files
3. Download Node.sh
4. Restart Systemd Service