Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
8020c730bc
  1. 4
      iguana/iguana777.c

4
iguana/iguana777.c

@ -479,7 +479,7 @@ int32_t iguana_utxogen(struct supernet_info *myinfo,struct iguana_info *coin,int
//if ( 1 || coin->PREFETCHLAG > 0 ) // data issues on slow systems
// incr = 1;
max = coin->bundlescount;
if ( coin->bundles[max-1] != 0 && coin->bundles[max-1]->emitfinish <= 1 )
if ( 0 && coin->bundles[max-1] != 0 && coin->bundles[max-1]->emitfinish <= 1 )
max--;
if ( helperid < incr )
{
@ -786,7 +786,7 @@ void iguana_coinloop(void *arg)
usleep(coin->polltimeout*5000 + 90000 + (coin->peers->numranked == 0)*1000000);
else usleep(coin->polltimeout*1000);*/
if ( flag == 0 )
usleep(10000);
usleep(100000);
}
}

Loading…
Cancel
Save