Start your DV Node
Last updated
Last updated
Great job on completing the DKG! Now it's time to start your Distributed Validator (DV) node. This step is crucial as it prepares your node for validating over the long term. When you access the cluster details, you will see the "Start DV node required" status and the action required prompt as shown below:
Click on the "Start your DV node" button to proceed.
Once you click the button, you will have two options to choose from:
Full Node Setup:
use the default configuration provided by Obol. The CDVN repository is configured to sync an execution layer client (Nethermind
) and a consensus layer client (Lighthouse
) using Docker Compose.
Existing Beacon Node Setup:
you already have a beacon node running somewhere and you want to use that instead of running an EL (Nethermind
) & CL (Lighthouse
) as part of the example repo, you can disable these images.
Each option has its specific steps to follow.
Full Node Setup
Go to the charon-distributed-validator-node folder you created before
Copy .env.sample
and rename it to .env
Delete lighthouse data if it exists, and spin up a Distributed Validator Node with a Validator Client (~6h)
Open Grafana dashboard to monitor your node with this command
Once you have completed the setup for either option, click the "I started the DV node" button to confirm.
Now, you can communicate with the other operators in your private Discord channel to monitor the progress and ensure everyone has completed their part.
This process ensures that your DV node is properly set up and ready for validating, moving you closer to full activation and earning rewards.