Browse Source

update readme and openssl (1.0.1i)

master 1.5.0-tpruvot
Tanguy Pruvot 10 years ago
parent
commit
f524917bef
  1. 9
      README.txt
  2. 2
      ccminer.vcxproj
  3. BIN
      compat/curl-for-windows/out/x64/Release/lib/openssl.x64.lib
  4. BIN
      compat/curl-for-windows/out/x86/Release/lib/openssl.x86.lib
  5. 6
      cpuminer-config.h

9
README.txt

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
ccMiner release 1.5.0-tpruvot (Nov 2014) - "Extra nonce"
ccMiner release 1.5.0-tpruvot (27 Nov 2014) - "Extra nonce"
---------------------------------------------------------------
***************************************************************
@ -169,14 +169,15 @@ features. @@ -169,14 +169,15 @@ features.
>>> RELEASE HISTORY <<<
v1.5.0
Nov. 27th 2014 v1.5.0
Upgrade compat jansson to 2.6 (for windows)
Add pool mining.set_extranonce support
Allow intermediate intensity with decimals
Allow increased scan ranges (wip)
Update prebuilt x86 openssl lib to 1.0.1i
Fix heavy algo on linux (broken since 1.4)
Some internal changes to use the C++ compiler
New API 1.2 with some new commands (read only)
Add most sp x11/x15 optimisations
Add some of sp x11/x15 optimisations (and tsiv x13)
Nov. 15th 2014 v1.4.9
Support of nvml and nvapi(windows) to monitor gpus

2
ccminer.vcxproj

@ -173,7 +173,7 @@ @@ -173,7 +173,7 @@
<MaxRegCount>80</MaxRegCount>
<PtxAsOptionV>true</PtxAsOptionV>
<Keep>false</Keep>
<CodeGeneration>compute_50,sm_50</CodeGeneration>
<CodeGeneration>compute_30,sm_30;compute_50,sm_50;</CodeGeneration>
<AdditionalOptions>--ptxas-options="-O2" %(AdditionalOptions)</AdditionalOptions>
<Defines>
</Defines>

BIN
compat/curl-for-windows/out/x64/Release/lib/openssl.x64.lib

Binary file not shown.

BIN
compat/curl-for-windows/out/x86/Release/lib/openssl.x86.lib

Binary file not shown.

6
cpuminer-config.h

@ -156,7 +156,7 @@ @@ -156,7 +156,7 @@
#define PACKAGE_NAME "ccminer"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ccminer 1.5-git"
#define PACKAGE_STRING "ccminer 1.5.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ccminer"
@ -165,7 +165,7 @@ @@ -165,7 +165,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.5-git"
#define PACKAGE_VERSION "1.5.0"
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
@ -188,7 +188,7 @@ @@ -188,7 +188,7 @@
#define USE_XOP 1
/* Version number of package */
#define VERSION "1.5-git"
#define VERSION "1.5.0"
/* Define curl_free() as free() if our version of curl lacks curl_free. */
/* #undef curl_free */

Loading…
Cancel
Save