ethereumproject / go-ethereum

Go language implementation of the original/classic design of the Ethereum protocol
GNU Lesser General Public License v3.0
441 stars 166 forks source link

cmd,core,miner: EZDEV development+automining feature #692

Closed whilei closed 5 years ago

whilei commented 5 years ago

Creates flag --ezdev which

You can still use --keystore flag to specify the directory that should contain key files. You can still use --sputnikvm. You can still use the --datadir flag.

The only real opinion here is that the --ezdev flag overrides the --chain=ezdev flag.

If you want to tinker with the config vals, take a look at the chain.json config file; you'll find that either in <datadir>/ezdev/chain.json or with geth --ezdev dump-chain-config chain.json.