Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-17 | Added encryptwallet call to bitrpc.py | dllud | |
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-09 | Changed 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-26 | convert tabs to whitespace in bitrpc.py | Bryan 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-03 | Added 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> |