xmrig / xmrig-proxy

Monero (XMR) Stratum protocol proxy
https://xmrig.com/proxy
GNU General Public License v3.0
618 stars 338 forks source link

How to get xmrig-proxy summery via http api #531

Open tmuellerchen opened 1 year ago

tmuellerchen commented 1 year ago

I figured out that

/1/workers

gives me

{ "hashrate": { "total": [0.0, 1.18, 0.39, 0.03, 0.01, 1.25] }, "mode": "rig_id", "workers": [ ["Rhea", "192.168.178.124", 1, 21, 0, 0, 1411122, 1677351825396, 0.0, 1.18, 0.39, 0.03, 0.01] ] }

how to get more information about proxy via api

I did not find any working docs about that ...