For the complete documentation index, see llms.txt. This page is also available as Markdown.

Adding or Changing Graffiti flag

Setup your graffiti, a custom message included in blocks your validator successfully proposes, and earn an early beacon chain validator POAP token. Generate your POAP string by supplying an Ethereum 1.0 address here.

Change the --graffiti value on ExecStart line. Save your file.

sudo nano /etc/systemd/system/validator.service

Change the --graffiti value on ExecStart line. Save your file.

sudo nano /etc/systemd/system/beacon-chain.service

Change the validators-graffiti value. Save your file.

sudo nano /etc/teku/teku.yaml

Change the --graffiti value on ExecStart line. Save your file.

sudo nano /etc/systemd/system/validator.service

Change the --graffiti value on ExecStart line. Save your file.

sudo nano /etc/systemd/system/validator.service

Reload the updated unit file and restart the validator process for your graffiti to take effect.

sudo systemctl daemon-reload
sudo systemctl restart validator
sudo systemctl daemon-reload
sudo systemctl restart beacon-chain

Last updated