A collection of command line tools for working with the Koii K2 network.
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)
./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
- Bash shell environment
- Koii CLI tools installed and configured
koii validators
command availablekoii validator-info
command available
- Standard Unix utilities:
awk
sed
sort
grep
This project is licensed under the terms included in the LICENSE file.