|
|
@ -58,7 +58,7 @@ struct iguana_block *iguana_blockhashset(char *debugstr,struct iguana_info *coin |
|
|
|
while ( depth != 0 ) |
|
|
|
{ |
|
|
|
sleep(1); |
|
|
|
//printf(">>>>>>>>>> OK only if rare %s blockhashset.%d depth.%d\n",debugstr,height,depth);
|
|
|
|
printf(">>>>>>>>>> OK only if rare %s blockhashset.%d depth.%d\n",debugstr,height,depth); |
|
|
|
//fprintf(stderr,">>>>>>>>>> OK only if rare %s blockhashset.%d depth.%d\n",debugstr,height,depth);
|
|
|
|
//printf("%d\n",1/(1 - depth/depth));
|
|
|
|
} |
|
|
@ -70,7 +70,7 @@ struct iguana_block *iguana_blockhashset(char *debugstr,struct iguana_info *coin |
|
|
|
while ( depth != 0 ) |
|
|
|
{ |
|
|
|
sleep(1); |
|
|
|
//printf(">>>>>>>>>> OK only if rare%s match blockhashset.%d depth.%d\n",debugstr,height,depth);
|
|
|
|
printf(">>>>>>>>>> OK only if rare %s match blockhashset.%d depth.%d\n",debugstr,height,depth); |
|
|
|
//fprintf(stderr,">>>>>>>>>> OK only if rare%s match blockhashset.%d depth.%d\n",debugstr,height,depth);
|
|
|
|
//printf("%d\n",1/(1 - depth/depth));
|
|
|
|
} |
|
|
@ -106,7 +106,7 @@ struct iguana_block *iguana_blockhashset(char *debugstr,struct iguana_info *coin |
|
|
|
while ( depth != 0 ) |
|
|
|
{ |
|
|
|
sleep(1); |
|
|
|
//printf(">>>>>>>>>> OK only if rare%s create blockhashset.%d depth.%d\n",debugstr,height,depth);
|
|
|
|
printf(">>>>>>>>>> OK only if rare %s create blockhashset.%d depth.%d\n",debugstr,height,depth); |
|
|
|
//fprintf(stderr,">>>>>>>>>> OK only if rare%s create blockhashset.%d depth.%d\n",debugstr,height,depth);
|
|
|
|
//printf("%d\n",1/(1 - depth/depth));
|
|
|
|
} |
|
|
|