SSV is a network of validators that use a decentralized network of operators to run their validators. This package allows you to run an SSV Operator Node on Ethereum mainnet.
-
This package requires a synced Mainnet Node, configured in the Mainnet Stakers UI in order to function properly.
-
As soon as the Operator registration is done, make sure to download the Backup in the Backup tab to avoid losing any critical files.
-
Install the package setting the setup mode to "New Operator".
-
Get the operator public key that will be shown in the SSV Info Tab.
-
Register as an operator following the SSV documentation with the public key obtained in step 2.
-
If you want to run the dkg service, make sure the operator is registered in the SSV network and check the dkg service is not stopped in the SSV Info Tab.
-
Add your node as a DKG endpoint in the SSV App Operator Config. You must set:
http://<your-public-ip>:14516
.
- If the
OPERATOR_ID
is not automatically fetched in dkg service from SSV API, you can manually set it in the SSV Config Tab.
Full official documentation can be found here.