• meowsbits's avatar
    cmd/utils: implement configurable developer (--dev) account options (#21301) · 4c268e65
    meowsbits authored
    * geth,utils: implement configurable developer account options
    
    Prior to this change --dev (developer) mode
    generated one account with an empty password,
    irrespective of existing --password and --miner.etherbase
    options.
    
    This change makes --dev mode compatible with these
    existing flags.
    
    --dev mode may now be used in conjunction with
    --password and --miner.etherbase flags to configure
    the developer faucet using an existing keystore or
    in creating a new account.
    Signed-off-by: 's avatarmeows <b5c6@protonmail.com>
    
    * main: remove key/pass flags from usage developer section
    
    These flags are included already in other sections,
    and it is not desired to duplicate them.
    
    They were originally included in this section
    along with added support for these flags in the
    developer mode.
    Signed-off-by: 's avatarmeows <b5c6@protonmail.com>
    4c268e65
Name
Last commit
Last update
..
abidump Loading commit data...
abigen Loading commit data...
bootnode Loading commit data...
checkpoint-admin Loading commit data...
clef Loading commit data...
devp2p Loading commit data...
ethkey Loading commit data...
evm Loading commit data...
faucet Loading commit data...
geth Loading commit data...
p2psim Loading commit data...
puppeth Loading commit data...
rlpdump Loading commit data...
utils Loading commit data...
wnode Loading commit data...