metachris / eth2-ubuntu

Configuration of an Ubuntu 20.04 LTS server for use as an Eth2 staking system, including setup of monitoring dashboard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup an Ethereum Mainnet Staking System with Prysm/Geth on Ubuntu

These pages contain instructions for setting up an Ethereum mainnet staking system on Ubuntu. These instructions have been tested on Intel NUC systems with 2TB SSD and 32GB RAM, but the instructions should apply equally to most AMD64 architecture systems running Ubuntu.

If you are setting up a new system for staking, I recommend you begin with my v2 instructions. If you set up your system on or before July 19, 2022, you may be looking for information about my v1 instructions.

Current Setup and Maintenance Instructions

Setup and Maintenance for Prior Versions

v1 Installations

Which Version Do You Have?

The easiest way to tell which version of my instructions you used is to look at the systemd service files for Prysm.

ls -l /etc/systemd/system/*beacon*.service

If this command returns a file named beacon-chain.service, then you installed with v1 of my instructions. If this command returns a file named prysm-beacon.service, then you installed with v2 of my instructions.

About

Configuration of an Ubuntu 20.04 LTS server for use as an Eth2 staking system, including setup of monitoring dashboard.