aboutsummaryrefslogtreecommitdiff
path: root/contrib/bitrpc
Commit message (Collapse)AuthorAgeFilesLines
* Removed contrib/bitrpcCasey Rodarmor2015-08-032-343/+0
| | | | It's unclear if people are using this and if it's worth maintaining.
* print the caught error instead of raising an errorHeath2014-11-241-73/+71
|
* Added encryptwallet call to bitrpc.pydllud2014-06-171-0/+12
| | | This was the only call requiring password input which was still missing. Much useful to avoid leaving a plain text passphrase in the shell log.
* Changed bitrpc.py's raw_input to getpass for passwords to conceal characters ↵Eric S. Bullington2014-04-091-3/+4
| | | | during command line input. Getpass is in Python stdlib so no additional dependencies required.
* convert tabs to whitespace in bitrpc.pyBryan Bishop2014-02-261-240/+240
| | | | | This is a minor change to bitrpc.py to conform with the formatting of the other python source code in the repo.
* Remove Wallet Toolssuper32013-11-151-2/+8
| | | | | | | | | | | 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
* Finished /Contrib Index. Standardized READMEs.super32013-10-151-0/+2
| | | | File and Link Fix.
* Added bitrpc.py which allows for sending of all standard Bitcoin commands ↵David Perry2011-10-031-0/+324
via RPC rather than as command line args. Signed-off-by: David Perry <[email protected]>