Skip to content

Commit 526bb98

Browse files
authored
Merge pull request #26 from stereum-dev/Staking-Guide-Update
Staking Guide Update
2 parents f04b6e4 + 3d063bc commit 526bb98

File tree

1 file changed

+58
-67
lines changed

1 file changed

+58
-67
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,254 +1,245 @@
11
# Ethereum Solo Staking Guide
22

3-
4-
53
### Part 1 / 4 | Ethereum Node Setup
64
### Step 1
75
To begin setting up your server for crypto transactions with Stereum, start by logging into your server management system. 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.
86

9-
![Step 1 Screenshot](\static\screenshots\1.png)
7+
![Step 1 Screenshot](../static/screenshots/1.png)
108

119
### Step 2
1210
Once logged in, navigate to the server configuration dashboard. 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.
1311

14-
![Step 2 Screenshot](\static\screenshots\2.png)
12+
![Step 2 Screenshot](../static/screenshots/2.png)
1513

1614
### Step 3
1715
In the one-click installation section, choose your use case and network. For this guide, select the "Staking" option to participate in blockchain validation and earning rewards. From the network dropdown, pick an Ethereum testnet like Goerli or Holesky.
1816

19-
![Step 3 Screenshot](\static\screenshots\3.png)
17+
![Step 3 Screenshot](../static/screenshots/3.png)
18+
2019
### Step 4
2120
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 Lighthouse for consensus. Set the installation directory, usually `/opt/stereum`, to keep your services well-organized for easy management.
2221

23-
![Step 4 Screenshot](\static\screenshots\4.png)
22+
![Step 4 Screenshot](../static/screenshots/4.png)
2423

2524
### Step 5
2625
The next step involves setting the synchronization method for your node clients. The recommended 'Checkpoint Sync' method allows a 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.
2726

28-
![Step 5 Screenshot](\static\screenshots\5.png)
27+
![Step 5 Screenshot](../static/screenshots/5.png)
2928

3029
### Step 6
3130
Finally, you’ll 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.
3231

33-
![Step 6 Screenshot](\static\screenshots\6.png)
32+
![Step 6 Screenshot](../static/screenshots/6.png)
3433

3534
### Step 7
3635
Continue & wait for the installation to complete. This process might take some time depending on the server and network conditions.
3736

38-
![Step 7 Screenshot](\static\screenshots\7.png)
37+
![Step 7 Screenshot](../static/screenshots/7.png)
3938

4039
### Step 8
4140
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. When this happens, proceed by clicking on the "Control" tab to manage your settings further.
4241

43-
![Step 8 Screenshot](\static\screenshots\8.png)
42+
![Step 8 Screenshot](../static/screenshots/8.png)
4443

4544
### Step 9
4645
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.
4746

48-
![Step 9 Screenshot](\static\screenshots\9.png)
47+
![Step 9 Screenshot](../static/screenshots/9.png)
4948

5049
## Part 2 / 4 | Validator Key Generation
5150

5251
### Step 10
5352
Navigate to the Ethereum Launchpad website [https://launchpad.ethereum.org](https://launchpad.ethereum.org), which is the official portal for becoming an Ethereum validator. You can visit either the general launchpad, the Holesky testnet, or the Goerli testnet launchpad based on your requirements. Click on "Become a Validator" to start the process of setting up and registering your node as a validator.
5453

55-
![Step 10 Screenshot](\static\screenshots\10.png)
54+
![Step 10 Screenshot](../static/screenshots/10.png)
5655

5756
### Step 11
5857
Carefully read through the advisory information provided on the launchpad site.
5958

60-
![Step 11 Screenshot](\static\screenshots\11.png)
59+
![Step 11 Screenshot](../static/screenshots/11.png)
6160

6261
## Part 3 / 4 | Validator Key Deposit
6362

6463
### Step 12
6564
These pages contain crucial details about the responsibilities and requirements of running a validator node, such as the Proof of Stake mechanism, deposits, and key management. Understanding these points is essential before you proceed.
6665

67-
![Step 12 Screenshot](\static\screenshots\12.png)
66+
![Step 12 Screenshot](../static/screenshots/12.png)
6867

6968
### Step 13
7069
Choose any of the Execution Clients listed, such as Geth or Nethermind, to process validator deposits.
7170

72-
![Step 13 Screenshot](\static\screenshots\13.png)
71+
![Step 13 Screenshot](../static/screenshots/13.png)
7372

7473
### Step 14
7574
Similarly, select any Consensus Client like Lighthouse or Prysm.
7675

77-
![Step 14 Screenshot](\static\screenshots\14.png)
76+
![Step 14 Screenshot](../static/screenshots/14.png)
7877

7978
### Step 15
8079
Decide on the number of validators you wish to operate. Input this number into the designated field.
8180

82-
![Step 15 Screenshot](\static\screenshots\15.png)
81+
![Step 15 Screenshot](../static/screenshots/15.png)
8382

8483
### Step 16
8584
Begin by selecting the operating system you're using to generate validator keys, as this will determine the appropriate version of the key generation tool for your setup.
8685

87-
![Step 16 Screenshot](\static\screenshots\16.png)
86+
![Step 16 Screenshot](../static/screenshots/16.png)
8887

8988
### Step 17
9089
For a user-friendly experience, opt for the Wagyu Key Gen application. This graphical user interface (GUI) tool, developed by the ETH Staker community, simplifies the key generation process. Though other options are available, Wagyu is highly recommended for its ease of use. After clicking on "DOWNLOAD FROM GITHUB," locate and download the Wagyu version that corresponds to your operating system.
9190

92-
![Step 17 Screenshot](\static\screenshots\17.png)
91+
![Step 17 Screenshot](../static/screenshots/17.png)
9392

9493
### Step 18
9594
Return to the staking launchpad page and confirm that you've securely stored your validator keys and written down your mnemonic phrase by checking the box. This step is essential for ensuring the security and recoverability of your staking operation. After confirming, click "CONTINUE" to proceed with the setup process.
9695

97-
![Step 18 Screenshot](\static\screenshots\18.png)
96+
![Step 18 Screenshot](../static/screenshots/18.png)
9897

9998
## Part 4 / 4 | Validator Key Import & Further Configuration
10099

101100
### Step 19
102101
Once the Wagyu download is complete, launch the application. Before generating keys, switch to the network you plan to use by clicking the network selector. For enhanced security, disconnect from the internet while you generate your validator keys, as this step involves sensitive information that should remain private.
103102

104-
![Step 19 Screenshot](\static\screenshots\19.png)
103+
![Step 19 Screenshot](../static/screenshots/19.png)
105104

106105
### Step 20
107106
Read the information provided within the Wagyu Key Gen application carefully. When ready, initiate the creation of your secret recovery phrase by clicking "Create" and then "CREATE NEW SECRET RECOVERY PHRASE."
108107

109-
![Step 20 Screenshot](\static\screenshots\20.png)
108+
![Step 20 Screenshot](../static/screenshots/20.png)
110109

111110
### Step 21
112111
Securely record your Secret Recovery Phrase. It's vital to back it up accurately and in the correct order, as it is the only way to recover your funds if needed. The best practice for keeping this phrase secure is to write it down on paper and store it in a safe place. Remember, the security of your funds is as reliable as your backup.
113112

114-
![Step 21 Screenshot](\static\screenshots\21.png)
113+
![Step 21 Screenshot](../static/screenshots/21.png)
115114

116115
### Step 22
117116
After backing up your Secret Recovery Phrase, re-enter it in the Wagyu Key Gen tool to verify its accuracy. Click "Check" to confirm you've recorded it correctly, ensuring you can access your funds when necessary.
118117

119-
![Step 22 Screenshot](\static\screenshots\22.png)
118+
![Step 22 Screenshot](../static/screenshots/22.png)
120119

121120
### Step 23
122121
Enter how many validator keys you'd like to create and set a strong password for them. This password will be used to secure your validator keys, so make it complex and keep it safe.
123122

124-
![Step 23 Screenshot](\static\screenshots\23.png)
123+
![Step 23 Screenshot](../static/screenshots/23.png)
125124

126125
### Step 24
127126
If you want to set an Ethereum Withdrawal Address, enter it now. This is where your funds will be sent when you perform a withdrawal. It's optional at this stage but remember that the address must be under your control and can be linked to your secret recovery phrase later if not provided now.
128127

129-
![Step 24 Screenshot](\static\screenshots\24.png)
128+
![Step 24 Screenshot](../static/screenshots/24.png)
130129

131130
### Step 25
132131
Retype your password to confirm it. Make sure you re-enter the same password you chose for your validator keys. This step is crucial for the security of your keys and will be needed every time you perform important operations with your validator.
133132

134-
![Step 25 Screenshot](\static\screenshots\25.png)
133+
![Step 25 Screenshot](../static/screenshots/25.png)
135134

136135
### Step 26
137136
Click on "Browse" to open Windows Explorer and navigate to the folder where you want to save your validator key(s). It's important to choose a secure and backed-up location because these keys will control your validator. Once you've selected the folder, verify that the path is correct and click "Create" to generate your keys.
138137

139-
![Step 26 Screenshot](\static\screenshots\26.png)
138+
![Step 26 Screenshot](../static/screenshots/26.png)
140139

141140
### Step 27
142141
Allow some time for the Wagyu application to generate your secret recovery phrase. It's essential to wait until the process is complete, which may take up to 30 seconds or more, depending on the number of keys.
143142

144-
![Step 27 Screenshot](\static\screenshots\27.png)
143+
![Step 27 Screenshot](../static/screenshots/27.png)
145144

146145
### Step 28
147146
Once your keys are generated, a screen will confirm that the keys are successfully created and saved to the specified directory. Review the information to ensure all is in order, then you can close the Wagyu application.
148147

149-
![Step 28 Screenshot](\static\screenshots\28- 10.png)
150-
151-
## Part 3 / 4 | Validator Key Deposit
148+
![Step 28 Screenshot](../static/screenshots/28-10.png)
152149

153150
### Step 29
154151
Revisit the Ethereum staking launchpad webpage where you initially started the validator setup process.
155152

156-
![Step 29 Screenshot](/static/screenshots/29-1.png)
153+
![Step 29 Screenshot](../static/screenshots/29-1.png)
157154

158155
### Step 30
159156
On the launchpad site, click on the area indicated to "Drag File To Upload or Browse" and select the "Deposit_Data_[TIMESTAMP].json" file that was generated earlier. This file contains the public key associated with your validator and is required to proceed with the staking process on the launchpad. After selecting the file, click "Continue".
160157

161-
![Step 30 Screenshot](/static/screenshots/30-1.png)
158+
![Step 30 Screenshot](../static/screenshots/30-1.png)
162159

163160
### Step 31
164161
You will be prompted to connect an Ethereum wallet, such as Metamask. This is necessary to make the deposit for your validator. Follow the instructions to securely connect your wallet to the staking launchpad. Once connected, you will be able to proceed with the deposit transaction.
165162

166-
![Step 31 Screenshot](/static/screenshots/31.png)
163+
![Step 31 Screenshot](../static/screenshots/31.png)
167164

168165
### Step 32
169166
Confirm that your MetaMask wallet is connected to the correct network and that you have enough Testnet ETH to cover the transaction gas fee.
170167

171-
![Step 32 Screenshot](/static/screenshots/32.png)
168+
![Step 32 Screenshot](../static/screenshots/32.png)
172169

173170
### Step 33
174171
Carefully read the summary page, which will show the number of validators you are setting up and the total amount of Testnet ETH required.
175172

176-
![Step 33 Screenshot](/static/screenshots/33.png)
173+
![Step 33 Screenshot](../static/screenshots/33.png)
177174

178175
### Step 34
179176
Check all the necessary boxes to acknowledge the risks and affirm that you understand the transaction is not reversible.
180177

181-
![Step 34 Screenshot](/static/screenshots/34.png)
178+
![Step 34 Screenshot](../static/screenshots/34.png)
182179

183180
### Step 35
184181
Ensure Metamask wallet shows as connected on the launchpad site. Confirm your network and balance are correct, as these are required for making the validator deposit.
185182

186-
![Step 35 Screenshot](/static/screenshots/35.png)
183+
![Step 35 Screenshot](../static/screenshots/35.png)
187184

188185
### Step 36
189186
Click on "Send Deposit" to initiate the deposit of your ETH. Confirm the transaction in your MetaMask wallet. Ensure you have sufficient balance to cover the deposit and the associated gas fees. After reviewing the transaction details, click "Confirm" to proceed.
190187

191-
![Step 36 Screenshot](/static/screenshots/36.png)
188+
![Step 36 Screenshot](../static/screenshots/36.png)
192189

193190
### Step 37
194-
195-
Confirm the transaction in your MetaMask wallet. Ensure you have sufficient balance to cover the deposit and the associated gas fees. After reviewing the transaction details, click "Confirm" to proceed.
196-
197-
![Step 37 Screenshot](/static/screenshots/36_2.png)
198-
199-
### Step 38
200191
After the deposit, monitor the status of your validator key. It will join a queue before it is activated. To check the status, visit one of the provided beacon chain explorers (beaconcha.in, goerli.beaconcha.in, or holesky.beaconcha.in) and enter your validator public key to track the activation process.
201192

202-
![Step 38 Screenshot](/static/screenshots/37.png)
193+
![Step 37 Screenshot](../static/screenshots/36_2.png)
203194

204195
## Part 4 / 4 | Validator Key Import & Further Configuration
205196

206-
### Step 39
197+
### Step 38
207198
Open the Stereum application and log into your server. Navigate to the "Staking" section. To import your validator key, click on the 'Click or Drag to Insert Key' area or simply drag and drop your validator key file onto it.
208199

209-
![Step 39 Screenshot](/static/screenshots/38.png)
200+
![Step 38 Screenshot](../static/screenshots/37.png)
210201

211-
### Step 40
202+
### Step 39
212203
Once you click or drag to insert the key, a file explorer will open. Navigate to the location of your validator key files, select them, and choose the validator client (like Lighthouse, Prysm, etc.) that you want to import your keys into. This is where you specify which client will manage your validator duties.
213204

214-
![Step 40 Screenshot](/static/screenshots/39.png)
205+
![Step 39 Screenshot](../static/screenshots/38.png)
215206

216-
### Step 41
207+
### Step 40
217208
A dialogue will appear asking if you want to import with a Slashing Protection Database. Choose "No" if you have not previously imported these keys into a different client or if this is your initial setup. Click "Import" to proceed with importing your validator key without the Slashing Protection Database. This will initiate the import process for your validator key into the client.
218209

219-
![Step 41 Screenshot](/static/screenshots/40.png)
210+
![Step 40 Screenshot](../static/screenshots/39.png)
220211

221-
### Step 42
212+
### Step 41
222213
Enter the password you created for your validator keys during their generation phase.
223214

224-
![Step 42 Screenshot](/static/screenshots/41.png)
215+
![Step 41 Screenshot](../static/screenshots/40.png)
225216

226-
### Step 43
217+
### Step 42
227218
After entering your password and confirming the action, wait for the Stereum system to import your validator keys. This process will integrate your keys with the client and prepare it for staking operations.
228219

229-
![Step 43 Screenshot](/static/screenshots/42.png)
220+
![Step 42 Screenshot](../static/screenshots/41.png)
230221

231-
### Step 44
222+
### Step 43
232223
Wait for the import process to complete. The interface will indicate when the validator key has been successfully imported into Stereum.
233224

234-
![Step 44 Screenshot](/static/screenshots/43.png)
225+
![Step 43 Screenshot](../static/screenshots/42.png)
235226

236-
### Step 45
227+
### Step 44
237228
To set up block rewards, navigate to the "Node" tab and access the settings of your Validator Client.
238229

239-
![Step 45 Screenshot](/static/screenshots/44.png)
230+
![Step 44 Screenshot](../static/screenshots/43.png)
240231

241-
### Step 46
232+
### Step 45
242233
Find the "Default Fee Recipient" section and click the pencil icon to edit the address to which block rewards will be sent.
243234

244-
![Step 46 Screenshot](/static/screenshots/45.png)
235+
![Step 45 Screenshot](../static/screenshots/44.png)
245236

246-
### Step 47
237+
### Step 46
247238
After entering your chosen address, confirm and apply the changes by clicking "Confirm & Restart." Your Validator Client will restart to apply these settings. If it does not automatically restart, do it manually.
248239

249-
![Step 47 Screenshot](/static/screenshots/46.png)
240+
![Step 46 Screenshot](../static/screenshots/45.png)
250241

251-
### Step 48
242+
### Step 47
252243
Once your node is fully synchronized with the network and your validator key has been processed through the deposit queue, you will begin to perform attestation duties. This signals that you are actively participating in the network and can start earning rewards.
253244

254-
![Step 48 Screenshot](/static/screenshots/47.png)
245+
![Step 47 Screenshot](../static/screenshots/46.png)

0 commit comments

Comments
 (0)