Are you matching algorithms?
Is your P2Pool main coin SHA and your client in SHA mode?
Or main coin Scrypt and client in Scrypt mode?
p2pool = Bitcoin
I have
miningalgo=sha256
in my fusioncoin.conf
I verified that fusioncoind is returning sha256 auxblocks by comparing the output of
fusioncoind getauxblock
and
fusioncoind getauxblock sha256
and they are the same.
Do I need to do anything else to get it in sha256 mode?