cmd/geth, cmd/utils, eth: added dev mode flag

Dev mode enabled some debugging flags such as:

* VM debugging mode
* Simpler proof of work
* Whisper enabled by default
* Datadir to a tmp datadir
* Maxpeers set to 0
* Gas price of 0
* Random listen port
This commit is contained in:
Jeffrey Wilcke
2015-09-06 15:46:54 +02:00
parent e2d7c1a523
commit f04b3a6f29
3 changed files with 42 additions and 7 deletions

View File

@ -308,6 +308,7 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso
utils.IPCPathFlag,
utils.ExecFlag,
utils.WhisperEnabledFlag,
utils.DevModeFlag,
utils.VMDebugFlag,
utils.VMForceJitFlag,
utils.VMJitCacheFlag,