ETH 1.0 - Goerli Testnet
Update the system:
sudo apt update && sudo apt upgradeUpdate Distro and autoremove:
sudo apt dist-upgrade && sudo apt autoremoveDownload Go Ethereum using Personal Package Archives (PPA):
sudo add-apt-repository -y ppa:ethereum/ethereumUpdate packages
sudo apt updateInstall Geth:
sudo apt install gethCreate service file to run Geth
Create goeth user:
goeth user:Create /goethereum directory:
/goethereum directory:Assign goeth permission to modify /goethereum:
goeth permission to modify /goethereum:Create geth.service :
geth.service :Paste the following into the file:
It should look like this:

Command Descriptions:
Reload the daemon:
Start geth.service:
geth.service:Check geth.service output:
geth.service output:Eth1 Goerli Sync - In Progress

Last updated