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