From bd02abf764128d01355dddbd0ec1e8b7941f7721 Mon Sep 17 00:00:00 2001 From: Marc Bonenberger Date: Thu, 4 Jul 2024 15:17:57 +0200 Subject: [PATCH 1/3] Revise getting-started.md --- getting-started.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/getting-started.md b/getting-started.md index 363e18b..af35ef6 100644 --- a/getting-started.md +++ b/getting-started.md @@ -1,29 +1,29 @@ # **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. +The SSV Network is a decentralized, open-source Ethereum staking network that enhances validator key security and network redundancy using Distributed Validator Technology (DVT). This package allows you to run an SSV Operator Node on the Ethereum mainnet. ## Requirements 1. This package **requires a synced Mainnet Node**, configured in the [Mainnet Stakers UI](http://my.dappnode/stakers/mainnet) in order to function properly. -2. As soon as the Operator registration is done, make sure to **download the Backup** in the [Backup tab](http://my.dappnode/packages/my/ssv.dnp.dappnode.eth/backup) to avoid losing any critical files. +2. Ensure to **download the Backup** from the [Backup tab](http://my.dappnode/packages/my/ssv.dnp.dappnode.eth/backup) immediately after completing Operator registration to secure all critical files. ## Registration Steps -1. Install the package setting the setup mode to "New Operator". +1. Begin the installation of the package by selecting "New Operator" as the setup mode. -2. Get the operator public key that will be shown in the [SSV Info Tab](http://my.dappnode/packages/my/ssv.dnp.dappnode.eth/info). +2. Obtain the operator public key, which is displayed in the [SSV Info Tab](http://my.dappnode/packages/my/ssv.dnp.dappnode.eth/info). -3. Register as an operator following the [SSV documentation](https://docs.ssv.network/operator-user-guides/operator-management/registration) with the public key obtained in step 2. +3. Complete the registration as an operator by following the guidelines provided in the [SSV documentation](https://docs.ssv.network/operator-user-guides/operator-management/registration), using the public key from the previous step. ## 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](http://my.dappnode/packages/my/ssv.dnp.dappnode.eth/info). +1. Verify that your operator registration on the SSV network is active, and confirm that the DKG service is running by checking the [SSV Info Tab](http://my.dappnode/packages/my/ssv.dnp.dappnode.eth/info). -2. Add your node as a DKG endpoint in the [SSV App Operator Config](https://app.ssv.network/my-account/operator/edit-metadata). You must set: `http://:14516`. +2. Configure your node as a DKG endpoint by adding `https://:14516` in the [SSV App Operator Config](https://app.ssv.network/my-account/operator/edit-metadata). -## Troubleshoting +## Troubleshooting -- If the `OPERATOR_ID` is not automatically fetched in dkg service from SSV API, you can manually set it in the [SSV Config Tab](http://my.dappnode/packages/my/ssv.dnp.dappnode.eth/config). +- If the `OPERATOR_ID` is not retrieved automatically by the DKG service from the SSV API, you can manually enter it in the [SSV Config Tab](http://my.dappnode/packages/my/ssv.dnp.dappnode.eth/config). -Full official documentation can be found [here](https://docs.ssv.network/learn/introduction). +For comprehensive information and additional resources, refer to the full official documentation [here](https://docs.ssv.network/learn/introduction). From b7ab551e820e0d059dade22e98e174f6c4d5defd Mon Sep 17 00:00:00 2001 From: Marc Bonenberger Date: Thu, 4 Jul 2024 15:27:54 +0200 Subject: [PATCH 2/3] Polishing getting-started.md --- getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.md b/getting-started.md index af35ef6..5d5d9cc 100644 --- a/getting-started.md +++ b/getting-started.md @@ -18,7 +18,7 @@ The SSV Network is a decentralized, open-source Ethereum staking network that en ## DKG Setup Steps -1. Verify that your operator registration on the SSV network is active, and confirm that the DKG service is running by checking the [SSV Info Tab](http://my.dappnode/packages/my/ssv.dnp.dappnode.eth/info). +1. Verify that your operator is registered on the SSV network, and confirm that the DKG service is running by checking the [SSV Info Tab](http://my.dappnode/packages/my/ssv.dnp.dappnode.eth/info). 2. Configure your node as a DKG endpoint by adding `https://:14516` in the [SSV App Operator Config](https://app.ssv.network/my-account/operator/edit-metadata). From c9d646633a45e4b1c9c986c1acc2b7403fb44bb8 Mon Sep 17 00:00:00 2001 From: Marc Bonenberger Date: Thu, 4 Jul 2024 15:50:51 +0200 Subject: [PATCH 3/3] Revise text in dappnode_package.json --- dappnode_package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index d2c464f..f890c31 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -14,8 +14,8 @@ } ], "architectures": ["linux/amd64"], - "shortDescription": "Secret Shared Validator for Ethereum mainnet", - "description": "SSV.network is a decentralized ETH staking network enabling the distributed operation of an Ethereum validator. The network allows both users and operators to diversify staking risks, optimize performance, and promote decentralization across the Ethereum consensus layer.", + "shortDescription": "SSV for Ethereum mainnet", + "description": "The SSV Network is a decentralized, open-source Ethereum staking network that enhances validator key security and network redundancy using Distributed Validator Technology (DVT)", "type": "service", "author": "DAppNode Association (https://github.com/dappnode)", "contributors": [