🖥️Pre-Synced Beacon Node Set up Instruction

1.Select the AMI and click on Launch instance from AMI

2.Name your beacon node.

3. In instance type please select instance type m5.xlarge

4. Choose a name for your keypair

5.Click on Launch Instance Button

6. Login to your EC2 instance using SSH, and give the following commands:

curl -o deploy.sh https://raw.githubusercontent.com/yashLN/Beacon_Presync/main/deploy.sh

7. Enter the following command to change permissions:

chmod +x deploy.sh

8. If you have a JWT token, run the following command:

./deploy.sh

It will prompt you to enter your fee recipient/Ethereum/Metamask address.

After entering the address, it will prompt you to enter a JWT token.

9. If you don't have a JWT token, use the following command:

./deploy.sh --jwt

It will prompt you to enter your fee recipient/Ethereum/Metamask address.

Last updated