mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-08 20:09:52 +00:00
Updated API (markdown)
parent
6753f48834
commit
0896e12a43
1 changed files with 14 additions and 0 deletions
14
API.md
14
API.md
|
@ -85,4 +85,18 @@ If you prefer use command line options instead of config file, you can use optio
|
||||||
"error_log": []
|
"error_log": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
|
],
|
||||||
```
|
```
|
Loading…
Reference in a new issue