From 04b9dbf77fe7529224d9a39151d19ccb2587998b Mon Sep 17 00:00:00 2001 From: Zygimantas <5236121+Zygimantass@users.noreply.github.com> Date: Sun, 15 Mar 2026 21:59:44 +0100 Subject: [PATCH] fix(docs): add fee recipient language --- src/pages/guide/node/validator.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/guide/node/validator.mdx b/src/pages/guide/node/validator.mdx index d592c070..1471343b 100644 --- a/src/pages/guide/node/validator.mdx +++ b/src/pages/guide/node/validator.mdx @@ -49,6 +49,8 @@ tempo node --datadir \ --telemetry-url ``` +If you are not prepared to accept fees, we recommend setting the `--consensus.fee-recipient` field to `0x0000000000000000000000000000000000000001` as that will funnel the funds to a non-user controllable wallet (there is no known private key for the address). + ### Optional flags | Flag | Description |