Browse Source

update readme and win ver

pull/5/head
Tanguy Pruvot 6 years ago
parent
commit
ffd6cf38bf
  1. 6
      README.txt
  2. 1
      ccminer.cpp
  3. 2
      compat/ccminer-config.h

6
README.txt

@ -1,5 +1,5 @@ @@ -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 @@ -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 @@ -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

1
ccminer.cpp

@ -236,6 +236,7 @@ static char const usage[] = "\ @@ -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\

2
compat/ccminer-config.h

@ -164,7 +164,7 @@ @@ -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

Loading…
Cancel
Save