Author

Topic: invalid json-rpc format (on slush's server) (Read 1768 times)

newbie
Activity: 37
Merit: 0
January 02, 2011, 06:50:34 AM
#2
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.
newbie
Activity: 37
Merit: 0
January 02, 2011, 06:11:10 AM
#1
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?
Jump to: