Skip to content

Commit 647f4fa

Browse files
authored
Merge pull request #771 from lidofinance/chore/fix-typos
chore: dry
2 parents 577f169 + 9cc274b commit 647f4fa

File tree

1 file changed

+8
-45
lines changed

1 file changed

+8
-45
lines changed

run-on-lido/csm/node-setup/advanced/systemd/method-2-configure-csm-fee-recipient-on-separate-validator-client.md

Lines changed: 8 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ set to --network hoodi if running on Testnet.
264264
sudo chown -R csm_lighthouse_validator:csm_lighthouse_validator /var/lib/csm_lighthouse_validator
265265
sudo chmod 700 /var/lib/csm_lighthouse_validator
266266
```
267-
267+
268268
</TabItem>
269269
<TabItem value="prysm" label="Prysm">
270270
#### Prepare the validator data directory
@@ -335,20 +335,11 @@ ExecStart=/usr/local/bin/teku/bin/teku vc \
335335
--validators-graffiti="<your_graffiti>" \
336336
--metrics-enabled=true \
337337
--metrics-port=8108 \
338-
--doppelganger-detection-enabled=true
338+
--doppelganger-detection-enabled=true
339339

340340
[Install]
341341
WantedBy=multi-user.target
342342
```
343-
344-
Once you're done, save with Ctrl+O and Enter, then exit with Ctrl+X. Understand and review your configuration summary below, and amend if needed.
345-
346-
:::important
347-
Recall that you will have to use designated fee recipient addresses as a CSM operator.
348-
- Mainnet: 0x388C818CA8B9251b393131C08a736A67ccB19297
349-
- Hoodi: 0x9b108015fe433F173696Af3Aa0CF7CDb3E104258
350-
:::
351-
352343
</TabItem>
353344
<TabItem value="nimbus" label="Nimbus">
354345
Create a systemd configuration file for the Nimbus Validator Client service to run in the background.
@@ -384,18 +375,9 @@ ExecStart=/usr/local/bin/nimbus_validator_client \
384375
[Install]
385376
WantedBy=multi-user.target
386377
```
387-
388-
Once you're done, save with Ctrl+O and Enter, then exit with Ctrl+X. Understand and review your configuration summary below, and amend if needed.
389-
390-
:::important
391-
Recall that you will have to use designated fee recipient addresses as a CSM operator.
392-
Mainnet: 0x388C818CA8B9251b393131C08a736A67ccB19297
393-
Hoodi: 0x9b108015fe433F173696Af3Aa0CF7CDb3E104258
394-
:::
395-
396378
</TabItem>
397379
<TabItem value="lodestar" label="Lodestar">
398-
Create a new folder for the CSM Lodestar validator client.
380+
Create a new folder for the CSM Lodestar validator client.
399381

400382
```bash
401383
cd
@@ -448,15 +430,6 @@ services:
448430
ports:
449431
- "5064:5064"
450432
```
451-
452-
Once you're done, save with Ctrl+O and Enter, then exit with Ctrl+X. Understand and review your configuration summary below, and amend if needed.
453-
454-
:::important
455-
Recall that you will have to use designated fee recipient addresses as a CSM operator.
456-
Mainnet: 0x388C818CA8B9251b393131C08a736A67ccB19297
457-
Hoodi: 0x9b108015fe433F173696Af3Aa0CF7CDb3E104258
458-
:::
459-
460433
</TabItem>
461434
<TabItem value="lighthouse" label="Lighthouse">
462435
Create a systemd configuration file for the Lighthouse Validator Client service to run in the background.
@@ -494,15 +467,6 @@ ExecStart=/usr/local/bin/lighthouse vc \
494467
[Install]
495468
WantedBy=multi-user.target
496469
```
497-
498-
Once you're done, save with Ctrl+O and Enter, then exit with Ctrl+X. Understand and review your configuration summary below, and amend if needed.
499-
500-
:::important
501-
Recall that you will have to use designated fee recipient addresses as a CSM operator.
502-
Mainnet: 0x388C818CA8B9251b393131C08a736A67ccB19297
503-
Hoodi: 0x9b108015fe433F173696Af3Aa0CF7CDb3E104258
504-
:::
505-
506470
</TabItem>
507471
<TabItem value="prysm" label="Prysm">
508472
Create a systemd configuration file for the Prysm Validator Client service to run in the background.
@@ -542,18 +506,17 @@ ExecStart=/usr/local/bin/prysmvalidator \
542506
[Install]
543507
WantedBy=multi-user.target
544508
```
509+
</TabItem>
510+
</Tabs>
545511

546512
Once you're done, save with Ctrl+O and Enter, then exit with Ctrl+X. Understand and review your configuration summary below, and amend if needed.
547513

548514
:::important
549515
Recall that you will have to use designated fee recipient addresses as a CSM operator.
550-
Mainnet: 0x388C818CA8B9251b393131C08a736A67ccB19297
551-
Hoodi: 0x9b108015fe433F173696Af3Aa0CF7CDb3E104258
516+
- Mainnet: [0x388C818CA8B9251b393131C08a736A67ccB19297](https://etherscan.io/address/0x388c818ca8b9251b393131c08a736a67ccb19297)
517+
- Hoodi: [0x9b108015fe433F173696Af3Aa0CF7CDb3E104258](https://hoodi.etherscan.io/address/0x9b108015fe433f173696af3aa0cf7cdb3e104258)
552518
:::
553519

554-
</TabItem>
555-
</Tabs>
556-
557520
---
558521
### Start the CSM Validator Client
559522

@@ -632,7 +595,7 @@ To prevent configuration mistakes leading to double signing in the future, remov
632595
```bash
633596
sudo rm -r ~/keystore-m_<timestamp>.json ~ # replace <timestamp> with what's in your actual file name
634597
```
635-
598+
636599
</TabItem>
637600
<TabItem value="lodestar" label="Lodestar">
638601
1. Make sure you are in the same folder as the docker-compose.yml file you created earlier.

0 commit comments

Comments
 (0)