smalltimer50
Newbie
Offline
Activity: 27
Merit: 0
|
|
June 19, 2014, 11:47:45 PM |
|
For people that were helping me troubleshoot my problem before, here is the current config file that I am using. Let me know any suggestions or if you see anything fishy that might be contributing to the random crashes.
{ "pools" : [ { "url" : "stratum+tcp://useast.wafflepool.com:3331", "user" : "my address", "pass" : "d=0.008" }, { "url" : "stratum+tcp://useast.wafflepool.com:3331", "user" : "my address", "pass" : "d=0.008" }, { "url" : "stratum+tcp://useast.wafflepool.com:3331", "user" : "my address", "pass" : "d=0.008" }, { "url" : "stratum+tcp://useast.wafflepool.com:3331", "user" : "my address", "pass" : "d=0.008" } ] , "device" : "0,1,2,3,4", "intensity" : "18,16,16,16,18", "worksize" : "256,256,256,256,256", "kernel" : "x11mod", "lookup-gap" : "2", "thread-concurrency" : "8192,8192,8192,8192,8192", "shaders" : "0", "gpu-threads" : "2", "gpu-engine" : "947,975,975,975,947", "gpu-fan" : "50,50,50,50,50", "gpu-memclock" : "1250,1400,1400,1400,1250", "gpu-powertune" : "20,20,20,20,20", "api-mcast-port" : "4028", "api-port" : "4028", "expiry" : "28", "failover-switch-delay" : "60", "gpu-dyninterval" : "7", "gpu-platform" : "0", "log" : "5", "no-pool-disable" : true, "queue" : "1", "scan-time" : "7", "tcp-keepalive" : "30", "temp-hysteresis" : "3", "shares" : "0", "kernel-path" : "/usr/local/bin" }
|