Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (15 loc) · 1.65 KB

getting-started.md

File metadata and controls

29 lines (15 loc) · 1.65 KB

SSV

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.

Requirements

  1. This package requires a synced Mainnet Node, configured in the Mainnet Stakers UI in order to function properly.

  2. As soon as the Operator registration is done, make sure to download the Backup in the Backup tab to avoid losing any critical files.

Registration Steps

  1. Install the package setting the setup mode to "New Operator".

  2. Get the operator public key that will be shown in the SSV Info Tab.

  3. Register as an operator following the SSV documentation with the public key obtained in step 2.

DKG Setup Steps

  1. 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.

  2. Add your node as a DKG endpoint in the SSV App Operator Config. You must set: http://<your-public-ip>:14516.

Troubleshoting

  • 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.