2020-11-07 15:52:40 +00:00
# Connect your validator to eth2
2020-10-26 17:12:37 +00:00
2020-11-18 11:20:54 +00:00
> ⚠️ This page concerns the **Pyrmont** testnet only. If you have made a mainnet deposit, you do not need to connect your validator to eth2 quite yet. Mainnet [Genesis](https://hackmd.io/@benjaminion/genesis) date has been set to [December 1st](https://blog.ethereum.org/2020/11/04/eth2-quick-update-no-19/). This page will be updated nearer the time.
2020-11-05 15:35:41 +00:00
2020-11-18 11:20:54 +00:00
To connect your validator to the Pyrmont testnet, from the `nimbus-eth2` repository run:
2020-10-26 17:12:37 +00:00
```
2020-11-18 11:20:54 +00:00
./run-pyrmont-beacon-node.sh
2020-10-26 17:12:37 +00:00
```
2020-11-07 18:33:16 +00:00
You'll be asked to enter your [Web3 provider URL ](./start-syncing.md#web3-provider-url ) again.
2020-11-02 16:30:25 +00:00
> **Note:** If your beacon node is already running, you'll need to shut it down gracefully (`Ctrl+c`) and re-run the above command.
2020-11-07 15:52:40 +00:00
This will build Nimbus and its dependencies, and connect your validator the eth2 network.
2020-10-26 17:12:37 +00:00
You should see that the beacon node has launched with your validator attached:
```
2020-11-18 11:20:54 +00:00
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
2020-10-26 17:12:37 +00:00
```