aboutsummaryrefslogtreecommitdiff
path: root/contrib/wallettools/README.md
diff options
context:
space:
mode:
authorsuper3 <me@super3.org>2013-11-11 08:48:46 -0500
committersuper3 <me@super3.org>2013-11-15 12:31:59 -0500
commit43bba5d012eb770eb32699fa1cbbab3498d6db40 (patch)
tree3464d9346ee7e5e164a078fefe2e45cc24f31fef /contrib/wallettools/README.md
parenta11dd1e67c76197ca4e01dd18825ff053dfb7772 (diff)
downloadbitcoin-43bba5d012eb770eb32699fa1cbbab3498d6db40.tar.xz
Remove Wallet Tools
We already have the exact same funtionality in /contrib/bitrpc/bitrpc.py If we really do need standalone scripts, then I'll write something to pull it from that file, rather than having duplicate code. Forgot to remove wallet tools from index. Wallet Tools Follow Up Info
Diffstat (limited to 'contrib/wallettools/README.md')
-rw-r--r--contrib/wallettools/README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/wallettools/README.md b/contrib/wallettools/README.md
deleted file mode 100644
index 3a71ba1436..0000000000
--- a/contrib/wallettools/README.md
+++ /dev/null
@@ -1,4 +0,0 @@
-### Wallet Tools ###
-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.