Skip to content

MikeSylphDapps/validator_queue_monitoring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Provide an estimate of the waiting time before your ETH 2 validator becomes active.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.8%
  • HTML 35.2%