Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: j16sdiz on January 02, 2011, 10:11:10 AM



Title: invalid json-rpc format (on slush's server)
Post by: j16sdiz on January 02, 2011, 10:11:10 AM
According to the json rpc spec  http://json-rpc.org/wiki/specification :

Quote
Response ¶
 It has three properties:
    * [....]
    * id - This must be the same id as the request it is responding to.

But currently, it always give a GUID, ignoring the client's request id. Any chance correcting this?


Title: Re: invalid json-rpc format (on slush's server)
Post by: j16sdiz on January 02, 2011, 10:50:34 AM
While you are at it.. could you add JSONP support as well?

yes, I am implementing a javascript, browser-based miner...  It is doing 0.1 Hash/s now (Hash/s, not kHash/s). But I think it can be optimized.