🔗Connecting validators to the pre-Synced beacon node

Having set your Beacon node up you can stake Ethereum as a solo staker by connecting your own Validator nodes to it on AWS. Click herearrow-up-right to subscribe and set up your Validator nodes to build your own, completely autonomous staking operation.

To configure your own validator node to the pre-Synched beacon node (In the same instance), you can refer to this Prysm documentationarrow-up-right.

  1. Go to EC2, and select your Beacon node instance.

  2. From the below dashboard, select security.

  3. Open the security groups.

  4. In the Inbound rules dashboard, click on Edit inbound rules.

  5. Click on add rule.

  6. Select

➡️Type= Custom TCP.

➡️Port range = 4000.

➡️Source = <IP address of the instance you want to run on your validator on>

7. Save rules.

circle-info

Now, your IP address is whitelisted and your validator node will be able to connect to the Pre-synched Beacon node. Follow Prysm documentationarrow-up-right for further instructions.

Last updated