pooltoolSendSlots: python script to get stakepool slot leaders and send them to pooltool.io.
Needed to display assigned blocks and assigned performance in pooltool.io
This work comes from the merge and reworking of:
https://github.com/asnakep/YaLL
(Interactive Slot Leader checker for previous, current and next epoch using Koios API)
https://github.com/Josef3110/stakepool_python_tools/blob/main/scripts/sendslots.py
(Gets slots schedule using "cardano-cli query leadership-schedule" and send the slots to pooltool.io)
pooltoolSendBlocks: bash script to send blocks information (send tip) to pooltool.io.
Needed to show your stakepool liveness (green highlighted last block height of block producer)
of your stakepool section and for pooltool.io network analysis.
pooltoolSendBlocks is an evolution of https://github.com/papacarp/pooltool.io/tree/master/sendmytip