diff --git a/ccminer.vcxproj b/ccminer.vcxproj index 38073fa..afddcc2 100644 --- a/ccminer.vcxproj +++ b/ccminer.vcxproj @@ -352,7 +352,6 @@ - diff --git a/ccminer.vcxproj.filters b/ccminer.vcxproj.filters index 1b4c395..775da32 100644 --- a/ccminer.vcxproj.filters +++ b/ccminer.vcxproj.filters @@ -85,7 +85,7 @@ {3079ea1f-f768-455a-acd6-f517fac535b4} - + {86a896c0-1688-4854-98e3-285d166069a3} @@ -518,9 +518,6 @@ Source Files\CUDA\quark - - Source Files\CUDA\quark - Source Files\CUDA\quark @@ -860,16 +857,16 @@ Source Files\CUDA\lbry - Source Files\sha256 + Source Files\CUDA\sha256 - Source Files\sha256 + Source Files\CUDA\sha256 - Source Files\sha256 + Source Files\CUDA\sha256 - Source Files\sha256 + Source Files\CUDA\sha256 Source Files\sia diff --git a/x11/veltor.cu b/x11/veltor.cu index 4c6f8cd..be05f5a 100644 --- a/x11/veltor.cu +++ b/x11/veltor.cu @@ -147,7 +147,7 @@ extern "C" int scanhash_veltor(int thr_id, struct work* work, uint32_t max_nonce if (!opt_quiet) gpulog(LOG_WARNING, thr_id, "result for %08x does not validate on CPU!", h_resNonce[0]); cudaMemset(d_resNonce[thr_id], 0xff, NBN*sizeof(uint32_t)); - pdata[19] = h_resNonce[0] + 1; + pdata[19] = startNounce + h_resNonce[0] + 1; continue; } } diff --git a/x15/cuda_x15_whirlpool.cu b/x15/cuda_x15_whirlpool.cu index 933aa91..a541919 100644 --- a/x15/cuda_x15_whirlpool.cu +++ b/x15/cuda_x15_whirlpool.cu @@ -62,7 +62,7 @@ __device__ static uint2 c_PaddedMessage80[16]; */ __device__ uint2 InitVector_RC[10]; -static uint32_t *d_resNonce[MAX_GPUS]; +static uint32_t *d_resNonce[MAX_GPUS] = { 0 }; //--------START OF WHIRLPOOL DEVICE MACROS--------------------------------------------------------------------------- __device__ __forceinline__