tips on how to graffiti and run multiple clients
This commit is contained in:
parent
8d14e0aca6
commit
d11f0ad86e
|
@ -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
|
||||
```
|
||||
<details>
|
||||
|
||||
<summary>Tips on how to graffiti and run multiple clients</summary>
|
||||
|
||||
> To draw on the [graffitwall](https://medalla.beaconcha.in/graffitiwall), pass the graffiti parameter like this:
|
||||
>```
|
||||
>make NODE_PARAMS="--graffiti='<YOUR_GRAFFITI>'" medalla
|
||||
>```
|
||||
|
||||
> If you are running another client, you may need to use a different port. To change port, run:
|
||||
>```
|
||||
>make BASE_PORT=<YOUR_PORT_NUMBER> medalla
|
||||
>```
|
||||
|
||||
</details>
|
||||
|
||||
#### 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.
|
||||
|
|
Loading…
Reference in New Issue