Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
1f609a98db
  1. 2
      iguana/iguana777.h
  2. 2
      iguana/iguana_recv.c

2
iguana/iguana777.h

@ -35,7 +35,7 @@
#define _IGUANA_MAXBUNDLES 8
#define IGUANA_MAXACTIVEBUNDLES 128
#define IGUANA_MAXFILES 4096
#define IGUANA_BUNDLELOOP 100
#define IGUANA_BUNDLELOOP 1000
#define IGUANA_RPCPORT 7778
#define IGUANA_MAXRAMCHAINSIZE ((uint64_t)1024L * 1024L * 1024L * 16)

2
iguana/iguana_recv.c

@ -404,7 +404,7 @@ int32_t iguana_bundleiters(struct iguana_info *coin,struct iguana_bundle *bp,int
break;
usleep(1000);
}
//if ( 1 && counter > 0 )
if ( 1 && counter > 0 )
printf("ITERATE bundle.%d h.%d n.%d r.%d s.%d finished.%d issued.%d\n",bp->bundleheight,bp->numhashes,bp->n,bp->numrecv,bp->numsaved,bp->emitfinish,counter);
if ( bp->emitfinish == 0 )
{

Loading…
Cancel
Save