blackmennewstyle / miningcore

Miningcore is a high-performance Mining Pool Software for Linux and Windows.
MIT License
21 stars 37 forks source link

zcash_pool.json configuration #51

Closed shanhashcah closed 9 months ago

shanhashcah commented 9 months ago

Hi @blackmennewstyle Sir:

        Thanks for your support & cooperation!

In zcashpool.json configuration two addresses are there, address and z-address . Basically address field acts as a pool address which keeps all reward of pool and then it transfers to miner address. Sir, here z-address or address which one will act as a pool address? Below is the configuration snippet

"pools": [{
        "id": "zec1",
        "enabled": true,
        "coin": "zcash",
        "address": "t1YHZHz2DGVMJiggD2P4fBQ2TAPgtLSUwZ7",
        "z-address": "zca7tCyUqn6axyZTWfiFTufI28sJNOnC2p3PHV4txH1XdDGsAjw1AKM8qiHznMTSw5GXUbWqS7P7Qc1sDw93CQePCLuPXXr",
        "rewardRecipients": [
            {
                "type": "op",
                "address": "t1YHZHz2DGVMJiggD2P4fBQ2TAPgtLSUwZ7",
                "percentage": 1.5
            }
        ],

Thanks

shanhashcah commented 9 months ago

Hi @blackmennewstyle Sir:

     I have got the answer, am closing the issue. Thanks for your support!