File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2- ccminer 2.2.3 (Dec. 2017 ) "polytimos algo and keccakc (opt) "
2+ ccminer 2.2.4 (Jan. 2018 ) "lyra2v2 and keccak improvements "
33---------------------------------------------------------------
44
55***************************************************************
@@ -278,6 +278,11 @@ so we can more efficiently implement new algorithms using the latest hardware
278278features.
279279
280280>>> RELEASE HISTORY <<<
281+ Jan. 04th 2017 v2.2.4
282+ Improve lyra2v2
283+ Higher keccak default intensity
284+ Drop SM 2.x support by default, for CUDA 9 and more recent
285+
281286 Dec. 04th 2017 v2.2.3
282287 Polytimos Algo
283288 Handle keccakc variant (with refreshed sha256d merkle)
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ IDI_ICON1 ICON "ccminer.ico"
6060//
6161
6262VS_VERSION_INFO VERSIONINFO
63- FILEVERSION 2,2,3 ,0
64- PRODUCTVERSION 2,2,3 ,0
63+ FILEVERSION 2,2,4 ,0
64+ PRODUCTVERSION 2,2,4 ,0
6565 FILEFLAGSMASK 0x3fL
6666#ifdef _DEBUG
6767 FILEFLAGS 0x21L
@@ -76,10 +76,10 @@ BEGIN
7676 BEGIN
7777 BLOCK "040904e4"
7878 BEGIN
79- VALUE "FileVersion", "2.2.3 "
80- VALUE "LegalCopyright", "Copyright (C) 2017 "
79+ VALUE "FileVersion", "2.2.4 "
80+ VALUE "LegalCopyright", "Copyright (C) 2018 "
8181 VALUE "ProductName", "ccminer"
82- VALUE "ProductVersion", "2.2.3 "
82+ VALUE "ProductVersion", "2.2.4 "
8383 END
8484 END
8585 BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments