Added Httpd class and API config options.

This commit is contained in:
XMRig 2017-08-31 02:28:33 +03:00
parent 35c2a729ec
commit 5601c7a672
9 changed files with 260 additions and 31 deletions

View file

@ -22,5 +22,10 @@
"keepalive": true,
"nicehash": false
}
]
],
"api": {
"port": 0,
"access-token": null,
"worker-id": null
}
}