Leader Log Scripts
Scripts for stake pool owners to check when their pool is scheduled for the slot leadership
The scripts allow stake pool owners to check when their pool is scheduled for the slot leadership. The steps below cover the following.
Installation
Below guide is for Ubuntu 20.04.
Update and add ppa package:
sudo apt-get update
sudo apt-get install -y software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppaUpdate, install python and pip:
sudo apt-get update
sudo apt-get install -y python3.9
sudo apt-get install -y python3-pipCheck version of the scripts:
Install python package pytz:
Download scripts
Download getSigma.py and leaderLogs.pyscripts from github:
Executing scripts
Create Cardano ledger state:
Using your Pool ID and ledger-state.json execute getSigma script:

Run leaderLogs.py with following parameters.
Execute leaderLogs.py:
If are scheduled for slot leadership then you should see output similar to this:
Security: It is responsibility of the operator to protect and secure the stake pool. Consider what you share with others. The Basics
Last updated
Was this helpful?