Overview of Koios CNTools
alphaKoios CNTools is a management tool for Cardano stake pool operators designed to simplify wallet key management and pool operations. It operates primarily through a shell script interface and relies on a specific folder structure and an env configuration file located in the same directory as the script.
Core Components:
cntools.sh: The main entry point script.cntools.library: Internal helper functions.env: Configuration file used to connect CNTools to your node.
Companion Scripts:
cncli.sh: Used on the core node (block producer) for monitoring blocks, calculating leader schedules, and block validation.logMonitor.sh: Used alongsidecncli.shfor enhanced monitoring.