Final Steps
Update Operator Metadata
To participate in DKG ceremonies without coordination and to enable others to initiate ceremonies with you via your provided endpoint, it's crucial to update your operator metadata with the correct information.
Once the DKG tool is up and running, please make sure to update your operator metadata, and provide your DKG Operator endpoint, in the form of protocol:ip:port
(if you have a domain name, instead of an ip
that works as well).
Please head over to the Operator User guide on how to update metadata and follow the instructions
Test the setup
You can test out if your DKG node is correctly setup, with these simple steps:
fetch operator metadata from SSV-API (e.g.
https://api.ssv.network/api/v4/<holesky | mainnet>/operators/<OPERATOR_ID>
choosing the right network and substituting your operator ID) and getdkg_address
from the outputrun the command:
docker run --rm "ssvlabs/ssv-dkg:latest" ping --ip <DKG_ADDRESS>
where<DKG_ADDRESS>
is the address used in the previous step
It should tell you if the operator is online and is updated to the latest version.
Last updated
Was this helpful?