Skip to content

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

Notifications You must be signed in to change notification settings

simonmorgenthaler/Lisk-heightChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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