1- ccMiner release 8.18 (KlausT-mod) (January 1st , 2018)
1+ ccMiner release 8.19 (KlausT-mod) (January 24st , 2018)
22---------------------------------------------------------------
33
44***************************************************************
@@ -133,12 +133,11 @@ its command line interface and options.
133133 -P, --protocol-dump verbose dump of protocol-level activities
134134 --cpu-affinity set process affinity to cpu core(s), mask 0x3 for cores 0 and 1
135135 --cpu-priority set process priority (default: 0 idle, 2 normal to 5 highest)
136- -b, --api-bind IP/Port for the miner API (default : 127.0.0.1:4068)
136+ -b, --api-bind IP/Port for the miner API (example : 127.0.0.1:4068)
137137 -S, --syslog use system log for output messages
138138 --syslog-prefix=... allow to change syslog tool name
139139 -B, --background run the miner in the background
140140 --benchmark run in offline benchmark mode
141- --cputest debug hashes from cpu algorithms
142141 --no-cpu-verify don't verify the found results
143142 -c, --config=FILE load a JSON-format configuration file
144143 --plimit=N Set the gpu power limit to N Watt (driver version >=352.21)
@@ -173,14 +172,9 @@ The wallet must also be started with the -server option and/or with the server=1
173172With the -b parameter you can open your ccminer to your network, use -b 0.0.0.0:4068 if required.
174173On windows, setting 0.0.0.0 will ask firewall permissions on the first launch. Its normal.
175174
176- Default API feature is only enabled for localhost queries by default, on port 4068.
177-
178175You can test this api on linux with "telnet <miner-ip> 4068" and type "help" to list the commands.
179176Default api format is delimited text. If required a php json wrapper is present in api/ folder.
180177
181- I plan to add a json format later, if requests are formatted in json too..
182-
183-
184178>>> Additional Notes <<<
185179
186180This code should be running on nVidia GPUs ranging from compute capability
@@ -238,11 +232,21 @@ features.
2382322017-12-15 v8.16: add sm_71 (Titan cards) (CUDA 9 and newer versions)
2392332017-12-21 v8.17: fix possible problem with high intensities
240234 fix bug in -d option
241- fix Linux build
235+ fix Linux build
2422362018-01-01 v8.18: more speed for Titan V with Lyra2v2 and possibly neoscrypt (untested)
243237 Linux: better default intensity
244- some small bug fixes
245-
238+ some small bug fixes
239+ 2018-01-23 v8.19: fix x17 for Linux builds without NVML
240+ show default intensity when not using the -i option
241+ add gpu number to the cuda error messages
242+ stratum: show reason of auth failure (when supported by the pool)
243+ API is now disabled by default
244+ Neoscrypt: Titan Xp fix
245+ Windows: fix --background option
246+ fixed: send a second share when we find it
247+ enable stale share detection
248+ send stale shares when the pool supports it
249+
246250>>> AUTHORS <<<
247251
248252Notable contributors to this application are:
@@ -259,10 +263,3 @@ cpuminer application (Jeff Garzik, pooler), it's original HVC-fork
259263and the HVC-fork available at hvc.1gh.com
260264
261265Source code is included to satisfy GNU GPL V3 requirements.
262-
263-
264- With kind regards,
265-
266- Christian Buchner ( Christian.Buchner@gmail.com )
267- Christian H. ( Chris84 )
268- Tanguy Pruvot ( tpruvot@github )
0 commit comments