p2pool back to ~ 2 GH/s, should build up more as it progresses.
For p2pool ops,
1) git clone
https://bitbucket.org/dstorm/p2pool-drk2) sudo iptables -t nat -D PREROUTING -i eth0 -p tcp --dport 7903 -j REDIRECT --to-port 8998 ## Delete browser port redirect rule if you had it before
3) sudo iptables -A INPUT -i eth0 -p tcp --dport 8999 -j ACCEPT ## Open port 8999 for Incoming peers
4) remove data directory
5) Start p2pool
dstorm changed port to 7903 ><
So many un maintained p2pool node... should change ports -