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:
There are 2 different formats you can use:
-
The simple one:
graffitiwall:x:y:#cccccc
-
x
andy
are the coordinates of the pixel you want to draw. These coordinates need to be within 0 and 999. -
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)
orgw: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.
-
This version is small enough for you to add your own message next to it.