Browse Source

intermediate 1.6.5-C11 release for chaincoin

master 1.6.5-C11
Tanguy Pruvot 10 years ago
parent
commit
6b69246c33
  1. 4
      README.txt
  2. 4
      ccminer.vcxproj
  3. 6
      cpuminer-config.h

4
README.txt

@ -1,5 +1,5 @@
ccMiner release 1.6.5-tpruvot (Jun 2015) "PoK, clocks & Cuda 7" ccMiner release 1.6.5-C11 (Jul 2015) "Special for Chaincoin C11"
--------------------------------------------------------------- ---------------------------------------------------------------
*************************************************************** ***************************************************************
@ -222,7 +222,7 @@ features.
>>> RELEASE HISTORY <<< >>> RELEASE HISTORY <<<
July 2015... July 06th 2015 v1.6.5-C11
Nvml api power limits Nvml api power limits
Add chaincoin c11 algo (used by Flaxscript too) Add chaincoin c11 algo (used by Flaxscript too)
Remove pluck algo Remove pluck algo

4
ccminer.vcxproj

@ -157,7 +157,7 @@
<MaxRegCount>80</MaxRegCount> <MaxRegCount>80</MaxRegCount>
<PtxAsOptionV>true</PtxAsOptionV> <PtxAsOptionV>true</PtxAsOptionV>
<Keep>true</Keep> <Keep>true</Keep>
<CodeGeneration>compute_35,sm_35;compute_50,sm_50;compute_52,sm_52</CodeGeneration> <CodeGeneration>compute_50,sm_50;compute_52,sm_52;compute_30,sm_30;compute_35,sm_35</CodeGeneration>
<AdditionalOptions>--ptxas-options="-O2" %(AdditionalOptions)</AdditionalOptions> <AdditionalOptions>--ptxas-options="-O2" %(AdditionalOptions)</AdditionalOptions>
<Optimization>O2</Optimization> <Optimization>O2</Optimization>
</CudaCompile> </CudaCompile>
@ -513,4 +513,4 @@
<Target Name="AfterClean"> <Target Name="AfterClean">
<Delete Files="@(FilesToCopy->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" /> <Delete Files="@(FilesToCopy->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" />
</Target> </Target>
</Project> </Project>

6
cpuminer-config.h

@ -162,7 +162,7 @@
#define PACKAGE_NAME "ccminer" #define PACKAGE_NAME "ccminer"
/* Define to the full name and version of this package. */ /* Define to the full name and version of this package. */
#define PACKAGE_STRING "ccminer 1.6.6-dev" #define PACKAGE_STRING "ccminer 1.6.5-C11"
/* Define to the one symbol short name of this package. */ /* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ccminer" #define PACKAGE_TARNAME "ccminer"
@ -171,7 +171,7 @@
#define PACKAGE_URL "http://github.com/tpruvot/ccminer" #define PACKAGE_URL "http://github.com/tpruvot/ccminer"
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "1.6.6-dev" #define PACKAGE_VERSION "1.6.5-C11"
/* If using the C implementation of alloca, define if you know the /* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be direction of stack growth for your system; otherwise it will be
@ -185,7 +185,7 @@
#define STDC_HEADERS 1 #define STDC_HEADERS 1
/* Version number of package */ /* Version number of package */
#define VERSION "1.6.6-dev" #define VERSION "1.6.5-C11"
/* Define curl_free() as free() if our version of curl lacks curl_free. */ /* Define curl_free() as free() if our version of curl lacks curl_free. */
/* #undef curl_free */ /* #undef curl_free */

Loading…
Cancel
Save