@claymore:
First, thanks for solving the /var/log error in linux, and second, one doubt about the api, asking here but but related also for eth miner:
Using the api I get for ZEC:
['12.3 - ZEC', '1', '2548;93;1', '426;420;416;433;429;422', '0;0;0', 'off;off;off;off;off;off', '78;76;78;83;78;100;80;100;77;91;80;40', 'eu1-zcash.flypool.org:3443', '0;0;0;0']
Could you say what does each field stand for? I know most of them,
- : Version
[1]: Running time in min
[2]:Speed, accepted and rejected
[3]: Individual GPUs speed
[4]: Don't know???
[5]: Don't know also? Something residual about dual mining in eth?
[6] temps and fans
[7]pool
[8] Don't know either, though something related with the mode in eth miner, but not sure after some trys...
Asking this specially for detecting which mode is using in eth miner, if eth only or dual mode, and maybe even possible to identify if coin!=eth with this api result?
For eth I'm getting this two different responses as example, the last position changes... yesterday had a 0,1,0,0 if I'm correct...
['8.0 - ETH', '292', '168326;725;0', '28074;28027;28060;28079;28060;28024', '2524902;877;5', '421124;420410;420902;421192;420912;420362', '74;100;76;80;74;80;75;60;73;60;75;40', 'eu1.ethpool.org:3333;yiimp.ccminer.org:4252', '0;0;0;0']
['8.0 - ETH', '532', '137043;1089;0', '27756;27699;27726;26195;27666', '2055656;1421;5', '416347;415498;415894;392926;414991', '76;34;75;40;77;42;74;60;77;30', 'eu1.ethpool.org:3333;yiimp.ccminer.org:4252', '4;0;0;0']
Thanks in advance!
And last thing! I'm using python for my monitoring scripts and found problems with python3 because doesn't allow to send string in sockets and only bytes-like object, the problems translating it to bytes like is that doesn't works for claymore server, it asks for dict, the solutions I found where changing code in the server side, I guess I could have some task running in each machine just for translating this requests or some other simpler method, but would be nice if you can update the api to work with python3 and sockets, cause for now I'm using requests and getting the info from the html response generated in each machine, it's not a beautiful way I guess, anyways I'm quite new to both coding, python, apis... maybe it's trivial... here is a link with a similar problem which doesn't works for this case because needs change in server side:
http://stackoverflow.com/questions/33003498/typeerror-a-bytes-like-object-is-required-not-str