Useful scripts for stake-pool operators

jormungandr QA scripts by IOHK: (create addresses, send ada, delegate via command line, etc:

helper scripts that basically check if your node forked and then restart it automatically:

a collection of tweaks and optimizations by @_ilap, very detailed, as know from his contributions here in the forum:

Another alternative to a failover/restart script by @rdlrt:


For reasons of clarity, these scripts were separated from Useful guides/tutorials for stake-pool operators (setting up a stake pool)

16 Likes

hey :slight_smile:

thank you for this useful list, can I suggest my scripts to be added?

cheers!

1 Like
3 Likes

I’m building the pool_check script (100% bash) to check if your node is running smoothly and nobody messed with the configuration. Today the first update featuring email notifications has been released, so I enter my script here :slight_smile:

1 Like

@adatainment I have build / tested and released an Ansible role for building a core / reply node on Amazon Linux / Centos 7 which is here: GitHub - osodevops/ansible-role-cardano-node: Ansible role for the provisioning of Shelly Cardano binaries from source.

Working on a Ubuntu version now.

2 Likes

I would add that we also have Cardano Log Monitoring solution currently in Beta Testing - details at https://www.codaea.io

A tool that SPOs (and not just them!) may find helpful was uploaded last night to github that draws winning addresses from a pool’s pool of delegators. Options like excluding stake addresses, exluding an address based on stake, drawing more than one addresses, making a weighted draw based on the stake of an address and so on are supported.

Have fun!
-Ioannis [GRC1]