coolkris
Newbie
Offline
Activity: 41
Merit: 0
|
|
April 17, 2014, 07:00:21 AM |
|
As you said, I removed multiple pools from config, then make some progress, YACminer return both A and HW instead of HW only.
-lookup-gap 6 --buffer-size 670 -R 3840: get 15Kh/s , return A and HW
-lookup-gap 5 --buffer-size 670 -R 3840: get 17kh/s, return A and HW
The config file is: { "pools" : [ { "url" : "stratum+tcp://mrcus.nut2pools.com:6000", "nfmin" : "4", "nfmax" : "30", "starttime" : "1389028879", "user" : "abc", "pass" : "abc" } ] , "rawintensity" : "3840,3840,3840,3840,3840,3840", "vectors" : "1,1,1,1,1,1", "worksize" : "128,128,128,128,128,128", "kernel" : "scrypt-chacha,scrypt-chacha,scrypt-chacha,scrypt-chacha,scrypt-chacha,scrypt-chacha", "lookup-gap" : "6,6,6,6,6,6", "buffer-size" : "670,670,670,670,670,670", "shaders" : "0,0,0,0,0,0", "gpu-engine" : "0-0,0-0,0-0,0-0,0-0,0-0", "gpu-fan" : "0-0,0-0,0-0,0-0,0-0,0-0", "gpu-memclock" : "0,0,0,0,0,0", "gpu-memdiff" : "0,0,0,0,0,0", "gpu-powertune" : "0,0,0,0,0,0", "gpu-vddc" : "0.000,0.000,0.000,0.000,0.000,0.000", "temp-cutoff" : "95,95,95,95,95,95", "temp-overheat" : "90,90,90,90,90,90", "temp-target" : "80,80,80,80,80,80", "api-port" : "4028", "expiry" : "60", "gpu-dyninterval" : "7", "gpu-platform" : "0", "log" : "5", "no-pool-disable" : true, "queue" : "1", "scan-time" : "15", "scrypt" : true, "scrypt-chacha" : true, "temp-hysteresis" : "3", "shares" : "0", "kernel-path" : "/usr/local/bin" }
The pool is all right because of my 280x machines working fine, and its N=12 .
Thank you for your patience, I'm not so good at English, and really in trouble with the config. I'm so sorry if there were any misunderstanding. I appreciate YACminer and try to use it with my 7850s, that's it.
I'm considering whether to use "-g 2" cooperating with other parameters could solve the HW issue?
Thanks.
|