The Graffitiwall - Draw your stake!

In order to draw on the graffitiwall you will need to adjust the graffiti value your validator assigns to each proposed block.
There are 2 different formats you can use:
  • The simple one: graffitiwall:x:y:#cccccc
    • x and y are the coordinates of the pixel you want to draw. These coordinates need to be within 0 and 999.
      The x and y coordinates start at 0.
      x = 0 and y = 0 starts in the upper left corner.
    • cccccc is the hexadecimal representation of the color you want to draw.
    • Example: graffitiwall:50:60:#efefef will draw a pixel at position x=50, y=60 with the color #efefef.
  • The compact one: gw:xxxyyycccccc
    • This version is small enough for you to add your own message next to it.
      Some valid examples: RP-N v1.0.0 (gw:050060efefef) or gw:050060efefef | Hello World!
    • Coordinates have to be padded with leading zeros to make sure they are always 3 digits long.
    • Example: gw:050060efefef will draw a pixel at position x=50, y=60 with the color #efefef.
Pixels can be overwritten and only the most recent value will be shown. The total canvas size is 1000x1000 pixels.