I added TZC to miningcore but there is one error when block is found:
" [2024-10-08 22:30:05.0064] [W] [trezarcoinpplns] Block 3581092 submission failed with: bad-txnmrklroot "
I think something is wrong in coins.json file?
"trezarcoin": {
"name": "Trezarcoin",
"symbol": "TZC",
"family": "bitcoin",
"website": "",
"market": "",
"twitter": "",
"telegram": "",
"discord": "",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "neoscrypt",
"args": [
0
]
},
"blockHasher": {
"hash": "reverse",
"args": [
{
"hash": "neoscrypt",
"args": [
0
]
}
]
},
"hasMasterNodes": true,
"shareMultiplier": 65536,
"explorerBlockLink": "https://chainz.cryptoid.info/tzc/block/$height$",
"explorerTxLink": "https://chainz.cryptoid.info/tzc/tx/{0}",
"explorerAccountLink": "https://chainz.cryptoid.info/tzc/address/{0}"
},
Thanks for your help!