Hello!
I build one web monitoring system.
Its working based web connection to the ip:port of the miner, and getting the information.
On Claymore there is one hidden JSON code on the web page of each miner, and it looks like that:
{"result": ["11.6 - ETH", "99", "211784;300;0", "30513;30612;30614;29074;30615;30546;29806", "0;0;0", "off;off;off;off;off;off;off", "59;83;60;83;60;83;62;82;60;84;59;82;60;84", "pool:port", "2;0;0;0", "45;47;41;36;42;37;52", "0;0;0;0;0;0;0", "0;0;0;2;0;0;0", "0;0;0;0;0;0;0", "0;0;0;0;0;0;0", "0;0;0;0;0;0;0", "1;2;3;5;6;7;8"]}
ETH: Share accepted (62 ms)!
ETH: 07/17/18-02:26:55 - SHARE FOUND - (GPU 3)
It's very useful, because you get all the information you need in one single http request (without any post requests to the miner).
So my question is, is it there some hidden config code, that will enable this feature, or it's just missing from PhoenixMiner?
Or else... how can i get that information? Because i can't monitor all miners now :/
Thanks!