Adding Operators
Add operators to your existing distributed validator cluster using the charon alpha edit add-operators command.
Prerequisites
Adding Operators Process
For Existing Operators
# If you prefer running a pre-built charon binary
charon alpha edit add-operators --new-operator-enrs=enr:-JG4QH... --output-dir=output
# Or, if you prefer running it in Docker
# (replace 'latest' with the most recent version if needed: https://hub.docker.com/r/obolnetwork/charon/tags)
docker run --rm -v "$(pwd):/opt/charon" -w "/opt/charon" obolnetwork/charon:v1.10.3 alpha edit add-operators --new-operator-enrs=enr:-JG4QH... --output-dir=/opt/charon/outputFor New Operators
Making the DV Stack Use the New Configuration
Current Considerations
Last updated
Was this helpful?

