Beacon Clients
LighthouseTeku
Process - Changing Clients
Stop old client.
Disable old client.
Delete old client data.
Enable new client.
Start new client.
UFW Config
Configure the firewall.
BEACON_P2P_PORT= # Default: 9000
BEACON_HTTP_PORT= # Default: 5052
BEACON_METRICS_PORT= # Default: 5054
sudo ufw allow ${BEACON_P2P_PORT} comment 'Allow Beacon P2P in'
sudo ufw allow ${BEACON_HTTP_PORT} comment 'Allow Beacon http in'
sudo ufw allow ${BEACON_METRICS_PORT} comment 'Allow Beacon Metrics in'Beacon Service Environment Variables
Last updated