aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2013-10-19 23:13:42 -0700
committerGavin Andresen <gavinandresen@gmail.com>2013-10-19 23:13:42 -0700
commit896853a011f6681d41bc585e020d74a7f2fece88 (patch)
tree2b8ec09a353e1df8e36953f4fb5a44231e0faf84 /contrib
parentbd48a4fe492b46708a0397c6330f06fcc80aee0b (diff)
parent6e01daae43cdabe8f939688a306b1b02361e030b (diff)
downloadbitcoin-896853a011f6681d41bc585e020d74a7f2fece88.tar.xz
Merge pull request #3106 from super3/master
Added better WalletTools description.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/wallettools/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/wallettools/README.md b/contrib/wallettools/README.md
index 358f52569e..3a71ba1436 100644
--- a/contrib/wallettools/README.md
+++ b/contrib/wallettools/README.md
@@ -1,2 +1,4 @@
### Wallet Tools ###
-Contains a wallet change password and unlock script.
+These are two simple python scripts which send the appropriate RPC commands to unlock a wallet and change a wallet password. **They are intended to prevent users from having to enter their password as a command-line argument which could then be stored in the console buffer/history in plaintext.**
+
+Both tools rely on bitcoin/bitcoind running with `server=1` and an `rpcuser` and `rpcpassword` set in `bitcoin.conf`. They can be easily modified for non-standard ports. [walletunlock.py](/contrib/wallettools/walletunlock.py) unlocks the wallet for 60 seconds by default, changeable in code, and both modules rely upon python-json-rpc.