fireice-uk / xmr-stak-nvidia

Monero NVIDIA miner
GNU General Public License v3.0
249 stars 99 forks source link

[CUDA] Error gpu 0: <cryptonight_extra_cpu_final>:231 "unspecified launch failure" #195

Open Ps1x123 opened 6 years ago

Ps1x123 commented 6 years ago

Hello. When i start start.cmd it says : [CUDA] Error gpu 0: :231 "unspecified launch failure" There is my start.cmd code :

@echo off
xmrig-nvidia.exe -a cryptonight -o pool.electroneum.hashvault.pro:5555 -u etnjzKFU6ogESSKRZZbdqraPdcKVxEC17Cm1Xvbyy76PARQMmgrgceH4krAH6xmjKwJ3HtSAKuyFm1BBWYqtchtq9tBap8Qr4M.e4f05ac9d33873d4a0d14fdb0fe75bbc19fdaeb06b25ef4830083e23876a7c43 -p xx:xx@gmail.com -k --donate-level=1
pause

and there is a config.json code:

{
    "algo": "cryptonight",
    "background": false,
    "colors": true,
    "donate-level": 5,
    "log-file": null,
    "print-time": 60,
    "retries": 5,
    "retry-pause": 5,
    "threads": [
        {
            "index": 0,
            "threads": 26,
            "blocks": 39,
            "bfactor": 6,
            "bsleep": 25,
            "affine_to_cpu": false
        }
    ],
    "pools": [
        {
            "url": "pool.electroneum.hashvault.pro:5555",
            "user": "etnjzKFU6ogESSKRZZbdqraPdcKVxEC17Cm1Xvbyy76PARQMmgrgceH4krAH6xmjKwJ3HtSAKuyFm1BBWYqtchtq9tBap8Qr4M.e4f05ac9d33873d4a0d14fdb0fe75bbc19fdaeb06b25ef4830083e23876a7c43",
            "pass": "xx:xx@gmail.com",
            "keepalive": true,
            "nicehash": false
        }
    ],
    "api": {
        "port": 0,
        "access-token": null,
        "worker-id": null
    }
}
mobilepro commented 6 years ago

Same error

psychocrypt commented 6 years ago

xmrig-nvidia is not our miner.please open an issue in the correct reposetory

mobilepro commented 6 years ago

Managed to find the issue. Higher thread count caused the issue. Lowering it will resolve it.