Skip to content

Erigon Mainnet Archive + Lighthouse Install (Goerli setup)

License

Notifications You must be signed in to change notification settings

pdiomede/erigon_bash_v2_for_Goerli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erigon Archive + Lighthouse Beacon Install (for Goerli)

Install Rust

If you dont currently have rust installed, log out and back in after install.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Download install.sh

git clone https://github.com/pdiomede/erigon_bash_v2_for_Goerli

cd erigon_bash_v2_for_Goerli

chmod +x install.sh

Run install.sh

./install.sh

Check on the erigon service:

sudo journalctl -fu erigon

Check on lighthouse beacon service

sudo journalctl -fu lighthousebeacon

To make changes to erigon.service

sudo nano /etc/systemd/system/erigon.service

To make changes to lighthousebeacon.service

sudo nano /etc/systemd/system/lighthousebeacon.service

After making changes, dont forget to update

sudo systemctl daemon-reload

sudo systemctl restart erigon

sudo systemctl restart lighthousebeacon

Allow Peers

ufw allow 30303

ufw allow 9000

Allow RPC endpoint

ufw allow from 1.1.1.1 to any port 8545

About

Erigon Mainnet Archive + Lighthouse Install (Goerli setup)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%