From 0896e12a43aced584119b5d500907f6372194783 Mon Sep 17 00:00:00 2001 From: xmrig Date: Thu, 19 Oct 2017 08:36:31 +0300 Subject: [PATCH] Updated API (markdown) --- API.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/API.md b/API.md index f6d8c5c..c35721b 100644 --- a/API.md +++ b/API.md @@ -85,4 +85,18 @@ If you prefer use command line options instead of config file, you can use optio "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 + } +], ``` \ No newline at end of file