make it possible to create wallet non-interactively
authorrofl0r <retnyg@gmx.net>
Wed, 18 Sep 2013 21:34:01 +0000 (23:34 +0200)
committerrofl0r <retnyg@gmx.net>
Thu, 19 Sep 2013 15:38:00 +0000 (17:38 +0200)
commitbcca6e25ab1e0f21c7ec8b51142b1390997a4b14
treefa238823f9fe81e5dc513ee7bb635036ec6bd967
parent0dce31eedf59b98696a0ac2c040188aef952d9a1
make it possible to create wallet non-interactively

add a --password option,
respect --server,--fee,--gap as passed on the command line,
and do not ask for them if they were specified.

so if all of them are passed, there are no interactive questions
asked and one can create wallets automatically via scripts.

closes #308

additionally it fixes the bug that the default fee and gap limit
were not stored in the new wallet, if entered manually.

additionally it fixes the bug that the wallet path was not displayed
correctly if a custom wallet path was used.
electrum