Bitcoin Forum
May 28, 2024, 01:50:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Z-NOMP Help  (Read 191 times)
panda2k_Storm (OP)
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
December 03, 2017, 04:57:09 AM
Last edit: December 03, 2017, 05:41:46 AM by panda2k_Storm
 #1

I have started my Z-Nomp pool with Zcash and Z-Nomp doesn't listen to the zcash port no matter what. Here is my zcash.json. I know it isn't a problem to do with Z-Nomp since when I start my Zen pool it works fine and listens on the right stratum port but it doesn't work with Zcash.
Code:
{
    "enabled": true,
    "coin": "zcash.json",

    "address": "t1Z8pt1DC78hrq1yGFiYKXb3iU1AVi6cBKJ",
    "_comment_address": "a transparent address to send coinbase rewards to and to transfer to zAddress.",

    "zAddress": "zcMKWPgF2ZqYQFVUobZZCL6PuvswznMMPnLt81TPFhsBVV9k4UiBRGUQ6oc7mhULaoZBbW1yuUj7zRKvwwEXZhRejNvbAvh",
    "_comment_zAddress": "a private address used to send coins to tAddress.",

    "tAddress": "t1RfmKkA2LFwHFcF5v1W2qHS8h7Tnkq9BTt",
    "_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send",

    "walletInterval": 10,

    "rewardRecipients": {
        "t1SAKfo3yk689JLwZQuKbw8Z1TAyLKGTjAY": 1.0
    },

    "paymentProcessing": {
"minConf": 10,
        "enabled": true,
        "paymentMode": "prop",
        "_comment_paymentMode":"prop, pplnt",
        "paymentInterval": 20,
        "minimumPayment": 0.1,
        "maxBlocksPerPayment": 3,
        "daemon": {
            "host": "127.0.0.1",
            "port": 8232,
            "user": "pool",
            "password": "CrwsLD5e2UZDjITWqcEJyebhsDyQcNodroLegRj+aNQ="
        }
    },

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

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

    "daemons": [
        {
            "host": "127.0.0.1",
            "port": 8232,
            "user": "pool",
            "password": "mysecretpassword"
        }
    ],

    "p2p": {
        "enabled": false,
        "host": "127.0.0.1",
        "port": 19333,
        "disableTransactions": true
    },

    "mposMode": {
        "enabled": false,
        "host": "127.0.0.1",
        "port": 3306,
        "user": "me",
        "password": "mypass",
        "database": "zec",
        "checkPassword": true,
        "autoCreateWorker": false
    }

}
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!