August 2018
Intermediate to advanced
404 pages
11h 19m
English
$ mkdir datadir
$ geth account new --datadir datadir
You will be asked to enter a password for the account. An address will be displayed once the account is created. The key file for this account will be stored in the /datadir/keystore/ location.
{ "config": { "chainId": 1100, "homesteadBlock": 0, "eip155Block": 0, "eip158Block": 0, "byzantiumBlock": 0 }, "difficulty": "400", "gasLimit": "2000000", "alloc": { "87db8fceb028cd4ded9d03f49b89124a1589cab0": { "balance": "100000000000000000000000" } } }
Various parameters in the genesis files are explained here. ...