Skip to content

Instantly share code, notes, and snippets.

@hsylife
Created March 7, 2017 19:24
Show Gist options
  • Save hsylife/7bbbaf05d5e9b888ae77f4c45a5a3900 to your computer and use it in GitHub Desktop.
Save hsylife/7bbbaf05d5e9b888ae77f4c45a5a3900 to your computer and use it in GitHub Desktop.
Ethereumプライベートネットワークのアカウント作成まで ref: http://qiita.com/hsylife/items/4939a35a863ce38c7192
$ mkdir ${HOME}/sample_eth_pn
{
"nonce": "0x0000000000000042",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"difficulty": "0x200",
"coinbase": "0x0000000000000000000000000000000000000000",
"timestamp": "0x00",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"gasLimit": "0xffffffff"
}
$ geth --datadir ${HOME}/sample_eth_pn init ${HOME}/sample_eth_pn/genesis.json
> personal.newAccount()
> eth.accounts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment