Leader Log Scripts
Scripts for stake pool owners to check when their pool is scheduled for the slot leadership
Last updated
Was this helpful?
Scripts for stake pool owners to check when their pool is scheduled for the slot leadership
Last updated
Was this helpful?
The scripts allow stake pool owners to check when their pool is scheduled for the slot leadership. The steps below cover the following.
Below guide is for Ubuntu 20.04.
Update and add ppa package:
Update, install python and pip:
Check version of the scripts:
Install python package pytz:
Download getSigma.py
and leaderLogs.py
scripts from github:
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:
Below summary of arguments for full details see the . Some of these are optional arguments but included in the example as these are what I use.
--epoch-nonce epoch 223 nonce (different value of each epoch). This can be found .
Security: It is responsibility of the operator to protect and secure the stake pool. Consider what you share with others.