mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-13 00:08:00 +00:00
update readme and win ver
This commit is contained in:
parent
b97567a451
commit
ffd6cf38bf
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
ccminer 2.2.5 (Apr 2018) "x12, x16r and x16s algos"
|
ccminer 2.2.6 (Under Dev)
|
||||||
---------------------------------------------------------------
|
---------------------------------------------------------------
|
||||||
|
|
||||||
***************************************************************
|
***************************************************************
|
||||||
@ -73,6 +73,7 @@ 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
|
||||||
|
allium use to mine Garlic
|
||||||
bastion use to mine Joincoin
|
bastion use to mine Joincoin
|
||||||
bitcore use to mine Bitcore's Timetravel10
|
bitcore use to mine Bitcore's Timetravel10
|
||||||
blake use to mine Saffroncoin (Blake256)
|
blake use to mine Saffroncoin (Blake256)
|
||||||
@ -281,6 +282,9 @@ so we can more efficiently implement new algorithms using the latest hardware
|
|||||||
features.
|
features.
|
||||||
|
|
||||||
>>> RELEASE HISTORY <<<
|
>>> RELEASE HISTORY <<<
|
||||||
|
2018 v2.2.6
|
||||||
|
New allium algo for Garlic
|
||||||
|
|
||||||
Apr. 02nd 2018 v2.2.5
|
Apr. 02nd 2018 v2.2.5
|
||||||
New x16r algo for Raven
|
New x16r algo for Raven
|
||||||
New x16s algo for Pigeon and Eden
|
New x16s algo for Pigeon and Eden
|
||||||
|
@ -236,6 +236,7 @@ static char const usage[] = "\
|
|||||||
Usage: " PROGRAM_NAME " [OPTIONS]\n\
|
Usage: " PROGRAM_NAME " [OPTIONS]\n\
|
||||||
Options:\n\
|
Options:\n\
|
||||||
-a, --algo=ALGO specify the hash algorithm to use\n\
|
-a, --algo=ALGO specify the hash algorithm to use\n\
|
||||||
|
allium Garlic double lyra2\n\
|
||||||
bastion Hefty bastion\n\
|
bastion Hefty bastion\n\
|
||||||
bitcore Timetravel-10\n\
|
bitcore Timetravel-10\n\
|
||||||
blake Blake 256 (SFR)\n\
|
blake Blake 256 (SFR)\n\
|
||||||
|
@ -164,7 +164,7 @@
|
|||||||
#define PACKAGE_URL "http://github.com/tpruvot/ccminer"
|
#define PACKAGE_URL "http://github.com/tpruvot/ccminer"
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "2.2.5"
|
#define PACKAGE_VERSION "2.2.6"
|
||||||
|
|
||||||
/* If using the C implementation of alloca, define if you know the
|
/* If using the C implementation of alloca, define if you know the
|
||||||
direction of stack growth for your system; otherwise it will be
|
direction of stack growth for your system; otherwise it will be
|
||||||
|
Loading…
Reference in New Issue
Block a user