Lighthouse - Beacon Node
Last updated
Last updated
There are multiple Eth2 clients with working implementations. This guide will focus on installing Lighthouse, but be sure to research the other clients and promote Eth2 client diversity.
NOTE: The installation will stop half way through. Press 1
thenEnter
to finish installation
git
:Depending on hardware, this may take ~15 minutes. Good time for a break.
lighthousebeacon
user:/lighthouse/beacon
directory:/lighthouse/beacon
:/usr/local/bin
:lighthousebeacon.service
:[Unit]
Description=Lighthouse Beacon Node
Wants=network-online.target
After=network-online.target
[Service]
Type=simple
User=lighthousebeacon
Group=lighthousebeacon
Restart=always
RestartSec=5
ExecStart=/usr/local/bin/lighthouse beacon_node --datadir /var/lib/lighthouse --staking --eth1-endpoints http://127.0.0.1:8545
[Install]
WantedBy=multi-user.target
Use Ctrl + X
to exit, Y
to save, then Enter
to confirm.
lighthousebeacon.service
:lighthousebeacon.service
output:This shows running journal entries created by lighthousebeacon.service
. You can use Ctrl + C
to close the window, but the program will continue running in the background.
Use sudo systemctl stop lighthousebeacon
if you'd like to stop the service.
Congratulations! The Beacon Node is now syncing to the Eth2 Beacon Chain!
Dev Team
Sigma Prime
Consensys
Prysmatic Labs
Status
Focus
Speed, security
Enterprise
Usability, reliability
Lightweight
Language
Rust
Java
Go
Nim