i was try to setup a pool for XZC
i got this error in debug.log:
2017-02-10 01:59:52 ThreadRPCServer method=submitblock
2017-02-10 01:59:52 ERROR: CTransaction::CheckTransaction() : founders reward missing
2017-02-10 01:59:52 ERROR: CheckBlock() : CheckTransaction failed
how to fix it?
thx
I've met this problem, too. After searching in the source I found this:
https://github.com/zcoinofficial/zcoin/blob/master/src/main.cpp#L643Maybe we should set these 5 addresses in the "rewardRecipients" field in the coin's nomp coinfig file.