Skip to content

Commit

Permalink
Add suggested fee recip
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Jul 13, 2023
1 parent b11ce55 commit e2a2e89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions book/src/validator-manager-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,14 @@ lighthouse \
--first-index 0 \
--count 2 \
--eth1-withdrawal-address <ADDRESS> \
--suggested-fee-recipient <ADDRESS> \
--output-path ./
```

The `--suggested-fee-recipient` flag may be omitted to use whatever default
value the VC uses. It does not necessarily need to be idential to
`--eth1-withdrawal-address`.

Import the validators to a running VC with:

```bash
Expand Down

0 comments on commit e2a2e89

Please sign in to comment.