Skip to content

Commit 43bba5d

Browse files
committed
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
1 parent a11dd1e commit 43bba5d

File tree

5 files changed

+10
-17
lines changed

5 files changed

+10
-17
lines changed

contrib/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ This is a 'getwork' CPU mining client for Bitcoin. It is pure-python, and theref
1313
Use the raw transactions API to send coins received on a particular
1414
address (or addresses).
1515

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

1919
Repository Tools
2020
---------------------

contrib/bitrpc/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
### BitRPC ###
2-
Allows for sending of all standard Bitcoin commands via RPC rather than as command line args.
1+
### BitRPC
2+
Allows for sending of all standard Bitcoin commands via RPC rather than as command line args.
3+
4+
### Looking for Wallet Tools?
5+
BitRPC.py is able to do the exact same thing as `walletchangepass.py` and `walletunlock.py`. Their respective commands in BitRPC.py are:
6+
7+
bitrpc.py walletpassphrasechange
8+
bitrpc.py walletpassphrase

contrib/wallettools/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

contrib/wallettools/walletchangepass.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

contrib/wallettools/walletunlock.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)