Bendr0id / xmrigCC

RandomX, CryptoNight, Argon2 and GhostRider CPU/GPU miner with Command&Control (CC) Server and Monitoring
GNU General Public License v3.0
312 stars 108 forks source link

Haven coin don't mine at pools #344

Closed borodamd closed 3 years ago

borodamd commented 3 years ago

Good day. I was trying to mine haven coin, but there is strange things happened. Miner shows what mining goes, but pool don't see this workers. I was trying 3 different pools, but result is same. A;lso this problem and with windows and with linux client. With pure xmrig no such problems.

Here is screrenshot of miner window: xhv

Here is config code:

"pools": [
    {
        "algo": "cryptonight-heavy",
        "pow-variant": "xhv",
        "url": "haven.herominers.com:10451",
        "user": "WALLET",
        "pass": "bwork-test",
        "rig-id": null,
        "nicehash": false,
        "keepalive": false,
        "enabled": true,
        "tls": false,
        "tls-fingerprint": "",
        "daemon": false,
        "socks5": null,
        "self-select": null
    }
electroape commented 3 years ago

As you can see in the log, the pool rejects your shares because you're using the wrong PoW. The one you need to use even listed in the how to start section on Herominers, it's cn-heavy/xhv, not cn-heavy/0.

borodamd commented 3 years ago

Thanks a lot. It's working now. Solution was put in config "algo": "cn-heavy/xhv" and remove pow-variant,