Quote from: mmalmi@cc.hut.fi on February 15, 2010, 1:00:34 PM UTCQuote from: Satoshi Nakamoto on February 14, 2010, 9:48:31 PM UTCDon’t you have an Ubuntu laptop you can test and compile on so you don’t have to toy with the vps?
Yes. Tested with Python’s JSON-RPC, and seems to work fine! Really
easy to use.Hurray, I got it on the first go.
Could you send me the Python code you used? So if I do some testing later I don’t have to figure it out myself.
Just downloaded the python-json-rpc
(http://json-rpc.org/wiki/python-json-rpc) from their svn and tested
by talking to the Python interpreter directly. Like this:
s = ServiceProxy("http://localhost:8332")
s.getblockcount()