From 46fe063865d8e2f807a9fb40df3144cd31824a1b Mon Sep 17 00:00:00 2001 From: pooler Date: Sat, 11 Feb 2012 15:19:31 +0100 Subject: [PATCH] Eliminate the delay between starting threads This is no more needed since miner threads share the result of the same getwork request. --- cpu-miner.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpu-miner.c b/cpu-miner.c index 55b5a8a..84ab050 100644 --- a/cpu-miner.c +++ b/cpu-miner.c @@ -949,8 +949,6 @@ int main(int argc, char *argv[]) applog(LOG_ERR, "thread %d create failed", i); return 1; } - - sleep(1); /* don't pound RPC server all at once */ } applog(LOG_INFO, "%d miner threads started, "