Kudaraidee / miningcore-xiaolin1579

Miningcore is a high-performance Mining Pool Software for Linux and Windows.
https://store.miningcore.pro
MIT License
35 stars 46 forks source link

Found the issue of Block submission failed with: bad-cb-payee #30

Closed stabner closed 10 months ago

stabner commented 11 months ago

I know this is not an "issue", i rather want to post this here so others with the same problem can spend their time better than i did looking for a solution to my previous problem.

The programmed coin in Coin.json file was wrong. Add this line ---> "hasSmartNodes": true,

}, "gspcoin": { "name": "Gsp Coin", "canonicalName": "GspCoin", "symbol": "GSPC", "family": "bitcoin", "website": "https://coin.globalsocialpost.com/", "market": "https://www.bitoreum.exchange/trading/gspcusdt", "twitter": "https://twitter.com/gspcoin", "discord": "https://discord.gg/Anh2sr4txV", "coinbaseHasher": { "hash": "sha256d" }, "headerHasher": { "hash": "ghostrider" }, "blockHasher": { "hash": "reverse", "args": [ { "hash": "sha256d" } ] }, "hasFounderFee": true, "hasMasterNodes": true, "hasSmartNodes": true, "foundersRewardAddress": ["GZBNAiLokyYvSwNLftReXuYbvdmzNoorGj"], "shareMultiplier": 65536, "explorerBlockLink": "https://explorer.globalsocialpost.com/block/$height$", "explorerTxLink": "https://explorer.globalsocialpost.com/tx/{0}", "explorerAccountLink": "https://explorer.globalsocialpost.com/address/{0}"

xiaolin1579 commented 11 months ago

https://github.com/oliverw/miningcore/commit/5a6d69d56f16aa0638068a8e67fb4f3690a11619