Configure consensus client (beacon chain and validator)
Prysm
Prysm is an Ethereum proof-of-stake client written in Go. You can use Prysm to participate in Ethereum's decentralized economy by running a node and, if you have 32 ETH to stake, a validator. If you're new to Ethereum, you may enjoy our beginner-friendly Nodes and networks explainer.
Setting up eth2(prysm) node
Hardware Requirements
Operating system: 64-bit Linux (i.e. Ubuntu 20.04 LTS Server or Desktop)
Processor: 4 core
Storage: 20 gb root and 2000gb EBS mounted volume
Ram: 16GB Ram
Instance Type: t3.xlarge
ports: 12000 udp, 13000 tcp, 30303 both tcp and udp
Node Installation steps
Mount the ebs volume
Check for updates
Install prysm binaries
Create prysm service file for our node
âMove the unit file to /etc/systemd/system and give it permissions.
Enable the prysm service file
Note: Do not start the service file, we will start the erigon service and prysm service altogether.
Start Prysm Node
To View logs
Last updated