Add --wallet option

This commit is contained in:
jackjack-jj 2011-07-24 12:06:57 -07:00
parent 997aaf9f5b
commit ebcac3c888

19
README
View File

@ -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)