Been playing with p2pool and even got some help from the p2pool author.
Quick fix for new users:git clone git://github.com/chrda/p2pool.git
Quick fix for gerco modified p2pool users:1. Edit p2pool/p2pool/networks.py
2. Locate bytecoin=math.Object( area
3. Edit BOOTSTRAP_ADDRS=''.split(' '), And change it to
BOOTSTRAP_ADDRS='seed.bytecoin.cc seed01.bytecoin.cc seed02.bytecoin.cc'.split(' '),
This simple mod will make sure nodes starts talking together. Enjoy
Follow this guide for the rest of the p2pool setup:https://bitcointalk.org/index.php?topic=62842.0-------------------
Code is taken from these repos:
https://github.com/forrestv/p2pool - original p2pool
https://github.com/gerco/p2pool - bytecoin network mod