mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-19 17:58:23 +00:00
* Doc updates * initial merge guide * mark JSON-RPC as removed * expand on binaries * recommend `-j4` when building * cleanups * style fixes
705 B
705 B
Start performing validator duties
Once your keys have been imported, it is time to restart the beacon node and start validating!
(Re)start the node
Press ctrl-c
to stop the beacon node if it's running, then use the same command as before to run it again:
Prater
./run-prater-beacon-node.sh
Mainnet
./run-mainnet-beacon-node.sh
Check the logs
Your beacon node will launch and connect your validator to the beacon chain network. To check that keys were imported correctly, look for Local validator attached
in the logs:
INF 2020-11-18 11:20:00.181+01:00 Launching beacon node
...
NOT 2020-11-18 11:20:02.091+01:00 Local validator attached