Skip to content

Bash script to rapidly deploy an Unification Node with StateSync and Cosmovisor

Notifications You must be signed in to change notification settings

refundvalidator/RapidUND

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RapidUND

A set of tools/script for rapid unification node management Imgur

Dependencies

  • jq

  • wget

  • curl

  • xxd

rapidund

Rapidly deploy a Unification node

Usage:

bash <(curl https://raw.githubusercontent.com/refundvalidator/RapidUND/main/rapidund)

Notes:

Script should not be run as a root user. Script expects to be run as a created user with the $HOME env set, and sudo privledges If you have SELinux active installed it may block the und.service file for the daemon. Script will copy the newly created node_key.json and priv_validator_key.json into $HOME/UNDBackup for safekeeping.

statesync

Refreshes the trust height and hash of your node, and freeing any previously used storage

Usage:

bash <(curl https://raw.githubusercontent.com/refundvalidator/RapidUND/main/statesync)

Notes:

Script expects the und data dir to be located in $HOME/.und_mainchain/data similar to how rapidund would set up a node, if your configuration is different your results may vary.

If you used rapidund to set up your node, the script should work without issue

4-percival

Prepares the node for upcoming upgrades, script name will change depending on the currently planned upgrade name, Currently, the scrip can be used with:

Usage:

bash <(curl https://raw.githubusercontent.com/refundvalidator/RapidUND/main/5-pike)

Notes:

Script expects the und cosmovisor dir to be located in $HOME/.und_mainchain/cosmovisor similar to how rapidund would set up a node, if your configuration is different your results may vary

If you used rapidund to set up your node, the script should work without issue

About

Bash script to rapidly deploy an Unification Node with StateSync and Cosmovisor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages