diff --git a/miner.c b/miner.c index 9a481b3..f8be661 100644 --- a/miner.c +++ b/miner.c @@ -313,7 +313,7 @@ static void *miner_thread(void *thr_id_int) hashes_done = 0; gettimeofday(&tv_start, NULL); - int threads = 102400; + int threads = 102400 * 4; globalThreads[0] = threads; localThreads[0] = 128;