Balthazar, I can't connect to p2p peers anymore, is there any changes to the network?
By the p2p you mean p2pool? If that guess is correct I can answer "no". Because the last commit into p2pool tree was 8 days ago.
P.S. tried to start p2pool with 0.3.3, it works fine.
P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming)
Local: 0H/s in last 0.0 seconds Local dead on arrival:
Expected time to share:
I don't know what's wrong with it, the startup is fine with no errors but there're no peers are connectable?
Are the 9777 & 6667 ports accessible for outcoming connections? That's required for p2pool.
My case (I'm behind the NAT):
2013-03-27 03:53:33.839000 P2Pool: 5769 shares in chain (2923 verified/5769 total) Peers: 6 (0 incoming)
I think yes, I've used following cmd to turn off iptables:
iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
iptables -P INPUT ACCEPT
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT
it works last week, this week I found I can't connect to external peers.
The following ports are opened, after I run p2pool:
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:8344 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:7777 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8336 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:9777 0.0.0.0:* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 :::111 :::* LISTEN
udp 0 0 0.0.0.0:43218 0.0.0.0:*
udp 0 0 0.0.0.0:111 0.0.0.0:*
udp 0 0 0.0.0.0:750 0.0.0.0:*
udp 0 0 0.0.0.0:5353 0.0.0.0:*
udp6 0 0 :::111 :::*
udp6 0 0 :::750 :::*
It seems that there's no 6667 port, how it is opened?