diff --git a/ccminer.cpp b/ccminer.cpp index 1598206..ed33b4b 100644 --- a/ccminer.cpp +++ b/ccminer.cpp @@ -3885,7 +3885,7 @@ int main(int argc, char *argv[]) CUDART_VERSION/1000, (CUDART_VERSION % 1000)/10, arch); printf(" Originally based on Christian Buchner and Christian H. project\n"); printf(" Include some kernels from alexis78, djm34, djEzo, tsiv and krnlx.\n\n"); - printf(" GOSTd algo by PurpleI2P team, ©2017-2018. Donations are welcome to\n"); + printf(" GOSTd algo by PurpleI2P team, 2017-2018. Donations are welcome to\n"); printf(" address GbD2JSQHBHCKLa9WTHmigJRpyFgmBj4woG. Thanks!\n\n"); printf("BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo (tpruvot)\n\n"); } diff --git a/ccminer.vcxproj b/ccminer.vcxproj index e85e3eb..ef23d80 100644 --- a/ccminer.vcxproj +++ b/ccminer.vcxproj @@ -81,7 +81,7 @@ true true compute_50,sm_50 - $(NVTOOLSEXT_PATH)\include;..\..\..\Common\C99 + $(NVTOOLSEXT_PATH)include;..\..\..\Common\C99 @@ -113,7 +113,7 @@ true true compute_52,sm_52 - $(NVTOOLSEXT_PATH)\include;..\..\..\Common\C99 + $(NVTOOLSEXT_PATH)include;..\..\..\Common\C99 64 @@ -155,7 +155,7 @@ 80 true true - compute_50,sm_50;compute_52,sm_52;compute_30,sm_30 + compute_61,sm_61;compute_52,sm_52;compute_50,sm_50 --ptxas-options="-O2" --Wno-deprecated-gpu-targets %(AdditionalOptions) O2 @@ -198,8 +198,8 @@ 80 true true - compute_52,sm_52;compute_50,sm_50;compute_35,sm_35;compute_30,sm_30 - $(NVTOOLSEXT_PATH)\include + compute_61,sm_61;compute_52,sm_52;compute_50,sm_50 + $(NVTOOLSEXT_PATH)include O3 64 --Wno-deprecated-gpu-targets %(AdditionalOptions)