mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-23 03:59:41 +00:00
Updated API (markdown)
parent
6753f48834
commit
0896e12a43
1 changed files with 14 additions and 0 deletions
14
API.md
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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
```
|
Loading…
Reference in a new issue