To the pool ops:BoostCoin is a innovative coin which uses X13 algo, not X11, that means you need stratum code WITH X13 support, X11 WON'T WORK !!
I've created an x13 module for use with python stratum mining in my MaruCoin Stratum Repo:
https://github.com/ocminer/stratum-mining-marucoinClone this to your poolserver, change to the "externals" directory, enter the "x13" subdir and do a "python setup.py install".
BoostCoin also has an "auto-donation" per block to foundation/charity address, the coin daemon needs to be patched for this to work with stratum, I've done this here:
https://github.com/ocminer/BoostCoinI've already created a pull request on github for the coin dev, until he has merged it, use my repo for use with the pool.
You need to enter the foundation/charity address into the stratum-mining-marucoin code, edit the lib/util.py file and replace the last lines with:
def getCharityScript():
return b'\x76\xa9\x14' + binascii.unhexlify("a8b7464a7f9a381cbc578d56c6ffe0fe1f5ebf8e") + b'\x88\xac';
If you
STILL can't get it running -
you should not be running pools !
A side note: A good pool op tests his pools before he releases them to the public, so TEST your pool if it can find blocks before your open it or at least TELL your miners they're test rabbits .. It is YOUR reputation which gets damaged if you start a pool which never finds a block ...
EDIT: My additions to the code have been merged to the official branch - no need to use mine anymore ! Use:
https://github.com/mammix2/BoostCoin OC you're a superstar, thanks for doing this. I will post this message thread in the OP