|
|
@ -26,7 +26,7 @@ typedef int32_t (*blockhashfunc)(uint8_t *blockhashp,uint8_t *serialized,int32_t |
|
|
|
#define IGUANA_SERIALIZE_SPENDVECTORGEN |
|
|
|
//#define IGUANA_SERIALIZE_BALANCEGEN
|
|
|
|
//#define IGUANA_DISABLEPEERS
|
|
|
|
#define IGUANA_MAXSTUCKTIME 77 |
|
|
|
#define _IGUANA_MAXSTUCKTIME 77 |
|
|
|
|
|
|
|
#define IGUANA_MAXCOINS 64 |
|
|
|
#define IGUANA_MAXDELAY_MILLIS (3600 * 1000) |
|
|
@ -463,7 +463,7 @@ struct iguana_info |
|
|
|
struct iguana_peers peers; |
|
|
|
uint64_t instance_nonce,myservices,totalsize,totalrecv,totalpackets,sleeptime; |
|
|
|
int64_t mining,totalfees,TMPallocated,MAXRECVCACHE,MAXMEM,estsize,activebundles; |
|
|
|
int32_t MAXPEERS,MAXPENDING,MAXBUNDLES,active,closestbundle,numemitted,lastsweep,startutc,newramchain,numcached,cachefreed,helperdepth,startPEND,endPEND,enableCACHE,RELAYNODE,VALIDATENODE,balanceswritten,RTheight; bits256 balancehash; |
|
|
|
int32_t MAXPEERS,MAXPENDING,MAXBUNDLES,MAXSTUCKTIME,active,closestbundle,numemitted,lastsweep,startutc,newramchain,numcached,cachefreed,helperdepth,startPEND,endPEND,enableCACHE,RELAYNODE,VALIDATENODE,balanceswritten,RTheight; bits256 balancehash; |
|
|
|
uint32_t lastsync,parsetime,numiAddrs,lastpossible,bundlescount,savedblocks,backlog; |
|
|
|
int32_t longestchain,badlongestchain,longestchain_strange,RTramchain_busy,emitbusy; |
|
|
|
struct tai starttime; double startmillis; |
|
|
|