Skip to content

Commit

Permalink
Release version 8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausT committed Jul 25, 2017
1 parent 84029c4 commit 5adc229
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
16 changes: 11 additions & 5 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
ccMiner release 8.09(KlausT-mod) (June 29th, 2017)
ccMiner release 8.11(KlausT-mod) (July 25th, 2017)
---------------------------------------------------------------

***************************************************************
If you find this tool useful and like to support its continued
development, then consider a donation.

KlausT @github:
BTC 1H2BHSyuwLP9vqt2p3bK9G3mDJsAi7qChw

tpruvot@github:
BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo
DRK : XeVrkPrWB7pDbdFLfKhF1Z3xpqhsx6wkH3
Expand All @@ -18,10 +21,6 @@ sp-hash@github:
DJM34:
BTC donation address: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze

KlausT @github:
BTC 1H2BHSyuwLP9vqt2p3bK9G3mDJsAi7qChw
DRK XcM9FXrvZS275pGyGmfJmS98tHPZ1rjErM

cbuchner v1.2:
LTC donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm
BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM
Expand Down Expand Up @@ -141,6 +140,8 @@ its command line interface and options.
--cputest debug hashes from cpu algorithms
--no-cpu-verify don't verify the found results
-c, --config=FILE load a JSON-format configuration file
--plimit=N Set the gpu power limit to N Watt (driver version >=352.21)
(needs adminitrator rights under Windows)
-V, --version display version information and exit
-h, --help display this help text and exit\n"

Expand Down Expand Up @@ -231,6 +232,11 @@ features.
fixed bugs in bitcoin and jackpot algo
2017-05-19 v8.08: fix Makefile and configure.ac for Linux
2017-06-07 v8.09: some minor bug fixes
2017-07-17 v8.10: fix Orbitcoin solo mining (Neoscrypt)
2017-07-25 v8.11: change some timeout values
fix Feathercoin solo mining (Neoscrypt)
show chance to find a block while solo mining

>>> AUTHORS <<<

Notable contributors to this application are:
Expand Down
6 changes: 3 additions & 3 deletions ccminer-config-win.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
#define PACKAGE_NAME "ccminer"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ccminer 8.10-KlausT"
#define PACKAGE_STRING "ccminer 8.11-KlausT"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ccminer"
Expand All @@ -165,7 +165,7 @@
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "8.10-KlausT"
#define PACKAGE_VERSION "8.11-KlausT"

/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
Expand All @@ -188,7 +188,7 @@
//#define USE_XOP 1

/* Version number of package */
#define VERSION "8.10-KlausT"
#define VERSION "8.11-KlausT"

/* Define curl_free() as free() if our version of curl lacks curl_free. */
/* #undef curl_free */
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([ccminer], [8.10-KlausT])
AC_INIT([ccminer], [8.11-KlausT])

AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM
Expand Down

0 comments on commit 5adc229

Please sign in to comment.