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?
I've tested with p2pool merged mining Bitcoin and Fusioncoin, it works fine.
run_p2pool.py --give-author 0 user password --bitcoind-rpc-port 8332 --testnet --merged http://user:password@127.0.0.1:8088/
Did you use Multi-Merged-Mining?