From fef4b4d54b1c8650467862a8b1976037da16f38d Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 28 Aug 2016 20:38:09 -0300 Subject: [PATCH] test --- iguana/iguana777.c | 2 +- iguana/iguana_bundles.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/iguana777.c b/iguana/iguana777.c index d425c80c1..6677d4fdf 100755 --- a/iguana/iguana777.c +++ b/iguana/iguana777.c @@ -689,7 +689,7 @@ void iguana_helper(void *arg) polltimeout = coin->polltimeout; if ( coin->current != 0 && coin->current->hdrsi != coin->bundlescount-1 ) allcurrent = 0; - printf("h.%d [%d] bundleQ size.%d lag.%ld\n",helperid,bp->hdrsi,queue_size(&bundlesQ),time(NULL) - bp->nexttime); + //printf("h.%d [%d] bundleQ size.%d lag.%ld\n",helperid,bp->hdrsi,queue_size(&bundlesQ),time(NULL) - bp->nexttime); coin->numbundlesQ--; if ( coin->started != 0 && (bp->nexttime == 0 || time(NULL) >= bp->nexttime) && coin->active != 0 ) { diff --git a/iguana/iguana_bundles.c b/iguana/iguana_bundles.c index ea59a89a5..73d48fccc 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -1124,7 +1124,7 @@ int32_t iguana_bundleiters(struct supernet_info *myinfo,struct iguana_info *coin { max = bp->n; counter = iguana_bundleissuemissing(coin,bp,1,3.); - if ( 0 && counter > 0 ) + //if ( 0 && counter > 0 ) printf("ITER.rt%d now.%u spec.%-4d bundle.%-4d h.%-4d r.%-4d s.%-4d F.%d T.%d issued.%d mb.%d/%d\n",bp->isRT,(uint32_t)time(NULL),bp->numspec,bp->bundleheight/coin->chain->bundlesize,bp->numhashes,bp->numrecv,bp->numsaved,bp->emitfinish,timelimit,counter,coin->MAXBUNDLES,coin->bundlescount); } else bp->nexttime++; if ( bp->emitfinish <= 1 )