mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-11 15:27:56 +00:00
set mimax for gost
This commit is contained in:
parent
d7bd5f9f3d
commit
bc098e2471
@ -2111,6 +2111,7 @@ static void *miner_thread(void *userdata)
|
|||||||
case ALGO_DECRED:
|
case ALGO_DECRED:
|
||||||
case ALGO_SHA256D:
|
case ALGO_SHA256D:
|
||||||
case ALGO_SHA256T:
|
case ALGO_SHA256T:
|
||||||
|
case ALGO_GOST:
|
||||||
//case ALGO_WHIRLPOOLX:
|
//case ALGO_WHIRLPOOLX:
|
||||||
minmax = 0x40000000U;
|
minmax = 0x40000000U;
|
||||||
break;
|
break;
|
||||||
|
@ -36,7 +36,7 @@ extern void gost_hash_64(int thr_id, uint32_t threads, uint32_t *d_hash);
|
|||||||
extern void gost_hash_32(int thr_id, uint32_t threads, uint32_t *d_hash);
|
extern void gost_hash_32(int thr_id, uint32_t threads, uint32_t *d_hash);
|
||||||
|
|
||||||
//#define _DEBUG
|
//#define _DEBUG
|
||||||
#define _DEBUG_PREFIX "sib"
|
#define _DEBUG_PREFIX "gost"
|
||||||
#include "cuda_debug.cuh"
|
#include "cuda_debug.cuh"
|
||||||
|
|
||||||
static bool init[MAX_GPUS] = { 0 };
|
static bool init[MAX_GPUS] = { 0 };
|
||||||
|
Loading…
Reference in New Issue
Block a user