 |
June 29, 2017, 02:11:46 AM |
|
Hi!
I am trying to mine using sgminer with an AMD radeon HD 7400M Series, but i can´t. The error is: "Error -54 while attempting to enqueue branch 1 kernel" This is my sgminer.conf
{ "pools": [ { "url": "stratum+tcp://esp2.8pool.dtdns.net:3333", "user": "user.user", "pass": "x", "pool-nfactor" : "10" } ], "profiles": [], "failover-only": true, "algorithm": "hmq1725", "device": "all", "kernelfile": "wolf-esp", "intensity": "9", "worksize": "64", "gpu-threads" : "1", "lookup-gap" : "2", "thread-concurrency" : "0", "temp-cutoff": "85", "temp-overheat": "75", "temp-target": "65", "gpu-memdiff": "0", "shares": "0", "kernel-path": "/home/wolf/miners/sgminer-builds/sgminer-win64/bin", "api-mcast-port": "4028", "api-port": "4028", "expiry": "25", "failover-switch-delay": "60", "gpu-dyninterval": "1", "gpu-platform": "0", "hamsi-expand-big": "4", "keccak-unroll": "0", "log": "5", "no-pool-disable": true, "no-client-reconnect": true, "no-submit-stale": true, "queue": "1", "scan-time": "1", "tcp-keepalive": "30", "temp-hysteresis": "3", "watchpool-refresh": "30" }
|