oliverw / miningcore

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

adding Sinovate to coins.json #657

Closed peysab closed 4 years ago

peysab commented 5 years ago

I'm trying to add Sinovate to coins.json and I did as following: "sin": { "name": "Sinovate", "symbol": "sin", "family": "bitcoin", "coinbaseHasher": { "hash": "sha256d" }, "headerHasher": { "hash": "x25x" }, "blockHasher": { "hash": "reverse", "args": [ { "hash": "x25x" } ] }, "hasPayee": true, "explorerBlockLink": "http://explorer.sinovate.io/block/$hash$", "explorerTxLink": "http://explorer.sinovate.io/tx/{0}", "explorerAccountLink": "http://explorer.sinovate.io/address/{0}" },

but when it wants to submit a block I'm facing the following error: 'Block 183316 submission failed with: bad-cb-dev-fee' any Idea how to fix it? I added '"hasPayee": true,' but still the same.

@oliverw you added this coin to CF, can you please post the setting here? thanks

Konstantin35 commented 5 years ago

"hasMasterNodes": true,

"sin": {
        "name": "Sinovate",
        "symbol": "SIN",
        "family": "bitcoin",
        "coinbaseHasher": {
            "hash": "sha256d"
        },
        "headerHasher": {
            "hash": "x25x"
        },
        "blockHasher": {
            "hash": "reverse",
            "args": [ { "hash": "x22i" } ]
        },
        "hasMasterNodes": true,
        "hasPayee": true,
        "explorerBlockLink": "http://suqaexplorer.com/block/$hash$",
        "explorerTxLink": "http://suqaexplorer.com/tx/{0}",
        "explorerAccountLink": "http://suqaexplorer.com/address/{0}"
},
oliverw commented 5 years ago
      "sin": {
        "name": "Sinovate",
        "symbol": "SIN",
        "family": "bitcoin",
        "coinbaseHasher": {
            "hash": "sha256d"
        },
        "headerHasher": {
            "hash": "x25x"
        },
        "blockHasher": {
            "hash": "reverse",
            "args": [ { "hash": "x22i" } ]
        },
        "hasMasterNodes": true,
        "hasPayee": true,
        "explorerBlockLink": "http://explorer.sinovate.io/block/$hash$",
        "explorerTxLink": "http://explorer.sinovate.io/tx/{0}",
        "explorerAccountLink": "http://explorer.sinovate.io/address/{0}"
      }
peysab commented 5 years ago

thanks

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

akshaynexus commented 4 years ago

@peysab bad-cb-dev-fee is probably cause pool doesn't pay the devfee if there is one, try using my fork of miningcore and see if that still occurs