Question for PhoenixMiner dev team
I am able to get the following request to work properly (Had to add a "\n" to the end of the request.)
{"id":0,"jsonrpc":"2.0","method":"miner_getstat1"}
But this request never completes. (With or without adding the newline character)
{"id":0,"jsonrpc":"2.0","method":"miner_getstat2"}
Do you support the miner_getstat2 request ?
If not, is there another request that also returns the additional info:
- ETH accepted shares for every GPU.
- ETH rejected shares for every GPU.
- ETH invalid shares for every GPU.
I've been using 2.7a and having no issue.
Working good !
Thanks