From eb72d71fcbd0983878c245af4635ee8e3a248517 Mon Sep 17 00:00:00 2001 From: zengzengzenghuy Date: Mon, 27 Mar 2023 13:07:04 +0800 Subject: [PATCH] #326 Nimbus: add suggested-fee-recipient explanation and url --- docs/node/guide/beacon/nimbus.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/node/guide/beacon/nimbus.md b/docs/node/guide/beacon/nimbus.md index 5e6a6b0e..a73a3bec 100644 --- a/docs/node/guide/beacon/nimbus.md +++ b/docs/node/guide/beacon/nimbus.md @@ -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: