Well, you could just install python-json-rpc (
http://json-rpc.org/wiki/python-json-rpc) and do:Code:from jsonrpc import ServiceProxy s = ServiceProxy(“
http://127.0.0.1:8332”) s.getinfo()Returns a python dict. It’s that easy
D***, haha… Well… at least I got sirius-m to share some of his mojo. 😛
I’ll check it out.