Skip to content

simonmorgenthaler/Lisk-heightChecker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

heightChecker

Bash script to check the blockheight and Lisk version on configured nodes. Nice and clear colored presentation!

Checking all the nodes needs some time, especially if not all nodes are reachable. The scrips will maybe need some seconds to show the results, please be patient.

Installation and Configuration

  1. Clone the repo with 'git clone https://github.com/simonmorgenthaler/Lisk-heightChecker.git'
  2. Go into the directory with 'cd Lisk-heightChecker'
  3. Modify heightChecker.sh with 'vim heightChecker.sh' or 'nano heightChecker.sh'
  4. Adapt nodesMainnet and nodesTestnet to your needs. Use "-" as an optical separator.

Usage

  1. Execute the script with ./heightChecker.sh
  2. If you want to update it continuously you can use a command similar to this one:
while true ; do ./heightChecker.sh ; sleep 10 ; done

If you like this script, please vote for my delegate 'cc001' 6787154358850114730L Thanks!

Screenshot

Screenshot

About

Bash script to check the blockheight and Lisk version on configured nodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages