Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: tadzio on February 20, 2015, 02:02:39 PM



Title: [Q] ckpool for altcoin - help needed
Post by: tadzio on February 20, 2015, 02:02:39 PM
I'm trying to run ckpool  (https://bitcointalk.org/index.php?topic=790323.0)on coin very similar to bitcoin.
ckpool connects to coinD fine but when miner submits block I get:

Code:
ERROR: AcceptBlock()  : block height mismatch in coinbase
ERROR: ProcessBlock() : AcceptBlock FAILED

I guess (I hope :) ) it is just the matter of changing few constants from chainparams in ckpool...
Here is the comparison of CMainParams (bitcoin vs zetacoin)

CMainParams (https://www.diffchecker.com/q7w6gtqd)

Looking at ckpool source but can not pinpoint the required change...

Big thanks to anyone trying to help :)