diff --git a/README.txt b/README.txt index 59a2cec..af0718d 100644 --- a/README.txt +++ b/README.txt @@ -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. -a, --algo=ALGO specify the algorithm to use + allium use to mine Garlic bastion use to mine Joincoin bitcore use to mine Bitcore's Timetravel10 blake use to mine Saffroncoin (Blake256) @@ -281,6 +282,9 @@ so we can more efficiently implement new algorithms using the latest hardware features. >>> RELEASE HISTORY <<< + 2018 v2.2.6 + New allium algo for Garlic + Apr. 02nd 2018 v2.2.5 New x16r algo for Raven New x16s algo for Pigeon and Eden diff --git a/ccminer.cpp b/ccminer.cpp index 770d5d5..a48b194 100644 --- a/ccminer.cpp +++ b/ccminer.cpp @@ -236,6 +236,7 @@ static char const usage[] = "\ Usage: " PROGRAM_NAME " [OPTIONS]\n\ Options:\n\ -a, --algo=ALGO specify the hash algorithm to use\n\ + allium Garlic double lyra2\n\ bastion Hefty bastion\n\ bitcore Timetravel-10\n\ blake Blake 256 (SFR)\n\ diff --git a/compat/ccminer-config.h b/compat/ccminer-config.h index 17efd4c..5b36078 100644 --- a/compat/ccminer-config.h +++ b/compat/ccminer-config.h @@ -164,7 +164,7 @@ #define PACKAGE_URL "http://github.com/tpruvot/ccminer" /* 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 direction of stack growth for your system; otherwise it will be