0
I write some stratum server, for mining in the pool. The answer goes from the client to my server:
{"method": "mining.submit", "params": ["g", "06a8", "01", "1d025f83", "c03f38ac"], "id":4}
What should I do with this in my stratum server? What next do I need to do with this data? (I write in Plain C)
I know about
mining.submit("username", "job id", "ExtraNonce2", "nTime", "nOnce")Thanks for example. I watch it later. – undefined – 2017-06-05T21:15:16.733