Updated API (markdown)

xmrig 2017-10-19 08:36:31 +03:00
parent 6753f48834
commit 0896e12a43

14
API.md

@ -86,3 +86,17 @@ If you prefer use command line options instead of config file, you can use optio
} }
} }
``` ```
NVIDIA miner has equal API, with additional GPU health information.
```json
"health": [
{
"name": "GeForce GTX 1050 Ti",
"clock": 1721,
"mem_clock": 3504,
"power": 46,
"temp": 60,
"fan": 41
}
],
```