#1.7.0 (#160)
# 1.7.0 - First official Release of XMRigCC-amd #33 #3 - Full integration of xmrigCC-amd into XMRigCCServer/Dashboard with GPUInfo / remote logging - Config property to enable/disable config upload on startup (--cc-upload-config-on-startup) #80 - Refactoring of remote logging feature: #143 - Only deltas will be send to the XMRigCCServer - Fetching miner log on dashboard upon need - Maximum lines of log history kept per miner can be configured on XMRigCCServer - Fix correct hugepages status on Dashboard - Fix cpu affinity for single thread usage - Add all needed security infos to XMRigCCServer logging to harden the server (f.e. fail2ban) - Fix commandline params overwrite config.json #157 - Fix building miner with API support #145
This commit is contained in:
parent
3c41e5c1d4
commit
088c28cbda
7 changed files with 79 additions and 52 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"background": false, // true to run the cc-server in the background (no console)
|
||||
"colors": true, // false to disable colored output
|
||||
"log-file": null, // log all output to a file
|
||||
"log-file": "server.log", // log all output to a file
|
||||
"syslog": false, // use system log for output messages
|
||||
"cc-server": {
|
||||
"port": 3344, // port the CC Server will listens on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue