|
|
@ -1,5 +1,5 @@ |
|
|
|
|
|
|
|
|
|
|
|
ccMiner release 1.7.2 (Feb 2015) "Vanilla and Decred Blake-256" |
|
|
|
ccMiner release 1.7.3 (Feb 2015) "Decred Stratum and MrM4D VNL" |
|
|
|
--------------------------------------------------------------- |
|
|
|
--------------------------------------------------------------- |
|
|
|
|
|
|
|
|
|
|
|
*************************************************************** |
|
|
|
*************************************************************** |
|
|
@ -24,7 +24,7 @@ cbuchner v1.2: |
|
|
|
|
|
|
|
|
|
|
|
This is a CUDA accelerated mining application which handle : |
|
|
|
This is a CUDA accelerated mining application which handle : |
|
|
|
|
|
|
|
|
|
|
|
Decred |
|
|
|
Decred (Blake256 14-rounds - 180 bytes) |
|
|
|
HeavyCoin & MjollnirCoin |
|
|
|
HeavyCoin & MjollnirCoin |
|
|
|
FugueCoin |
|
|
|
FugueCoin |
|
|
|
GroestlCoin & Myriad-Groestl |
|
|
|
GroestlCoin & Myriad-Groestl |
|
|
@ -68,11 +68,11 @@ This code is based on the pooler cpuminer and inherits |
|
|
|
its command line interface and options. |
|
|
|
its command line interface and options. |
|
|
|
|
|
|
|
|
|
|
|
-a, --algo=ALGO specify the algorithm to use |
|
|
|
-a, --algo=ALGO specify the algorithm to use |
|
|
|
blake use to mine Saffroncoin (Blake 256) |
|
|
|
blake use to mine Saffroncoin (Blake256) |
|
|
|
blakecoin use to mine Old Blake 256 |
|
|
|
blakecoin use to mine Old Blake 256 |
|
|
|
bmw use to mine Midnight |
|
|
|
bmw use to mine Midnight |
|
|
|
c11/flax use to mine Chaincoin and Flax |
|
|
|
c11/flax use to mine Chaincoin and Flax |
|
|
|
decred use to mine Decred |
|
|
|
decred use to mine Decred 180 bytes Blake256-14 |
|
|
|
deep use to mine Deepcoin |
|
|
|
deep use to mine Deepcoin |
|
|
|
dmd-gr use to mine Diamond-Groestl |
|
|
|
dmd-gr use to mine Diamond-Groestl |
|
|
|
fresh use to mine Freshcoin |
|
|
|
fresh use to mine Freshcoin |
|
|
@ -237,6 +237,11 @@ features. |
|
|
|
|
|
|
|
|
|
|
|
>>> RELEASE HISTORY <<< |
|
|
|
>>> RELEASE HISTORY <<< |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Feb. 19th 2015 v1.7.3 |
|
|
|
|
|
|
|
Decred simplified stratum (getwork over stratum) |
|
|
|
|
|
|
|
Vanilla kernel by MrMad |
|
|
|
|
|
|
|
Drop/Disable WhirlpoolX |
|
|
|
|
|
|
|
|
|
|
|
Feb. 11th 2015 v1.7.2 |
|
|
|
Feb. 11th 2015 v1.7.2 |
|
|
|
Decred Algo (longpoll only) |
|
|
|
Decred Algo (longpoll only) |
|
|
|
Blake256 improvements/cleanup |
|
|
|
Blake256 improvements/cleanup |
|
|
|