Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Release 3.02
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausT committed Apr 6, 2018
1 parent 802cef5 commit 34c22ed
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ ccminer-cryptonight, a ccminer mod by tsiv and KlausT
If you find this tool useful and like to support its continued
development, then consider a donation.

KlausT's BTC donation address: 1QDwdLPrPYSoPqS7pB2kGG84YX6hEcQ4JN
KlausT's BCH donation address: 1AH1u7B4KtDTUBgmT6NrXyahNEgTac3fL7
KlausT's BTC donation addresses: 1QDwdLPrPYSoPqS7pB2kGG84YX6hEcQ4JN
bc1qpt7qnvjaqu8t24xqajgyfqan2v00hrdgrut0zq
KlausT's BCH donation addresses: 1AH1u7B4KtDTUBgmT6NrXyahNEgTac3fL7
qpjupzv3nevqzlkyxx5d736xt78jvet7usm479kl73

tsiv's BTC donation address: 1JHDKp59t1RhHFXsTw2UQpR3F9BBz3R3cs
tsiv's XMR donation address: 42uasNqYPnSaG3TwRtTeVbQ4aRY3n9jY6VXX3mfgerWt4ohDQLVaBPv3cYGKDXasTUVuLvhxetcuS16ynt85czQ48mbSrWX
Expand All @@ -31,6 +33,11 @@ This code is based on the main ccminer branch, that in turn
is based on the pooler cpuminer 2.3.2 release and inherits
most of their command line interface and options.

-a --algo choose between the supported algos:
cryptonight (the old version)
monero (v7)
graft (v8)
stellite (v3)
-d, --devices gives a comma separated list of CUDA device IDs
to operate on. Device IDs start counting from 0!
Alternatively give string names of your card like
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-cryptonight], [3.01])
AC_INIT([ccminer-cryptonight], [3.02])

AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM
Expand Down
2 changes: 1 addition & 1 deletion cpu-miner.c
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,7 @@ static int msver(void)
return version;
}

#define PROGRAM_VERSION "3.01"
#define PROGRAM_VERSION "3.02"
int main(int argc, char *argv[])
{
struct thr_info *thr;
Expand Down
4 changes: 2 additions & 2 deletions cpuminer-config-win.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
#define PACKAGE_NAME "ccminer-cryptonight"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ccminer-cryptonight 3.01"
#define PACKAGE_STRING "ccminer-cryptonight 3.02"

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
Expand All @@ -156,7 +156,7 @@
#undef PACKAGE_URL

/* Define to the version of this package. */
#define PACKAGE_VERSION "3.01"
#define PACKAGE_VERSION "3.02"

/* Version number of package */
#undef VERSION
Expand Down

0 comments on commit 34c22ed

Please sign in to comment.