diff --git a/iguana/confs/BTCD_peers.txt b/iguana/confs/BTCD_peers.txt index 2e9828336..a07a82f6a 100644 --- a/iguana/confs/BTCD_peers.txt +++ b/iguana/confs/BTCD_peers.txt @@ -1,3 +1,7 @@ +89.248.160.237 +89.248.160.238 +89.248.160.239 +89.248.160.240 85.25.217.233 65.15.37.140 62.75.145.171 diff --git a/iguana/iguana_peers.c b/iguana/iguana_peers.c index e140f63a0..4f9cf45ab 100755 --- a/iguana/iguana_peers.c +++ b/iguana/iguana_peers.c @@ -725,7 +725,7 @@ void iguana_startconnection(void *arg) if ( addr->usock < 0 || (coin->peers != 0 && coin->peers->shuttingdown != 0) ) { strcpy(ipaddr,addr->ipaddr); - //printf("%s refused PEER KILLED. slot.%d for %s:%d usock.%d\n",coin->symbol,addr->addrind,ipaddr,coin->chain->portp2p,addr->usock); + printf("%s refused PEER KILLED. slot.%d for %s:%d usock.%d\n",coin->symbol,addr->addrind,ipaddr,coin->chain->portp2p,addr->usock); iguana_iAkill(coin,addr,1); } else