mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-10 21:46:32 +00:00
17 lines
391 B
Markdown
17 lines
391 B
Markdown
# Graffiti
|
|
|
|
You can use your node's graffiti flag to make your mark on history and forever engrave some words of your choice into an Ethereum block. You will be able to see it using the block explorer.
|
|
|
|
To do so on **Prater**, run:
|
|
|
|
```
|
|
./run-prater-beacon-node.sh --graffiti="<YOUR_WORDS>"
|
|
```
|
|
|
|
To do so on **Mainnet**, run:
|
|
|
|
```
|
|
./run-mainnet-beacon-node.sh --graffiti="<YOUR_WORDS>"
|
|
```
|
|
|