Post
Topic
Board Pools (Altcoins)
Re: [POOL] [BTCP] Bitcoin Private Mining Pools
by
OneBlago
on 05/04/2018, 16:10:32 UTC
Hello,
I did an installation of a z-nomp with btcprivate daemon on ubuntu. After running and mining i see
errors in z-nomp logs:
Code:
2018-04-05 17:34:48 [Pool]      [btcprivate] (Thread 7) Share rejected: {"job":"ccd4","ip":"::ffff:159.8.13.230","worker":"b19ouUjPcWSDXVamxfJi83sbhxp3veRxLww.noname","difficulty":16,"error":"job not found"}

I also see this errors in coin daemon logs:
Code:
2018-04-05 16:06:29 runCommand error: system(node /home/super/z-nomp/scripts/cli.js blocknotify btcprivate 0000000237581fd7d1ea4f0aaca09f67248e590be858da3a99daab6939b3d091) returned 256


pool config
Code:

    "paymentProcessing": {
"minConf": 10,
        "enabled": true,
        "paymentMode": "prop",
        "_comment_paymentMode":"prop, pplnt",
        "paymentInterval": 120,
        "minimumPayment": 1,
        "maxBlocksPerPayment": 10,
        "daemon": {
            "host": "127.0.0.1",
            "port": 19555,
            "user": "",
            "password": ""
        }
    },

    "tlsOptions": {
        "enabled": false,
        "serverKey":"",
        "serverCert":"",
        "ca":""
    },

    "ports": {
        "3032": {
            "diff": 8.497924805,
            "tls": false,
            "varDiff": {
                "minDiff": 0.04,
                "maxDiff": 16,
                "targetTime": 15,
                "retargetTime": 60,
                "variancePercent": 30
            }
        }
    },

coin config
Code:
{
    "name": "btcprivate",
    "symbol": "btcprivate",
    "algorithm": "equihash",
    "requireShielding": true,
    "txfee": 0.0004


}

this is part of config.json
Code:
{
    "name": "btcprivate",
    "symbol": "btcprivate",
    "algorithm": "equihash",
    "requireShielding": true,
    "txfee": 0.0004


}

Can anyone suggest me what I'm doing wrong. Thank you.