aboutsummaryrefslogtreecommitdiff
path: root/contrib/bitrpc/bitrpc.py
AgeCommit message (Collapse)Author
2014-11-24print the caught error instead of raising an errorHeath
2014-06-17Added encryptwallet call to bitrpc.pydllud
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.
2014-04-09Changed bitrpc.py's raw_input to getpass for passwords to conceal characters ↵Eric S. Bullington
during command line input. Getpass is in Python stdlib so no additional dependencies required.
2014-02-26convert tabs to whitespace in bitrpc.pyBryan Bishop
This is a minor change to bitrpc.py to conform with the formatting of the other python source code in the repo.
2011-10-03Added bitrpc.py which allows for sending of all standard Bitcoin commands ↵David Perry
via RPC rather than as command line args. Signed-off-by: David Perry <enmaku@gmail.com>