aboutsummaryrefslogtreecommitdiff
path: root/contrib/bitrpc
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/bitrpc
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/bitrpc')
-rw-r--r--contrib/bitrpc/README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/contrib/bitrpc/README.md b/contrib/bitrpc/README.md
index 2dde60a08e..f5ef2f0405 100644
--- a/contrib/bitrpc/README.md
+++ b/contrib/bitrpc/README.md
@@ -1,2 +1,8 @@
-### BitRPC ###
-Allows for sending of all standard Bitcoin commands via RPC rather than as command line args. \ No newline at end of file
+### BitRPC
+Allows for sending of all standard Bitcoin commands via RPC rather than as command line args.
+
+### Looking for Wallet Tools?
+BitRPC.py is able to do the exact same thing as `walletchangepass.py` and `walletunlock.py`. Their respective commands in BitRPC.py are:
+
+ bitrpc.py walletpassphrasechange
+ bitrpc.py walletpassphrase \ No newline at end of file