This repo contains the docker-compose files needed to run one node in a charon Distributed Validator Cluster.
A distributed validator node is a machine running:
- An Ethereum Execution client
- An Ethereum Consensus client
- An Ethereum Distributed Validator client
- An Ethereum Validator client
Check the Obol docs for detailed instructions on how to get started using this repo.
In the examples/
directory, you will find a collection of docker compose configuration files that demonstrate various clients and
their configurations for running a Distributed Validator Node. These files are with filenames as {EC}-{CC}-{VC}.yml (where
EC: Execution Client, CC: Consensus Client, VC: Validator Client). For example,
if you wish to run a DV node with Nethermind EL, Teku CL and Lighthouse VC, you can run nethermind_teku_lighthouse.yml
.
To run any of the examples, use the following command:
docker compose -f examples/nethermind_teku_lighthouse.yml up
It is still early days for the Obol Network and everything is under active development. It is NOT ready for mainnet. Keep checking in for updates, here is the latest on charon's supported clients and duties.
Check the Obol docs for frequent errors and resolutions