mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-22 19:28:20 +00:00
* optimise index / landing page real estate, add feature list * fee recipient in quickstart * recommend http over websockets (fewer command line options needed) * simplify PBS, fee recipient docs * add VC role / sentry node docs (#4140) * Update docs/the_nimbus_book/src/rest-api.md Co-authored-by: tersec <tersec@users.noreply.github.com>
372 B
372 B
Set up Graffiti
You can use your node's graffiti flag to include a short text in the blocks that your node creates. You will be able to see it using the block explorer.
Command line
=== "Mainnet"
sh ./run-mainnet-beacon-node.sh --graffiti="<YOUR_WORDS>"
=== "Prater"
sh ./run-prater-beacon-node.sh --graffiti="<YOUR_WORDS>"