sgminer-dev / sgminer

Scrypt GPU miner
GNU General Public License v3.0
631 stars 825 forks source link

Random GPU OFF on mining scrypt-nfactor with 6x270 cards #157

Closed yinhm closed 10 years ago

yinhm commented 10 years ago

reproduce:

"intensity": "19",
"worksize": "256",
"kernel": "psw",
"vectors": "1",
"nfactor": "11",
"lookup-gap": "2",
"gpu-engine": "900-1070,900-1070,900-1070,900-1070,900-1070,900-1070",
"gpu-memclock": "1460,1460,1460,1460,1460,1460",
"thread-concurrency" : "10241",
"shaders" : "1280,1280,1280,1280,1280,1280",
"gpu-powertune" : "20",
"gpu-threads" : "1",

After upgrading both rigs to 8GB system memory, problem goes away, even thought that Windows only use 1GB of system memory.

Note:

This problem also applys to TheKev's Miner [2].

[1] sgminer windows compiled: http://cryptojournal.blogspot.com/2014/03/sgminer-windows-compiled-on-20140311.html [2] NEW THEKEV VERTMINER: https://bitcointalk.org/index.php?topic=466867.0;all

veox commented 10 years ago

A few notes about the config:

Zuikkis commented 10 years ago

Yes.

"xintensity": "4", "thread-concurrency" : "5121", "gpu-threads" : "2",

Should be good for 270.. Gives me 250kh/s with vertcoin, 1123/1250 clocks.

acuvic commented 10 years ago

Thanks Zuikkis

I use a 270 (just tryin out till I've saved enough) but got rejects till I used your settings. Now getting 230kh/s, HW:0 on SGminer using the Nscrypt.bat, 1035/1400 clocks

On vertminer with a lot of experimenting, only got 190kh/s with 4-5 errors per hour.

poiuty commented 10 years ago

"kernel": "alexkarold", "xintensity" : "4", "algorithm" : "adaptive-n-factor", "lookup-gap" : "2", "worksize" : "256", "thread-concurrency" : "5121", "gpu-threads" : "2", "gpu-powertune" : "0", "gpu-engine" : "1160", "gpu-memclock" : "1250",

get 250kh/s some cards need gpu-engine 1120~1140

veox commented 10 years ago

Should this issue be closed as a misconfiguration?

yinhm commented 10 years ago

@veox Yes, please. I got 240KH/s as @Zuikkis indicated, guess system memory was a mislead.