Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 679 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 679 Bytes

Validator activation and exit times

Provide an estimate of the waiting time before your ETH 2 validator becomes active or elligible for exit. The data is fetched using this endpoint from beaconcha.in API.

This is a fork of gonlad-x's validator_queue_monitoring repo.

Create virtual environment

python -m venv validator_queue_monitoring

Enter virtual environment

validator_queue_monitoring\Scripts\activate

Install dependencies

python3 -m pip install urllib3==1.26.6
python3 -m pip install urllib3==1.26.6