Not connecting to peers

I don’t seem to be connecting to any peers.

“errors” : “WARNING: check your network connection, 0 blocks received in the last 4 hours (96 expected)”

:~/zcash$ ./src/zcash-cli getpeerinfo
[
]

what can I check?

1 Like

Same thing here. I’m positive I have addnode=mainnet.z.cash in the conf as well.

Open this port
$ netstat -na | grep 8233
tcp 0 0 0.0.0.0:8233 0.0.0.0:* LISTEN
tcp 0 0 172.31.10.145:60953 78.47.196.146:8233 ESTABLISHED
tcp 0 0 172.31.10.145:53895 54.212.233.145:8233 ESTABLISHED
tcp 0 0 172.31.10.145:8233 169.47.28.6:46154 ESTABLISHED
tcp 0 0 172.31.10.145:40339 137.226.111.123:8233 ESTABLISHED
tcp 0 0 172.31.10.145:59234 62.138.2.47:8233 ESTABLISHED
tcp 0 0 172.31.10.145:56152 5.189.191.163:8233 ESTABLISHED
tcp 0 0 172.31.10.145:40773 138.197.15.191:8233 ESTABLISHED
tcp 0 0 172.31.10.145:57107 88.198.21.198:8233 ESTABLISHED
tcp 0 0 172.31.10.145:58377 84.112.4.171:8233 ESTABLISHED
tcp6 0 0 :::8233 :::* LISTEN

2016-10-28 18:15:50 socket recv error Connection reset by peer (104)
2016-10-28 18:15:51 socket recv error Connection reset by peer (104)
2016-10-28 18:16:01 Loading addresses from DNS seeds (could take a while)
2016-10-28 18:16:34 27 addresses found from DNS seeds
2016-10-28 18:16:34 dnsseed thread exit
2016-10-28 18:16:55 connect() to [2a01:4f8:201:7489::2]:8233 failed: Network is unreachable (101)

my conf : addnode=mainnet.z.cash
rpcuser=username
rpcpassword=head -c 32 /dev/urandom | base64
gen=1
genproclimit=$(nproc)
equihashsolver=tromp

gen=1
rpcuser=username
rpcpassword=password

“version” : 1000050,
“protocolversion” : 170002,
“walletversion” : 60000,
“balance” : 0.00000000,
“blocks” : 445,
“timeoffset” : 0,
“connections” : 30,
“proxy” : “”,
“difficulty” : 3280.79863114,
“testnet” : false,
“keypoololdest” : 1477675479,
“keypoolsize” : 101,
“paytxfee” : 0.00000000,
“relayfee” : 0.00005000,
“errors” : “WARNING: abnormally high number of blocks generated, 383 blocks received in the last 4 hours (96 expected)”

Is the node under attack or is this just too much people getting connected ?