Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FSC]FusionCoin updated! Arbitrary message & Decentralized advertisement
by
fusioncoin
on 19/04/2014, 13:39:55 UTC

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.
Code:
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?