mirror of
https://github.com/GOSTSec/gostoclminer
synced 2025-01-30 08:24:29 +00:00
increase runtime
This commit is contained in:
parent
6ddc290b86
commit
6a79a3b303
2
miner.c
2
miner.c
@ -313,7 +313,7 @@ static void *miner_thread(void *thr_id_int)
|
|||||||
hashes_done = 0;
|
hashes_done = 0;
|
||||||
gettimeofday(&tv_start, NULL);
|
gettimeofday(&tv_start, NULL);
|
||||||
|
|
||||||
int threads = 102400;
|
int threads = 102400 * 4;
|
||||||
globalThreads[0] = threads;
|
globalThreads[0] = threads;
|
||||||
localThreads[0] = 128;
|
localThreads[0] = 128;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user