Re: JSON-RPC status

Quote from: Satoshi Nakamoto on February 15, 2010, 6:11:53 PM UTC
Quote from: mmalmi@cc.hut.fi on February 15, 2010, 1:00:34 PM UTC
Quote from: Satoshi Nakamoto on February 14, 2010, 9:48:31 PM UTC

Don’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()

Original Source

https://mmalmi.github.io/satoshi/
Published on GitHub in February 2024 as part of Martti Malmi's testimony in the COPA v. Wright trial

Also available at