Linux Setup Guides
01 / Install Geth (Execution Client)
sudo add-apt-repository -y ppa:ethereum/ethereumsudo apt-get updatesudo apt-get install ethereum -ygeth version02 / Network & Firewall Configuration
sudo ufw allow 30303
sudo ufw allow 13000/tcp
sudo ufw allow 12000/udp
sudo ufw allow 3500/tcp
sudo ufw enable03 / Clone Repository & Initialize Node
04 / Key Generation & Secure Import
05 / Start the Node & Monitor
Last updated
Was this helpful?