nimbus-eth2/docs/the_nimbus_book/src/connect-eth2.md

30 lines
705 B
Markdown
Raw Normal View History

# Start performing validator duties
Once your keys have been [imported](./keys.md), it is time to restart the beacon node and start validating!
## (Re)start the node
2020-11-05 15:35:41 +00:00
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
2020-11-02 16:30:25 +00:00
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
```