cleanup
This commit is contained in:
parent
a361952179
commit
9b03c037f8
3 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
- 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
|
||||
# 1.6.5
|
||||
|
|
|
@ -105,6 +105,7 @@ xmrigCCServer --cc-port=3344 --cc-user=admin --cc-pass=pass --cc-access-token=SE
|
|||
--cc-key-file=FILE when tls is turned on, use this to point to the right key file (default: server.key)
|
||||
--cc-client-config-folder=FOLDER Folder contains the client config files
|
||||
--cc-custom-dashboard=FILE loads a custom dashboard and serve it to '/'
|
||||
--cc-client-log-lines-history=N maximum lines of log history kept per miner (default: 100)
|
||||
--no-color disable colored output
|
||||
-S, --syslog use system log for output messages
|
||||
-B, --background run the miner in the background
|
||||
|
|
|
@ -111,7 +111,7 @@ Options:\n"
|
|||
--cc-use-tls enable tls encryption for CC communication\n\
|
||||
--cc-cert-file=FILE when tls is turned on, use this to point to the right cert file (default: server.pem) \n\
|
||||
--cc-key-file=FILE when tls is turned on, use this to point to the right key file (default: server.key) \n\
|
||||
--client-log-lines-history=N maximum lines of log history kept per miner \n\
|
||||
--cc-client-log-lines-history=N maximum lines of log history kept per miner (default: 100)\n\
|
||||
--cc-client-config-folder=FOLDER Folder contains the client config files\n\
|
||||
--cc-custom-dashboard=FILE loads a custom dashboard and serve it to '/'\n"
|
||||
# endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue