diff --git a/README.md b/README.md index a863fec..fe65678 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,14 @@ Fork by tpruvot@github with X14,X15,X17,Blake256,BlakeCoin,Lyra2RE,Skein,ZR5 and BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo [![tip for next commit](https://tip4commit.com/projects/927.svg)](https://tip4commit.com/github/tpruvot/ccminer) -A part of the recent algos were originally wrote by [djm34](https://github.com/djm34). +A part of the recent algos were originally written by [djm34](https://github.com/djm34). This variant was tested and built on Linux (ubuntu server 14.04) and VStudio 2013 on Windows 7. Note that the x86 releases are generally faster than x64 ones on Windows. +The recommended CUDA Toolkit version is [6.5.19](http://developer.download.nvidia.com/compute/cuda/6_5/rel/installers/cuda_6.5.19_windows_general_64.exe), but some light algos could be faster with the version 7.5 (like blake and skein). + About source code dependencies ------------------------------ diff --git a/README.txt b/README.txt index 0c43f4f..ac52172 100644 --- a/README.txt +++ b/README.txt @@ -237,7 +237,7 @@ features. >>> RELEASE HISTORY <<< - Feb. 2015 v1.7.2 + Feb. 11th 2015 v1.7.2 Decred Algo (longpoll only) Blake256 improvements/cleanup diff --git a/ccminer.vcxproj b/ccminer.vcxproj index 60f4330..708f966 100644 --- a/ccminer.vcxproj +++ b/ccminer.vcxproj @@ -42,7 +42,7 @@ - + @@ -522,7 +522,7 @@ - + diff --git a/res/ccminer.rc b/res/ccminer.rc index ad65b6f..bbad2cd 100644 --- a/res/ccminer.rc +++ b/res/ccminer.rc @@ -60,8 +60,8 @@ IDI_ICON1 ICON "ccminer.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,7,1,0 - PRODUCTVERSION 1,7,1,0 + FILEVERSION 1,7,2,0 + PRODUCTVERSION 1,7,2,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x21L @@ -76,10 +76,10 @@ BEGIN BEGIN BLOCK "040904e4" BEGIN - VALUE "FileVersion", "1.7.1" - VALUE "LegalCopyright", "Copyright (C) 2015" + VALUE "FileVersion", "1.7.2" + VALUE "LegalCopyright", "Copyright (C) 2016" VALUE "ProductName", "ccminer" - VALUE "ProductVersion", "1.7.1" + VALUE "ProductVersion", "1.7.2" END END BLOCK "VarFileInfo"