From de41bc9d2196f021b78099de41d2b41e05c9628a Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Tue, 7 Mar 2017 20:32:28 +0100 Subject: [PATCH] update readme and use cuda 8 as default --- README.txt | 15 +++++++++++---- ccminer.vcxproj | 9 +++------ sha256/sha256t.cu | 2 -- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/README.txt b/README.txt index 2a50c01..9a47b90 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ -ccminer 2.0 (January 2016) "Cryptonight & other RPC 2.0 algos" +ccminer 2.0 (March 2017) "Cryptonight & other funny algos" --------------------------------------------------------------- *************************************************************** @@ -76,6 +76,7 @@ This code is based on the pooler cpuminer and inherits its command line interface and options. -a, --algo=ALGO specify the algorithm to use + bastion use to mine Joincoin blake use to mine Saffroncoin (Blake256) blakecoin use to mine Old Blake 256 blake2s use to mine Nevacoin (Blake2-S 256) @@ -94,7 +95,9 @@ its command line interface and options. keccak use to mine Maxcoin lbry use to mine LBRY Credits luffa use to mine Joincoin - lyra2 use to mine Vertcoin + lyra2 use to mine CryptoCoin + lyra2v2 use to mine Vertcoin + lyra2z use to mine Zerocoin (XZC) mjollnir use to mine Mjollnircoin myr-gr use to mine Myriad-Groest neoscrypt use to mine FeatherCoin @@ -105,11 +108,13 @@ its command line interface and options. scrypt use to mine Scrypt coins scrypt:N use to mine Scrypt-N (:10 for 2048 iterations) scrypt-jane use to mine Chacha coins like Cache and Ultracoin - s3 use to mine 1coin + s3 use to mine 1coin (ONE) + sha256t use to mine OneCoin (OC) sia use to mine SIA sib use to mine Sibcoin skein use to mine Skeincoin skein2 use to mine Woodcoin + timetravel use to mine MachineCoin x11evo use to mine Revolver x11 use to mine DarkCoin x14 use to mine X14Coin @@ -270,8 +275,10 @@ features. >>> RELEASE HISTORY <<< - Jan. 2017 (WIP) + Mar. 08th 2017 Handle cryptonight, wildkeccak and cryptonight-lite + Add a serie of new algos: timetravel, bastion, hmq1725, sha256t + Import lyra2z from djm34 work... Rework the common skein512 (used in most algos except skein ;) Store the share diff of second nonce(s) in most algos Hardware monitoring thread to get more accurate power readings diff --git a/ccminer.vcxproj b/ccminer.vcxproj index 759eae8..0b43c56 100644 --- a/ccminer.vcxproj +++ b/ccminer.vcxproj @@ -38,11 +38,8 @@ true - - - - - + + @@ -576,7 +573,7 @@ - + diff --git a/sha256/sha256t.cu b/sha256/sha256t.cu index 2c09824..2defb00 100644 --- a/sha256/sha256t.cu +++ b/sha256/sha256t.cu @@ -41,8 +41,6 @@ extern "C" int scanhash_sha256t(int thr_id, struct work* work, uint32_t max_nonc uint32_t throughput = cuda_default_throughput(thr_id, 1U << 23); if (init[thr_id]) throughput = min(throughput, (max_nonce - first_nonce)); - bool checkSecnonce = true; - if (opt_benchmark) ((uint32_t*)ptarget)[7] = 0x03;