From 1812efacf4ab2caa506e94b1a6ccfb670b98c0db Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 25 Mar 2017 18:50:05 +0200 Subject: [PATCH] Test --- src/miner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/miner.cpp b/src/miner.cpp index 80a4d0168..1cb149766 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -709,7 +709,7 @@ void static BitcoinMiner(CWallet *pwallet) i = ((Mining_height + notaryid) % 64); delta = sqrt((double)(gpucount - j/3) / 2); roundrobin_delay += ((delta * i) / 64) - delta; - fprintf(stderr,"delta.%f %f\n",delta,(double)(gpucount - j/3) / 2,(delta * i) / 64); + fprintf(stderr,"delta.%f %f %f\n",delta,(double)(gpucount - j/3) / 2,(delta * i) / 64); } fprintf(stderr," <- prev minerids from ht.%d notary.%d gpucount.%d %.2f%% t.%u %d\n",pindexPrev->nHeight,notaryid,gpucount,100.*(double)gpucount/j,(uint32_t)time(NULL),roundrobin_delay); }