Windows & macOS Setup Guides
01 / Prepare Windows (Install WSL2)
wsl --install02 / Install Geth (Execution Client)
sudo add-apt-repository -y ppa:ethereum/ethereumsudo apt-get updatesudo apt-get install ethereum -y03 / Network & Firewall Configuration
sudo ufw allow 30303
sudo ufw allow 13000/tcp
sudo ufw allow 12000/udp
sudo ufw allow 3500/tcp
sudo ufw enable04 / Clone Repository & Initialize Node
05 / Key Generation & Secure Import
06 / Start the Node & Monitor
Last updated
Was this helpful?