From 58a5ccfd6abbb98c3d303a5b1eb3f3babdf9195d Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Thu, 21 May 2015 07:55:59 +0200 Subject: [PATCH] Prepare the 1.6.4 release... --- README.txt | 9 +++++++-- configure.ac | 2 +- cpuminer-config.h | 6 +++--- pools.conf | 1 + 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index 6615334..ad9edde 100644 --- a/README.txt +++ b/README.txt @@ -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. >>> 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 diff --git a/configure.ac b/configure.ac index 4da8ee8..549247f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ccminer], [1.6.4-git]) +AC_INIT([ccminer], [1.6.4]) AC_PREREQ([2.59c]) AC_CANONICAL_SYSTEM diff --git a/cpuminer-config.h b/cpuminer-config.h index 7dc6678..4e3bdbc 100644 --- a/cpuminer-config.h +++ b/cpuminer-config.h @@ -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 @@ #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 @@ #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 */ diff --git a/pools.conf b/pools.conf index 892051c..3d781c5 100644 --- a/pools.conf +++ b/pools.conf @@ -7,6 +7,7 @@ "user": "tpruvot.win", "pass": "x", "max-diff": 0.0, + "scantime": 40, "time-limit": 180, "disabled": false },