Created by Patrick @ EasyNode.ONE.
Scripts that go with our EasyNode.ONE Harmony ONE Validator Guide to help you more easily setup your node.
This is a template to use to build a markdown file to use when setting up nodes in the future.
This contains a copy of our rclone file configured for any node. To be used for remote installations.
This contains our version of a stats python script.
We ditched using ./stats.sh for python3 stats.py
now - Pull it down, edit your shard # if needed, and give stats a try!
This contains our systemd service file pre-configured for the user serviceharmony. To be used for remote installations.
This contains our version of the upgrade_harmony.sh script in our guide. Use the command below in the same directory with your harmony binary to download a copy of our script. Run this when updates to harmony are required by the developers by running ./upgrade_harmony.sh
wget https://raw.githubusercontent.com/easy-node-one/harmony-validator-scripts/main/upgrade/upgrade_harmony.sh && chmod +x upgrade_harmony.sh
This contains stuff to supercharge vStats bot, more to come later.