Skip to content

Instantly share code, notes, and snippets.

@count-0
count-0 / get_validator_duties.py
Created November 4, 2024 05:34 — forked from mohamedmansour/get_validator_duties.py
Get validator duties for Prysm (find largest gap in which to update for that $0.04 it will save/benefit you)
"""
Originally developed by https://github.com/pietjepuk2
Ported to Prysm by https://twitter.com/mohamedmansour
Support my gitcoin https://gitcoin.co/mohamedmansour
"""
import json
import math
import time
import urllib
import sys