Hello i am having issues connecting to peers, ive been running for 12 hours, other altcoind clients are connecting fine
---
Version: Dogecoin Core RPC client version v1.10.0.0-bb4b082
getinfo:
~$ dogecoin-cli getinfo
{
"version" : 1100000,
"protocolversion" : 70004,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 0,
"timeoffset" : 0,
"connections" : 0,
"proxy" : "127.0.0.1:9050",
"difficulty" : 0.00024414,
"testnet" : false,
"keypoololdest" : 1435710525,
"keypoolsize" : 10001,
"paytxfee" : 0.00000000,
"relayfee" : 1.00000000,
"errors" : ""
}
debug log
~$ cat .dogecoin/debug.log |tail -n50
2016-01-12 23:47:40 ERROR: Proxy error: connection refused
2016-01-12 23:47:40 SOCKS5 connecting 166.78.155.36
2016-01-12 23:47:43 ERROR: Proxy error: connection refused
2016-01-12 23:47:43 SOCKS5 connecting doge.netcodepool.org
2016-01-12 23:48:03 ERROR: Error reading proxy response
2016-01-12 23:48:04 SOCKS5 connecting doge.cryptoculture.net
2016-01-12 23:48:24 ERROR: Error reading proxy response
2016-01-12 23:48:24 SOCKS5 connecting dogepool.pw
2016-01-12 23:48:44 ERROR: Error reading proxy response
2016-01-12 23:48:45 SOCKS5 connecting 78.46.57.132
2016-01-12 23:49:05 ERROR: Error reading proxy response
2016-01-12 23:51:05 SOCKS5 connecting 95.85.29.144
2016-01-12 23:51:07 ERROR: Proxy error: connection refused
2016-01-12 23:51:08 SOCKS5 connecting 162.243.113.110
2016-01-12 23:51:10 ERROR: Proxy error: connection refused
2016-01-12 23:51:10 SOCKS5 connecting 146.185.181.114
2016-01-12 23:51:11 ERROR: Proxy error: connection refused
2016-01-12 23:51:12 SOCKS5 connecting 188.165.19.28
2016-01-12 23:51:13 ERROR: Proxy error: connection refused
2016-01-12 23:51:13 SOCKS5 connecting 166.78.155.36
2016-01-12 23:51:17 ERROR: Proxy error: connection refused
2016-01-12 23:51:17 SOCKS5 connecting doge.netcodepool.org
2016-01-12 23:51:37 ERROR: Error reading proxy response
2016-01-12 23:51:38 SOCKS5 connecting doge.cryptoculture.net
2016-01-12 23:51:58 ERROR: Error reading proxy response
2016-01-12 23:51:58 SOCKS5 connecting dogepool.pw
2016-01-12 23:52:18 ERROR: Error reading proxy response
2016-01-12 23:52:19 SOCKS5 connecting 78.46.57.132
2016-01-12 23:52:39 ERROR: Error reading proxy response
2016-01-12 23:54:39 SOCKS5 connecting 95.85.29.144
2016-01-12 23:54:41 ERROR: Proxy error: connection refused
2016-01-12 23:54:41 SOCKS5 connecting 162.243.113.110
2016-01-12 23:54:44 ERROR: Proxy error: connection refused
2016-01-12 23:54:44 SOCKS5 connecting 146.185.181.114
2016-01-12 23:54:45 ERROR: Proxy error: connection refused
2016-01-12 23:54:46 SOCKS5 connecting 188.165.19.28
2016-01-12 23:54:48 ERROR: Proxy error: connection refused
2016-01-12 23:54:49 SOCKS5 connecting 166.78.155.36
2016-01-12 23:54:51 ERROR: Proxy error: connection refused
2016-01-12 23:54:52 SOCKS5 connecting doge.netcodepool.org
2016-01-12 23:55:12 ERROR: Error reading proxy response
2016-01-12 23:55:12 SOCKS5 connecting doge.cryptoculture.net
2016-01-12 23:55:32 ERROR: Error reading proxy response
2016-01-12 23:55:33 SOCKS5 connecting dogepool.pw
2016-01-12 23:55:53 ERROR: Error reading proxy response
2016-01-12 23:55:53 SOCKS5 connecting 78.46.57.132
2016-01-12 23:56:13 ERROR: Error reading proxy response
2016-01-12 23:56:25 keypool reserve 86
2016-01-12 23:56:25 keypool return 86
2016-01-12 23:58:14 SOCKS5 connecting 95.85.29.144
config
~$ cat .dogecoin/dogecoin.conf
server=1
rpcuser=***
rpcpassword=***
rpcport=***
proxy=127.0.0.1:9050
keypool=10000
addnode=95.85.29.144
addnode=162.243.113.110
addnode=146.185.181.114
addnode=188.165.19.28
addnode=166.78.155.36
addnode=doge.netcodepool.org
addnode=doge.cryptoculture.net
addnode=dogepool.pw
addnode=78.46.57.132