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