16 lines
358 B
Markdown
Raw Normal View History

# Graffiti
2020-12-03 03:29:33 +01:00
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.
2020-11-16 11:22:29 +01:00
**Mainnet**
2020-11-16 11:22:29 +01:00
```sh
./run-mainnet-beacon-node.sh --graffiti="<YOUR_WORDS>"
```
**Prater**
```sh
./run-prater-beacon-node.sh --graffiti="<YOUR_WORDS>"
```