aboutsummaryrefslogtreecommitdiff
path: root/utils/python-rpc/console.py
Commit message (Collapse)AuthorAgeFilesLines
* python-rpc: adapt urlparse for python3moneromooo-monero2021-02-231-2/+11
|
* console: fix syntax for python3moneromooo-monero2021-01-181-2/+2
|
* console.py: can now connect to several daemons/walletsmoneromooo-monero2019-04-111-53/+65
| | | | | | Also throw exceptions instead of print+exit, since that makes the error print last, below the python stack trace, where it's much less easy to miss it.
* console.py: add tab completionmoneromooo-monero2019-04-111-0/+9
|
* console.py: support connecting to any host, not just 127.0.0.1moneromooo-monero2019-04-111-5/+23
|
* python-rpc: add console.pymoneromooo-monero2019-03-231-0/+49
It allows one to connect to a running daemon or wallet, and use its RPC API from python. Usage: python -i console.py <port> It will detect whether it's talking to a daemon or wallet and initialize itself accordingly.