Add --wallet option
This commit is contained in:
parent
997aaf9f5b
commit
ebcac3c888
19
README
19
README
@ -1,9 +1,10 @@
|
|||||||
Usage: pywallet.py [options]
|
Usage: pywallet.py [options]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--version show program's version number and exit
|
--version show program's version number and exit
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
--dumpwallet dump wallet in json format
|
--dumpwallet dump wallet in json format
|
||||||
--importprivkey=KEY import private key from vanitygen
|
--importprivkey=KEY import private key from vanitygen
|
||||||
--datadir=DATADIR wallet directory (defaults to bitcoin default)
|
--datadir=DATADIR wallet directory (defaults to bitcoin default)
|
||||||
--testnet use testnet subdirectory and address type
|
--testnet use testnet subdirectory and address type
|
||||||
|
--wallet wallet filename (defaults to wallet.dat)
|
||||||
Loading…
Reference in New Issue
Block a user