Skip to content

Instantly share code, notes, and snippets.

@chardos
Last active December 28, 2017 02:54
Show Gist options
  • Save chardos/f0ef596773ea532f3ad1dec25c2e1a40 to your computer and use it in GitHub Desktop.
Save chardos/f0ef596773ea532f3ad1dec25c2e1a40 to your computer and use it in GitHub Desktop.
### Get geth up and running
geth --datadir ./mychaindata --nodiscover
### Attach
geth attach ./mychaindata/geth.ipc
### See accounts
`eth.accounts`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment