Browse Source

Prepare the 1.6.4 release...

master
Tanguy Pruvot 9 years ago
parent
commit
58a5ccfd6a
  1. 9
      README.txt
  2. 2
      configure.ac
  3. 6
      cpuminer-config.h
  4. 1
      pools.conf

9
README.txt

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
ccMiner release 1.6.3-tpruvot (May 2015) - "Neoscrypt (SM5.0+)"
ccMiner release 1.6.4-tpruvot (May 2015) - "Multi-pools config"
---------------------------------------------------------------
***************************************************************
@ -215,7 +215,12 @@ features. @@ -215,7 +215,12 @@ features.
>>> RELEASE HISTORY <<<
Try to compute network difficulty on pools too
May 21th 2015 v1.6.4
Implement multi-pool support (failover and time rotate)
try "ccminer -c pools.conf" to test the sample config
Update the API to allow remote pool switching and pool stats
Auto bind the api port to the first available when using default
Try to compute network difficulty on pools too (for most algos)
Drop Whirlpool and whirpoolx algos, no more used...
May 15th 2015 v1.6.3

2
configure.ac

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
AC_INIT([ccminer], [1.6.4-git])
AC_INIT([ccminer], [1.6.4])
AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM

6
cpuminer-config.h

@ -159,7 +159,7 @@ @@ -159,7 +159,7 @@
#define PACKAGE_NAME "ccminer"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ccminer 1.6.4-git"
#define PACKAGE_STRING "ccminer 1.6.4"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ccminer"
@ -168,7 +168,7 @@ @@ -168,7 +168,7 @@
#define PACKAGE_URL "http://github.com/tpruvot/ccminer"
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.6.4-git"
#define PACKAGE_VERSION "1.6.4"
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
@ -182,7 +182,7 @@ @@ -182,7 +182,7 @@
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "1.6.4-git"
#define VERSION "1.6.4"
/* Define curl_free() as free() if our version of curl lacks curl_free. */
/* #undef curl_free */

1
pools.conf

@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
"user": "tpruvot.win",
"pass": "x",
"max-diff": 0.0,
"scantime": 40,
"time-limit": 180,
"disabled": false
},

Loading…
Cancel
Save