Will play with p2pool code later today.
I tired
https://github.com/teknobasterd/p2pool-bbqI am getting as far as: run_p2pool.py: error: error parsing address: ValueError('address not for this net!',)
That's using --net bbqcoin
bbqcoin=math.Object(
PARENT=networks.nets['bbqcoin'],
SHARE_PERIOD=30, # seconds
CHAIN_LENGTH=60*60//10, # shares
REAL_CHAIN_LENGTH=60*60//10, # shares
TARGET_LOOKBEHIND=200, # shares
SPREAD=120, # blocks
IDENTIFIER='e037d5b8c6923410'.decode('hex'),
PREFIX='7208c1a53ef629b0'.decode('hex'),
P2P_PORT=59333,
MIN_TARGET=0,
MAX_TARGET=2**256//2**20 - 1,
PERSIST=False,
WORKER_PORT=59332,
BOOTSTRAP_ADDRS='alduin.cubox.me 174.58.242.26'.split(' '),
ANNOUNCE_CHANNEL='#p2pool-alt',
VERSION_CHECK=lambda v: True,
The IDENTIFIER and PREFIX are wrong I think, they seem to be the same as the ones for --net feathercoin.