Skip to content

Commit

Permalink
Remove Wallet Tools
Browse files Browse the repository at this point in the history
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
  • Loading branch information
super3 committed Nov 15, 2013
1 parent a11dd1e commit 43bba5d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 17 deletions.
4 changes: 2 additions & 2 deletions contrib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ This is a 'getwork' CPU mining client for Bitcoin. It is pure-python, and theref
Use the raw transactions API to send coins received on a particular
address (or addresses).

### [Wallet Tools](/contrib/wallettools) ###
Contains a wallet change password and unlock script. Used to prevent users from having to enter their password as a command-line argument.
### WalletTools
Removed. Please see [/contrib/bitrpc](/contrib/bitrpc).

Repository Tools
---------------------
Expand Down
10 changes: 8 additions & 2 deletions contrib/bitrpc/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
### BitRPC ###
Allows for sending of all standard Bitcoin commands via RPC rather than as command line args.
### 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
4 changes: 0 additions & 4 deletions contrib/wallettools/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions contrib/wallettools/walletchangepass.py

This file was deleted.

4 changes: 0 additions & 4 deletions contrib/wallettools/walletunlock.py

This file was deleted.

0 comments on commit 43bba5d

Please sign in to comment.