Skip to content

Instantly share code, notes, and snippets.

@timbec
Forked from mtford90/run.sh
Created January 25, 2022 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timbec/e40bbc86691bcd45a0ec9c4fd1e33fad to your computer and use it in GitHub Desktop.
Save timbec/e40bbc86691bcd45a0ec9c4fd1e33fad to your computer and use it in GitHub Desktop.
Running Ethereum wallet in light mode on Mac OSX
# Install ethereum
brew tap ethereum/ethereum
brew install ethereum
# Run a light ethereum node
geth --syncmode="light"
# Open wallet in light mode (will need to install wallet from github first)
open -n /Applications/Ethereum\ Wallet.app --args -node-light
@timbec
Copy link
Author

timbec commented Jan 25, 2022

Running geth in light mode on Mac OSX.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment