Skip to content

Instantly share code, notes, and snippets.

View bulgakovk's full-sized avatar
🏠
Working from home

Kirill bulgakovk

🏠
Working from home
View GitHub Profile
@bulgakovk
bulgakovk / run.sh
Created June 10, 2018 08:17 — forked from mtford90/run.sh
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