|
@ -322,7 +322,7 @@ void iguana_chainparms(struct supernet_info *myinfo,struct iguana_chain *chain,c |
|
|
if ( (port= extract_userpass(chain->serverport,chain->userpass,chain->symbol,chain->userhome,path,conf)) != 0 ) |
|
|
if ( (port= extract_userpass(chain->serverport,chain->userpass,chain->symbol,chain->userhome,path,conf)) != 0 ) |
|
|
chain->rpcport = port; |
|
|
chain->rpcport = port; |
|
|
//if ( conf[0] != 0 )
|
|
|
//if ( conf[0] != 0 )
|
|
|
printf("PATH.(%s) CONF.(%s)\n",path!=0?path:"",conf); |
|
|
printf("PATH.(%s) CONF.(%s) txfee %.8f\n",path!=0?path:"",conf,dstr(chain->txfee)); |
|
|
if ( juint(argjson,"p2p") != 0 ) |
|
|
if ( juint(argjson,"p2p") != 0 ) |
|
|
chain->portp2p = juint(argjson,"p2p"); |
|
|
chain->portp2p = juint(argjson,"p2p"); |
|
|
else chain->portp2p = juint(argjson,"portp2p"); |
|
|
else chain->portp2p = juint(argjson,"portp2p"); |
|
@ -468,7 +468,7 @@ void iguana_chainparms(struct supernet_info *myinfo,struct iguana_chain *chain,c |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
sprintf(chain->messagemagic,"%s Signed Message:\n",chain->name); |
|
|
sprintf(chain->messagemagic,"%s Signed Message:\n",chain->name); |
|
|
printf("COIN.%s serverport.(%s) RPCport.%u P2P.%u magic.%08x\n",chain->symbol,chain->serverport,chain->rpcport,chain->portp2p,*(uint32_t *)chain->netmagic); |
|
|
printf("COIN.%s serverport.(%s) RPCport.%u P2P.%u magic.%08x txfee %.8f\n",chain->symbol,chain->serverport,chain->rpcport,chain->portp2p,*(uint32_t *)chain->netmagic,dstr(coin->txfee)); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|