This repo contains files and instructions for starting a private Ethereum blockchain network.
brew tap ethereum/ethereum
brew install ethereum
# Insantiate your data directory
geth --datadir ./myDataDir init ./myGenesis.json
# Start your node
geth --rpc --rpccorsdomain "http://localhost:8000" --datadir ./myDataDir --networkid 1994 console 2>> myEth.log