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 |