CryptoGraphics / lyclMiner

OpenCL Lyra2REv2/v3 miner for AMD GCN GPUs
GNU General Public License v3.0
45 stars 19 forks source link

is there an API port for reading statistics? #2

Open Quake4 opened 6 years ago

Quake4 commented 6 years ago

This needed for add to multialgo multiprofit switching software like MindMiner https://github.com/Quake4/MindMiner

Quake4 commented 6 years ago

Please, add simple API. Listen TCP port to any established connection write simple answer in json: Code: { "total": xxxxxxx.xx, "threads": [ xxxx.xx, xxxx.xx, ..... ] } and close connection.

this work to one-two hour ...