Skip to content

Instantly share code, notes, and snippets.

@bulgakovk
Forked from mtford90/run.sh
Created June 10, 2018 08:17
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 bulgakovk/fac2199f5218449260a9af79fe99282e to your computer and use it in GitHub Desktop.
Save bulgakovk/fac2199f5218449260a9af79fe99282e 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