Skip to content

Commit

Permalink
Merge pull request #3106 from super3/master
Browse files Browse the repository at this point in the history
Added better WalletTools description.
  • Loading branch information
gavinandresen committed Oct 20, 2013
2 parents bd48a4f + 6e01daa commit 896853a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib/wallettools/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 896853a

Please sign in to comment.