Last active
March 28, 2025 08:07
-
-
Save mtford90/49b04506b0df6bf0720fb2ba2aaaff46 to your computer and use it in GitHub Desktop.
Running Ethereum wallet in light mode on Mac OSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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