aboutsummaryrefslogtreecommitdiff
path: root/contrib/bitrpc/bitrpc.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed contrib/bitrpcCasey Rodarmor2015-08-031-335/+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.
* 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]>