2022-06-19 09:24:01 +02:00
# Start performing validator duties
2020-10-26 18:12:37 +01:00
2022-06-19 09:24:01 +02:00
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 16:35:41 +01:00
2022-06-19 09:24:01 +02: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**
2020-10-26 18:12:37 +01:00
```
2021-05-21 14:49:12 +02:00
./run-prater-beacon-node.sh
2020-10-26 18:12:37 +01:00
```
2020-11-24 15:00:35 +01:00
**Mainnet**
```
./run-mainnet-beacon-node.sh
```
2022-06-19 09:24:01 +02:00
## Check the logs
2020-11-02 17:30:25 +01:00
2022-06-19 09:24:01 +02: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:
2020-10-26 18:12:37 +01:00
```
2022-06-19 09:24:01 +02:00
INF 2020-11-18 11:20:00.181+01:00 Launching beacon node
2020-11-18 12:20:54 +01:00
...
NOT 2020-11-18 11:20:02.091+01:00 Local validator attached
2020-10-26 18:12:37 +01:00
```