Skip to content

Commit

Permalink
gnosischain#326 Nimbus: add suggested-fee-recipient explanation and url
Browse files Browse the repository at this point in the history
  • Loading branch information
zengzengzenghuy committed Mar 27, 2023
1 parent f60b4ad commit eb72d71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/node/guide/beacon/nimbus.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ networks:
name: gnosis_net
```
Replace `suggested-fee-recipient` with your Gnosis address. This fee recipient address will receive tips from user transactions from the block the validator proposed. If not set, the tips will be sent to zero address, that is burnt competely. It is strongly recommended that you configure this value in your setup. Learn more about [suggested fee recipient](https://nimbus.guide/suggested-fee-recipient.html) flag in Nimbus docs.

Replace `graffiti` with your own [graffiti](https://nimbus.guide/graffiti.html). It is an optional field that can be used to add a message to the [block](https://ethereum.org/en/developers/docs/blocks/) by the proposer.


### 3. Start Containers

Start the consensus layer client listed in the compose file:
Expand Down

0 comments on commit eb72d71

Please sign in to comment.