|
1 | | -ccMiner release 8.20(KlausT-mod) (Februar 3rd, 2018) |
| 1 | +ccMiner release 8.21(KlausT-mod) (March 15th, 2018) |
2 | 2 | --------------------------------------------------------------- |
3 | 3 |
|
4 | 4 | *************************************************************** |
5 | 5 | If you find this tool useful and like to support its continued |
6 | 6 | development, then consider a donation. |
7 | 7 |
|
8 | | -KlausT @github: |
| 8 | +KlausT: |
9 | 9 | BTC 1QDwdLPrPYSoPqS7pB2kGG84YX6hEcQ4JN |
| 10 | + bc1qpt7qnvjaqu8t24xqajgyfqan2v00hrdgrut0zq |
10 | 11 | BCH 1AH1u7B4KtDTUBgmT6NrXyahNEgTac3fL7 |
| 12 | + qpjupzv3nevqzlkyxx5d736xt78jvet7usm479kl73 |
11 | 13 |
|
12 | | -tpruvot@github: |
13 | | - BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo |
14 | | - DRK : XeVrkPrWB7pDbdFLfKhF1Z3xpqhsx6wkH3 |
15 | | - NEOS : NaEcVrdzoCWHUYXb7X8QoafoKS9UV69Yk4 |
16 | | - XST : S9TqZucWgT6ajZLDBxQnHUtmkotCEHn9z9 |
| 14 | +tpruvot: |
| 15 | + BTC 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo |
17 | 16 |
|
18 | | -sp-hash@github: |
19 | | - BTC: 1CTiNJyoUmbdMRACtteRWXhGqtSETYd6Vd |
20 | | - DRK: XdgfWywdxABwMdrGUd2xseb6CYy1UKi9jX |
21 | | - |
22 | 17 | DJM34: |
23 | 18 | BTC donation address: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze |
24 | 19 |
|
25 | | -cbuchner v1.2: |
| 20 | +cbuchner: |
26 | 21 | LTC donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm |
27 | 22 | BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM |
28 | 23 |
|
@@ -131,9 +126,15 @@ its command line interface and options. |
131 | 126 | --no-color disable colored output |
132 | 127 | -D, --debug enable debug output |
133 | 128 | -P, --protocol-dump verbose dump of protocol-level activities |
| 129 | + --cuda-schedule set CUDA scheduling option: |
| 130 | + 0: BlockingSync (default) |
| 131 | + 1: Spin |
| 132 | + 2: Yield |
| 133 | + This is influencing the hashing speed and CPU load |
134 | 134 | --cpu-affinity set process affinity to cpu core(s), mask 0x3 for cores 0 and 1 |
135 | 135 | --cpu-priority set process priority (default: 0 idle, 2 normal to 5 highest) |
136 | 136 | -b, --api-bind IP/Port for the miner API (example: 127.0.0.1:4068) |
| 137 | + --logfile=filename Create a logfile |
137 | 138 | -S, --syslog use system log for output messages |
138 | 139 | --syslog-prefix=... allow to change syslog tool name |
139 | 140 | -B, --background run the miner in the background |
@@ -250,6 +251,12 @@ features. |
250 | 251 | API: fix possible crash when checking cpu frequency under Linux |
251 | 252 | fix gpu name bug when using different cards in the same system |
252 | 253 | add some error messages |
| 254 | +2018-03-15 v8.21: add option --cuda-schedule |
| 255 | + add option --logfile |
| 256 | + make ccminer compilable under OSX |
| 257 | + Neoscrypt: detect P104-100 and Tesla P100/V100 |
| 258 | + Linux: fix Lyra2v2 verification bug |
| 259 | + fix for intensities between 8 and 9 |
253 | 260 |
|
254 | 261 | >>> AUTHORS <<< |
255 | 262 |
|
|
0 commit comments