Skip to content

Instantly share code, notes, and snippets.

@rhlsthrm
Last active July 21, 2017 20:02
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 rhlsthrm/4612546793c3e47f4d759a6eb2cd4ce7 to your computer and use it in GitHub Desktop.
Save rhlsthrm/4612546793c3e47f4d759a6eb2cd4ce7 to your computer and use it in GitHub Desktop.
  • Working genesis.json:

{ "config": { "chainId": 15, "homesteadBlock": 0, "eip155Block": 0, "eip158Block": 0 }, "alloc": {}, "coinbase": "0x0000000000000000000000000000000000000000", "difficulty": "0x20000", "extraData": "", "gasLimit": "0x2fefd8", "nonce": "0x008000080000842", "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", "timestamp": "0x00" }

  • To run private chain with Geth allowing Mist to connect:

$ geth --datadir=./chaindata --ipcpath ~/Library/Ethereum/geth.ipc

  • To attach from a separate terminal:

$ geth attach ipc://Users/Rahul/Library/Ethereum/geth.ipc

  • To run Mist in Browser Mode:

$ /Applications/Ethereum\ Wallet.app/Contents/MacOS/Ethereum\ Wallet --mode mist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment