Hi,
On this page:
http://mining.bitcoin.cz/stratum-mining we can read that the answer to the "subscribe" action should look like this:
{"id": 1, "result": [[["mining.set_difficulty", "b4b6693b72a50c7116db18d6497cac52"], ["mining.notify", "ae6812eb4cd7735a302a8a9dd95cf71f"]], "08000002", 4], "error": null}\n
But when I start cpuminer with
https://bitminter.com pool and watch tcp sockets I see something like this:
{"result":[["mining.notify","1"],"0074aa5f",6],"error":null,"id":1}
Why is that?