diff --git a/iguana/iguana777.c b/iguana/iguana777.c index 1ed202379..43a887e85 100755 --- a/iguana/iguana777.c +++ b/iguana/iguana777.c @@ -661,7 +661,7 @@ struct iguana_info *iguana_setcoin(char *symbol,void *launched,int32_t maxpeers, coin->myservices = services; coin->initialheight = initialheight; coin->mapflags = mapflags; - mult = (strcmp("BTC",coin->symbol) != 0) ? 16 : 8; + mult = (strcmp("BTC",coin->symbol) != 0) ? 64 : 8; maxval = IGUANA_MAXPENDBUNDLES; coin->MAXMEM = juint(json,"RAM"); if ( jobj(json,"prefetchlag") != 0 ) diff --git a/iguana/iguana777.h b/iguana/iguana777.h index facb0ba27..7ac7fefae 100755 --- a/iguana/iguana777.h +++ b/iguana/iguana777.h @@ -49,7 +49,7 @@ typedef int32_t (*blockhashfunc)(uint8_t *blockhashp,uint8_t *serialized,int32_t #define IGUANA_MAXPENDINGREQUESTS 8 #define IGUANA_PENDINGREQUESTS 256 #define IGUANA_MINPENDBUNDLES 4 -#define IGUANA_MAXPENDBUNDLES 16 +#define IGUANA_MAXPENDBUNDLES 32 #define IGUANA_RPCPORT 7778 #define IGUANA_MAXRAMCHAINSIZE ((uint64_t)1024L * 1024L * 1024L * 16)