Skip to content

Instantly share code, notes, and snippets.

@mtford90
Last active February 22, 2023 14:27
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save mtford90/49b04506b0df6bf0720fb2ba2aaaff46 to your computer and use it in GitHub Desktop.
Save mtford90/49b04506b0df6bf0720fb2ba2aaaff46 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment