Re: Command Line and JSON-RPC

Figures: dwdollar
Quote from: sirius-m on April 06, 2010, 10:06:57 PM UTC

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.