aboutsummaryrefslogtreecommitdiff
path: root/contrib/bitrpc
AgeCommit message (Collapse)Author
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.
2013-11-15Remove Wallet Toolssuper3
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
2013-10-15Finished /Contrib Index. Standardized READMEs.super3
File and Link Fix.
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>