You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
This discussion was converted from issue #1539 on January 31, 2023 12:16.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have issue with BUTKOIN, asic found blocks but I got this error:
"Block submission failed with: bad-cb-payee"
this is my coins.json:
"butkoin-sha256": {
"name": "ButKoin",
"canonicalName": "ButKoin",
"symbol": "BUTK",
"family": "bitcoin",
"website": "https://butcoin.tech/",
"market": "",
"twitter": "https://twitter.com/ButKoin",
"telegram": "",
"discord": "https://discord.com/invite/j7T82mKkrw",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "sha256d"
},
"blockHasher": {
"hash": "reverse",
"args": [ { "hash": "sha256d" } ]
},
"blockTemplateRpcExtraParams": [ "sha256d" ],
"hasFounderFee": true,
"hasMasterNodes": true,
"explorerBlockLink": "https://blocks.butcoin.tech/block/$hash$",
"explorerTxLink": "https://blocks.butcoin.tech/tx/{0}",
"explorerAccountLink": "https://blocks.butcoin.tech/address/{0}"
},
Is there anything else need to be config ?
Beta Was this translation helpful? Give feedback.
All reactions