Run a Read-only node
Read-only node parameters
Minimum hardware requirements: AWS EC2 m5.xlarge with 4 vCPUs (3.1 GHz) and at least 1TB of Amazon EBS General Purpose SSD (gp2) storage (or equivalent).
What are we going to do?
You can either run a node on your own hardware or use a cloud provider. We would recommend choosing one of the big cloud providers, e.g. Amazon AWS.
Node Specifications
We recommend the following or better: m5.xlarge General Purpose Instance with 4 vCPUs (3.1 GHz), 16GB of memory, up to 10 Gbps network bandwidth, and at least 1TB of disk space.
We would recommend going with Ubuntu Server 20.04 LTS (64-bit).
Network Settings
Open up port 22 for SSH, as well as port 5050 for both TCP and UDP traffic.
Set up Non-Root User
If there is already a non-root user available, you can skip this step.
Make sure to paste your public SSH key into the authorized_keys file of the newly created user in order to be able to log in via SSH.
Add the following line to the end of the file:
Now close the root SSH connection to the machine and log in as your newly created user:
You are still logged in as the new user via SSH. Now we are going to install Go and Opera.
First, install the required build tools:
Install Go
Export the required Go paths:
Validate your Go installation
Install Opera
Validate your Opera installation:
*For latest update, please check https://github.com/Fantom-foundation/lachesis_launch.
Last updated
Was this helpful?