Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zcoin (XZC) - Implementing Zerocoin technology for financial privacy
by
wanghaoqd
on 15/02/2017, 10:47:34 UTC
i was try to setup a pool for XZC
i got this error in debug.log:
Quote
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#L643

Maybe we should set these 5 addresses in the "rewardRecipients" field in the coin's nomp coinfig file.