diff --git a/docs/the_nimbus_book/src/medalla.md b/docs/the_nimbus_book/src/medalla.md index 3aca2c461..546c8de5c 100644 --- a/docs/the_nimbus_book/src/medalla.md +++ b/docs/the_nimbus_book/src/medalla.md @@ -61,6 +61,21 @@ INF 2020-08-03 16:24:17.951+02:00 Local validators attached top INF 2020-08-03 16:24:17.958+02:00 Starting beacon node topics="beacnde" tid=11677993 file=beacon_node.nim:875 version="0.5.0 (31b33907)" nim="Nim Compiler Version 1.2.6 [MacOSX: amd64] (bf320ed1)" timeSinceFinalization=81350 head=ebe49843:0 finalizedHead=ebe49843:0 SLOTS_PER_EPOCH=32 SECONDS_PER_SLOT=12 SPEC_VERSION=0.12.2 dataDir=build/data/shared_medalla_0 pcs=start_beacon_node NOT 2020-08-03 16:24:17.958+02:00 Waiting for genesis topics="beacnde" tid=11677993 file=beacon_node.nim:890 genesisIn=22h35m50s0ns ``` +
+ +Tips on how to graffiti and run multiple clients + +> To draw on the [graffitwall](https://medalla.beaconcha.in/graffitiwall), pass the graffiti parameter like this: +>``` +>make NODE_PARAMS="--graffiti=''" medalla +>``` + +> If you are running another client, you may need to use a different port. To change port, run: +>``` +>make BASE_PORT= medalla +>``` + +
#### 5. Keep an eye on your validator @@ -77,8 +92,7 @@ Finally, makes sure you stay on the lookout for any critical updates to Nimbus. To update to the latest version, disconnect from medalla and run: ``` -git pull -make update +git pull && make update ``` Once the update is complete, run `make medalla` to reconnect to the network.