You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/02-guides/02-installation/01-use-case-guides/03-node-operator/lido/02-lido-sdvtm-ssv.md
+2-20
Original file line number
Diff line number
Diff line change
@@ -81,62 +81,46 @@ Wait for confirmation from the Lido Team before proceeding further.
81
81
82
82
### Step 5: Create SAFE Multisig with your cluster
83
83
84
-
Once all addresses are verified, the **cluster coordinator** will create a 5/7 threshold SAFE Multisig. The Multisig will use each member's individual manager address on Holesky. When the SAFE is created, the **cluster coordinator** should share SAFE Holesky URL for your cluster to review (tag them to make sure they can connect) and tag @kimonsh. This address will be your cluster’s representation in the Lido Node Operator Registry on Holesky.
84
+
Once all addresses are verified, the **cluster coordinator** will create a 5/7 threshold SAFE Multisig. The Multisig will use each member's individual manager address on Holesky. When the SAFE is created, the **cluster coordinator** should share SAFE Holesky URL for your cluster to review. This address will be your cluster’s representation in the Lido Node Operator Registry on Holesky.
85
85
86
-
### Step 6: Register Your Cluster
87
86
88
-
The Simple DVT Module Committee will add your cluster to the Lido Node Operator Registry using the SAFE multisig you provided.
89
87
90
88
## Lido x SSV Network Node Setup
91
89
92
90
### Step 7: Log into Your Server
93
91
94
92
To begin setting up your node server with Stereum, start by logging into your server. Enter the server's IP address, username, and password, then proceed to log in. This step is critical for establishing a secure connection to your server where the node will be installed.
Once logged in, look for the "One Click Installation" option which is recommended for beginners due to its simplicity and automated setup process. Select this to initiate the installation of your node with minimal hassle.
97
+
Once logged in, look for the "One Click Installation" option which is recommended to its simplicity and automated setup process. Select this to initiate the installation of your node with minimal hassle.
In the one-click installation section, select the "Lido x SSV SDVTM" option to participate as a Node operator for Lido. From the network dropdown, pick an Ethereum testnet like Holesky.
Ensure you set the appropriate data path for your server by selecting the right storage volume. This step affects your node's performance and stability. For services, Geth is common for execution, and for consensus, any client works well. Set the installation directory, usually `/opt/stereum`, to keep your services well-organized for easy management.
The next step involves setting the synchronization method for your node clients. The recommended 'Checkpoint Sync' method allows quicker synchronization with the blockchain by starting from a known good state. Choose a trusted source for your checkpoint, which will influence the integrity and reliability of your node's data.
Finally, confirm the installation paths for each component you’re setting up on your server. This summary screen lists all the chosen services with their respective categories and installation paths, ensuring you have a clear overview of where each service will reside on the server. It’s important to verify that each path is correct to prevent any future operational issues.
After completing the initial setup, you will be directed to the node page. Here, monitor the status indicators next to each client, which will initially appear as small red dots. These dots will turn green once the clients are successfully turned on – the only exception will be the SSV Network Service as well as the SSV DKG Service. When this happens, proceed by clicking on the "Control" tab to manage your settings further.
As we are tracking missed block proposals, we need to increase the duration that SSV Nodes store their logs. In your SSV Node Config, accessible by opening the SSV Config in the settings of the SSV service, check that the `LogFileBackups` option is set to "28"
@@ -147,8 +131,6 @@ As we are tracking missed block proposals, we need to increase the duration that
147
131
148
132
On the "Control" page, keep an eye on the synchronization status of both blockchain clients. Typically, the Consensus Client synchronization completes before the Execution Client's process starts. It's important to allow both clients to fully synchronize to ensure your node operates correctly within the network.
0 commit comments