Skip to content

ezstaking/ez_utilities

Repository files navigation

EZ Staking Utilities

The easiest and fastest way to run a script directly from Github.

Syntax: bash <(curl -Ls https://raw.githubusercontent.com/EZStaking/ez_utilities/main/run_script.sh) [OPTIONS] [FILE]
Syntax: ./run_script.sh [OPTIONS] [FILE]

options:
  -h                Print this help and exit
  -u EZStaking      Github User
                      EZStaking (default)
  -r ez_utilities   Github Repository
                      ez_utilities (default)
  -b main           Github branch
                      main (default)
The easiest and fastest way to configure and install Cosmovisor automatically.

Syntax: bash <(curl -Lfs https://raw.githubusercontent.com/EZStaking/ez_utilities/main/setup_cosmovisor.sh) [OPTIONS] [DAEMON_NAME] [DAEMON_HOME]
Syntax: ./setup_cosmovisor.sh [OPTIONS] [DAEMON_NAME] [DAEMON_HOME]

options:
  -h     Print this help and exit
The easiest and fastest way to configure state-sync.

Syntax: bash <(curl -Lfs https://raw.githubusercontent.com/EZStaking/ez_utilities/main/setup_statesync.sh) [OPTIONS] [RPC_NODE] [DAEMON_HOME]
Syntax: ./setup_statesync.sh [OPTIONS] [RPC_NODE] [DAEMON_HOME]

options:
  -h     Print this help and exit
The easiest and fastest way to get the active peers list.

Syntax: bash <(curl -Lfs https://raw.githubusercontent.com/EZStaking/ez_utilities/main/get_active_peers.sh) [OPTIONS] [RPC_NODE]
Syntax: ./get_active_peers.sh [OPTIONS] [RPC_NODE]

options:
  -h     Print this help and exit

Releases

No releases published

Packages

No packages published

Languages