diff --git a/README.txt b/README.txt index 00faf83..9e0954a 100644 --- a/README.txt +++ b/README.txt @@ -43,6 +43,7 @@ Pentablake (Blake 512 x5) Neoscrypt (FeatherCoin) Scrypt and Scrypt:N Scrypt-Jane (Chacha) +Sibcoin (sib) Skein (Skein + SHA) Woodcoin (Double Skein) Vertcoin Lyra2RE @@ -90,6 +91,7 @@ its command line interface and options. 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 + sib use to mine Sibcoin skein use to mine Skeincoin skein2 use to mine Woodcoin x11 use to mine DarkCoin @@ -231,7 +233,8 @@ features. >>> RELEASE HISTORY <<< - Dec. 03th 2015 v1.7.1 + Dec. 31th 2015 v1.7.1 + Implement sib algo (X11 + Russian Streebog-512/GOST) Small bug fixes about device ids mapping (and vendor names) Nov. 06th 2015 v1.7 diff --git a/ccminer.vcxproj b/ccminer.vcxproj index e6c8ebc..fe285bd 100644 --- a/ccminer.vcxproj +++ b/ccminer.vcxproj @@ -283,6 +283,7 @@ + @@ -335,6 +336,7 @@ + @@ -479,11 +481,12 @@ 64 + + - - + 72 @@ -527,4 +530,4 @@ - \ No newline at end of file + diff --git a/ccminer.vcxproj.filters b/ccminer.vcxproj.filters index d427426..81c61ec 100644 --- a/ccminer.vcxproj.filters +++ b/ccminer.vcxproj.filters @@ -186,6 +186,9 @@ Source Files\sph + + Source Files\sph + Source Files @@ -353,6 +356,9 @@ Header Files\sph + + Header Files\sph + Header Files\sph @@ -604,6 +610,12 @@ Source Files\CUDA + + Source Files\CUDA\x11 + + + Source Files\CUDA\x11 + Source Files\CUDA\x11 @@ -710,4 +722,4 @@ Ressources - \ No newline at end of file +