Prepare the 1.6.4 release...
This commit is contained in:
parent
bbd2c704f9
commit
58a5ccfd6a
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT([ccminer], [1.6.4-git])
|
||||
AC_INIT([ccminer], [1.6.4])
|
||||
|
||||
AC_PREREQ([2.59c])
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
@ -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 */
|
||||
|
@ -7,6 +7,7 @@
|
||||
"user": "tpruvot.win",
|
||||
"pass": "x",
|
||||
"max-diff": 0.0,
|
||||
"scantime": 40,
|
||||
"time-limit": 180,
|
||||
"disabled": false
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user