Browse Source

Test

etomic
jl777 8 years ago
parent
commit
574aebdbee
  1. 4
      iguana/main.c

4
iguana/main.c

@ -752,11 +752,11 @@ void jumblr_loop(void *ptr)
while ( 1 ) while ( 1 )
{ {
t = (uint32_t)time(NULL); t = (uint32_t)time(NULL);
if ( (coin= iguana_coinfind("KMD")) != 0 && coin->FULLNODE < 0 && myinfo->jumblr_passphrase[0] != 0 && (t % 120) < 6 ) if ( (coin= iguana_coinfind("KMD")) != 0 && coin->FULLNODE < 0 && myinfo->jumblr_passphrase[0] != 0 && (t % 120) < 60 )
{ {
jumblr_iteration(myinfo,coin,(t % 360) / 120,t % 120); jumblr_iteration(myinfo,coin,(t % 360) / 120,t % 120);
} }
printf("t.%u %p\n",t,coin); printf("t.%u %p.%d %s\n",t,coin,coin!=0?coin->FULLNODE:0,myinfo->jumblr_passphrase);
sleep(20); sleep(20);
} }
} }

Loading…
Cancel
Save