This repo contains the source code for the ValidatorQueue.com.
Provides an estimate of the waiting time before your Ethereum validator becomes active or eligible for exit. The data is fetched using the beaconcha.in API.
The data is updated every ~ 15min. The first reading of each UTC+0 day is recorded for historical data.
To execute/build locally:
- Create virtual environment:
python3 -m venv venv/
- Start python virtual environment:
. venv/bin/activate
- Install dependencies:
pip install -r requirements.txt
- Run the script:
python build.py
- Close virtual environment:
deactivate
- Or run the last 4 steps in one command:
. venv/bin/activate && pip install -r requirements.txt && python build.py && deactivate
This project is maintained by Ether Alpha.