Skip to content

OutlierVentures/koii-k2-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Koii K2 Utilities

A collection of command line tools for working with the Koii K2 network.

Monitoring

validators-with-info.sh

An enhanced validator monitoring script that combines information from koii validators and koii validator-info get commands. It displays validator information including:

  • Validator identity
  • Skip rate
  • Credits
  • Validator names
  • Website information (when available)

Usage

./monitoring/validators-with-info.sh [OPTIONS]

Options:
    -h          Show help message
    -s SORT     Sort validators by specified criteria (skiprate,credits)
    -d          Debug mode: save raw validator output to file

Example:

./monitoring/validators-with-info.sh -s skiprate,credits

Requirements

  • Bash shell environment
  • Koii CLI tools installed and configured
    • koii validators command available
    • koii validator-info command available
  • Standard Unix utilities:
    • awk
    • sed
    • sort
    • grep

License

This project is licensed under the terms included in the LICENSE file.

About

Utilities for Koii K2 validators and nodes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages