Post
Topic
Board Mining (Altcoins)
Re: Genesis Mining Presents: SGMiner-GM - now with Zawawa's GG! [Updated 17/01/2017]
by
NaN_PTS
on 19/01/2017, 18:04:34 UTC
Btw latest stable kernel is 4.9.4 https://www.kernel.org/
tried again eth - 100% H/W erros
tried cryptonight - not able to connect to pool (moneropool)

We need to go deeper.

UPD: here it seems to be a fix from Philipp Otterbein - https://github.com/genesismining/sgminer-gm/commit/d19635659eaebe3f19e011ed524928615529d474
For those who suffered from fans dissapearing.
No, that doesn't fix it. It's a config issue and I need to update some other parts of the code, i.e. the kernel dislikes clocks like gpu-engine being set to 0, and gpu-powertune isn't supported by all kernels.
Edit: At least the invalid clock settings should be fixed on master. gpu-powertune needs to removed from the config on systems that do not support it.
I guess that you're using AMDGPU PRO 16.50. It does not like the eth-kernel. Maybe it helps to delete the old *.bin files and to delete line 2 in kernel/ethash.cl.

This XMR-config works for me:
Code:
{
    "pools":
    [
        {
            "name": "XMR",
            "url": "stratum+tcp://pool.minexmr.com:4444",
            "user": "48gdNRRgharDezeC2ytzEeQNKY8gyoLgcfGXg8md75y23UhVXR96zRZFAYRajDTbixaFJQy3UjWYo53AwtoGeKTz1nePts6",
            "pass": "x",
            "priority": "0",
            "profile": "xmr"
        }
    ],
    "profiles":
    [
        {
            "name": "xmr",
            "algorithm": "cryptonight",
            "rawintensity": "896",
            "worksize": "8",
            "gpu-threads": "1"
        }
    ],
    "default-profile": "xmr",
    "no-extranonce": true,
    "gpu-platform": "-1"
}