Install & Run
Quick start to running a Harmony Validator.
Step 1: Spin up your instance on AWS or other providers
Step 2: SSH into the machine
Step 2.5: (Optional) Create a new user
new_user_name=<new-user-name>
sudo adduser $new_user_namesudo adduser $new_user_name sudo
sudo loginctl enable-linger $new_user_namesudo mkdir -p /home/$new_user_name/.ssh
sudo cp ~/.ssh/authorized_keys /home/$new_user_name/.ssh/authorized_keys
sudo chown $new_user_name:$new_user_name /home/$new_user_name/.ssh/authorized_keysStep 3: Install AutoNode
Step 3.5: (Optional) Update your shell
Step 4: Add or import a Validator Key
Step 5: Run AutoNode & start your Validator
Step 5.5: (Optional) Create your validator after the initial run
Last updated
Was this helpful?