Skip to content

Conversation

@serjs
Copy link

@serjs serjs commented Nov 7, 2025

No description provided.

@serjs serjs changed the title New alpha add-validator feature add-validator feature Nov 8, 2025
if [[ "$ADD_VALIDATOR_TARGET_CLUSTER" == "$CHARON_SERVICE_NAME" ]]; then
echo "${INFO} Start running charon add-validators command"

charon alpha add-validators \
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please override the default relays list (see --p2p-relays) to use just https://4.relay.obol.dev - we keep this as an isolated relay for DKGs to not interfere with the default [0, 1 & 2] which are used for running clusters.

The command uses p2p network under the hood. An isolated relay ensures that add-validators instances will not interfere with charon run instances (those running a live cluster).
Otherwise, relay starts rejecting new connections because theses are the same peers having the same peer ID and they cannot connect twice to the same relay.

Hope this makes sense.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your feedback! Do we need to have option to set any other relays in future? I mean, do I need to add optional not required (by default) field for setting non default (https://4.relay.obol.dev in our case) p2p-relays during add-validators?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants