Skip to content

Instantly share code, notes, and snippets.

@appleseed-iii
Last active November 1, 2021 18:58
Show Gist options
  • Save appleseed-iii/6ab820c84e544fb0ecdc24f8db7ae26c to your computer and use it in GitHub Desktop.
Save appleseed-iii/6ab820c84e544fb0ecdc24f8db7ae26c to your computer and use it in GitHub Desktop.
Geth Light node config command
# sudo apt-get install
# sudo apt-get update
# sudo add-apt-repository ppa:ethereum/ethereum
# sudo apt-get update
# sudo apt-get install ethereum
# below command from .ethereum/ directory
geth --http --http.addr "127.0.0.1" --http.corsdomain "*" --http.port "8545" --syncmode "light"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment