|
|
@ -922,7 +922,7 @@ int32_t iguana_bundleiters(struct iguana_info *coin,struct OS_memspace *mem,stru |
|
|
|
counter = iguana_bundleissue(coin,bp,max,timelimit); |
|
|
|
if ( bp == coin->current && coin->isRT == 0 ) |
|
|
|
bp->nexttime--; |
|
|
|
if ( counter > 0 ) |
|
|
|
if ( counter > 0 && bp == coin->current ) |
|
|
|
printf("ITER now.%u spec.%-4d bundle.%-4d h.%-4d r.%-4d s.%-4d F.%d T.%d issued.%d mb.%d/%d\n",(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); |
|
|
|
if ( bp->hdrsi == starti && bp->isRT == 0 ) |
|
|
|
{ |
|
|
|