🖥️Pre-Synced Beacon Node Set up Instruction

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

2.Name your beacon node.

IMG 1.2

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

IMG 1.3

4. Choose a name for your keypair

IMG 1.4

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

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

./deploy.sh --jwt

Last updated