Skip to content

Commit d0bb189

Browse files
committed
Upgrade to 2.5.2-hide-2.0.1
1 parent d55fa27 commit d0bb189

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

xmrstak/backend/nvidia/nvcc_code/cuda_core.cu

+1-1
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ void cryptonight_core_gpu_hash(nvid_ctx* ctx, uint32_t nonce)
734734
{
735735
dim3 grid( ctx->device_blocks );
736736
dim3 block( ctx->device_threads );
737-
dim3 block2( ctx->device_threads << 2 );
737+
dim3 block2( ctx->device_threads << 1 );
738738
dim3 block4( ctx->device_threads << 2 );
739739
dim3 block8( ctx->device_threads << 3 );
740740

xmrstak/jconf.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ xmrstak::coin_selection coins[] = {
101101
{ "cryptonight_v7", {cryptonight_monero_v8, cryptonight_monero, 255u}, {cryptonight_monero_v8, cryptonight_monero, 8u}, nullptr },
102102
{ "cryptonight_v8", {cryptonight_monero, cryptonight_monero_v8, 255u}, {cryptonight_monero_v8, cryptonight_monero, 8u}, nullptr },
103103
{ "cryptonight_v7_stellite", {cryptonight_monero_v8, cryptonight_stellite, 255u}, {cryptonight_monero_v8, cryptonight_monero_v8, 0u}, nullptr },
104-
{ "graft", {cryptonight_monero_v8, cryptonight_monero, 255u}, {cryptonight_monero_v8, cryptonight_monero, 8u}, nullptr },
104+
{ "graft", {cryptonight_monero_v8, cryptonight_monero, 11u}, {cryptonight_monero_v8, cryptonight_monero, 8u}, nullptr },
105105
{ "haven", {cryptonight_heavy, cryptonight_haven, 255u}, {cryptonight_heavy, cryptonight_heavy, 0u}, nullptr },
106106
{ "intense", {cryptonight_monero_v8, cryptonight_monero, 255u}, {cryptonight_monero_v8, cryptonight_monero, 8u}, nullptr },
107107
{ "masari", {cryptonight_monero_v8, cryptonight_masari, 255u}, {cryptonight_monero_v8, cryptonight_monero_v8, 0u},nullptr },

xmrstak/version.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#endif
1919

2020
#define XMR_STAK_NAME "xmr-stak"
21-
#define XMR_STAK_VERSION "2.5.1-hide-2.0.0"
21+
#define XMR_STAK_VERSION "2.5.2-hide-2.0.1"
2222

2323
#if defined(_WIN32)
2424
#define OS_TYPE "win"

0 commit comments

Comments
 (0)