Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

MC not working with XMR v0.18.1.0 #1175

@ei8ht187

Description

@ei8ht187

Describe the bug
It is not possible for me to buy XMR hashpower on nicehash. The poolverficator and even connecting miner to the pool fails. Mining with xmrig works without any problems.

To Reproduce
Steps to reproduce the behavior:
Set up a pool in nicehash and test it or buy miningpower

Expected behavior
The test should pass and mining should shart

Screenshots
[2022-02-25 21:27:14.1128] [I] [xmr1] [0HMFOKM7SGDD1] Accepting connection from ::ffff:35.[SNIP].215:31774 ...
[2022-02-25 21:27:14.1131] [I] [xmr1] [0HMFOKM7SGDD1] Connection from ::ffff:35.[SNIP].215:31774 accepted on port 4101
[2022-02-25 21:27:14.1131] [D] [xmr1] [0HMFOKM7SGDD1] [NET] Waiting for data ...
[2022-02-25 21:27:14.1131] [D] [xmr1] [0HMFOKM7SGDD1] [NET] Received data: {"id":1,"method":"login","params":{"login":"41pj[SNIP]cgKq","pass":"","agent":"NiceHash/1.0.0"}}
[2022-02-25 21:27:14.1131] [D] [xmr1] [0HMFOKM7SGDD1] [NET] Waiting for data ...
[2022-02-25 21:27:14.1131] [D] [xmr1] [0HMFOKM7SGDD1] [PIPE] Waiting for data ...
[2022-02-25 21:27:14.1131] [D] [xmr1] [0HMFOKM7SGDD1] [PIPE] Received data: {"id":1,"method":"login","params":{"login":"41pj[SNIP]cgKq","pass":"","agent":"NiceHash/1.0.0"}}
[2022-02-25 21:27:14.1131] [D] [xmr1] [0HMFOKM7SGDD1] Dispatching request 'login' [1]
[2022-02-25 21:27:14.1556] [I] [xmr1] [0HMFOKM7SGDD1] Authorized miner 41pj[SNIP]cgKq
[2022-02-25 21:27:14.1556] [D] [xmr1] [0HMFOKM7SGDD1] [PIPE] Waiting for data ...
[2022-02-25 21:27:14.1616] [D] [xmr1] [0HMFOKM7SGDD1] Sending: {"result":{"id":"0HMFOKM7SGDD1","job":{"job_id":"1","blob":"0e0ea193e59006bb84ead6fcedc8049fa050894e48f0aa96bec85e27f0a012ffea711c5f3cd85a00000000cef6e34df34899236cc70251dfc2759265e2ad6f444931fcb8d8b6e0d81b235c16","target":"8d210000","seed_hash":"9da9e9b13f7c379833b2758bfc397fa0eecfc3a61f199bdbceff8c6a775ecc1a","algo":"rx/0","height":2567432},"status":"OK"},"id":1}
[2022-02-25 21:27:44.1137] [D] [xmr1] [0HMFOKM7SGDD1] [PIPE] Received data:
[2022-02-25 21:27:44.1137] [I] [xmr1] [0HMFOKM7SGDD1] Connection closed

This is the redacted debuglog of our pool. The pool uses the following configuration:

    {
        "address": "44hS[SNIP]EmAk",
        "banning": {
            "checkThreshold": 50,
            "enabled": true,
            "invalidPercent": 50,
            "time": 600
        },
        "blockRefreshInterval": 250,
        "clientConnectionTimeout": 600,
        "coin": "monero",
        "daemons": [
            {
                "host": "10.[SNIP].178",
                "password": "",
                "port": 18081,
                "user": ""
            },
            {
                "host": "10.[SNIP].24",
                "password": "",
                "port": 18081,
                "user": ""
            }
        ],
        "enabled": true,
        "id": "xmr1",
        "jobRebroadcastTimeout": 10,
        "paymentProcessing": {
            "enabled": false,
            "minimumPayment": 0.25,
            "minimumPaymentToPaymentId": 1,
            "payoutScheme": "PPLNS",
            "payoutSchemeConfig": {
                "factor": 2
            }
        },
        "ports": {
            "4100": {
                "difficulty": 25000,
                "listenAddress": "0.0.0.0",
                "name": "CPU",
                "tcpProxyProtocol": {
                    "enable": true,
                    "mandatory": false,
                    "proxyAddresses": [
                        "::ffff:192.[SNIP].6",
                        "::ffff:192.[SNIP]72"
                    ]
                },
                "varDiff": {
                    "maxDiff": null,
                    "minDiff": 1000,
                    "retargetTime": 90,
                    "targetTime": 15,
                    "variancePercent": 30
                }
            },
            "4101": {
                "difficulty": 500000,
                "listenAddress": "0.0.0.0",
                "name": "Nicehash",
                "tcpProxyProtocol": {
                    "enable": true,
                    "mandatory": false,
                    "proxyAddresses": [
                        "::ffff:192.[SNIP].6",
                        "::ffff:192.[SNIP].72"
                    ]
                },
                "varDiff": null
            },
            "5100": {
                "difficulty": 25000,
                "listenAddress": "0.0.0.0",
                "name": "CPU",
                "tcpProxyProtocol": {
                    "enable": true,
                    "mandatory": false,
                    "proxyAddresses": [
                        "::ffff:192.[SNIP].6",
                        "::ffff:10.[SNIP].72"
                    ]
                },
                "tls": true,
                "tlsPfxFile": "/app/crt.pfx",
                "tlsPfxPassword": "[SNIP]",
                "varDiff": {
                    "maxDiff": null,
                    "minDiff": 1000,
                    "retargetTime": 90,
                    "targetTime": 15,
                    "variancePercent": 30
                }
            },
            "5101": {
                "difficulty": 500000,
                "listenAddress": "0.0.0.0",
                "name": "Nicehash",
                "tcpProxyProtocol": {
                    "enable": true,
                    "mandatory": false,
                    "proxyAddresses": [
                        "::ffff:192.[SNIP].6",
                        "::ffff:192.[SNIP].72"
                    ]
                },
                "tls": true,
                "tlsPfxFile": "/app/crt.pfx",
                "tlsPfxPassword": "[SNIP]",
                "varDiff": null
            }
        },
        "randomXRealm": "xmr1",
        "randomXVmCount": 1,
        "randomxXFlagsAdd": "RANDOMX_FLAG_FULL_MEM",
        "rewardRecipients": [
            {
                "address": "4Asj[SNIP]DFwn",
                "percentage": 1
            }
        ]
    },

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions