|
March 18, 2018, 10:10:35 AM |
|
Hello, I just started using BAMT yesterday and finally got it working but am not getting the hash rate I would like. Below I have attached my cgminer.config file that I have been tweaking with for a while and has not changed my hash rate at all really. I am trying to mine scrypt/LTC and says on cgminer I am only get 0.41 Mhash which is only about 300-400 khash. I tried to overclock the GPU in the cgminer. config file but on the BAMT web dashboard it shows no overclock to the core or memory, but when I go into overdrive and change the settings then it changes on the web dashboard but when I close overdrive it says settings could not be applied and they obviously are not because the hash rate is still low. If anyone has any suggestions or if I should just not use BAMT anymore that would be great, before I was guiminer-scrypt with 690 khash which is nothing special but is better than what I am getting now. I did also edit the bamt config file and pools but I do not know that they are right, I am assuming the low hash rate is because of an overclock config issue but I have not been using cgminer for longer than a day and need some help, Thanks!
{ "pools" : [ { "url" : "stratum+tcp://stratum.give-me-ltc.com:3333", "user" : "", "pass" : "" }, { "url" : "", "user" : "", "pass" : "" } ] , "auto-fan" : true, "auto-gpu" : true, "temp-cutoff" : "84", "temp-overheat" : "81", "temp-target" : "77", "gpu-fan" : "0-100", "intensity" : "13", "vectors" : "1", "worksize" : "256", "kernel" : "scrypt", "lookup-gap" : "2", "thread-concurrency" : "8192" , "shaders" : "0", "api-port" : "4028", "expiry" : "120", "gpu-dyninterval" : "7", "gpu-platform" : "0", "gpu-threads" : "2", "gpu-engine" : "1000,1000,1000", "gpu-memclock" : "1500", "gpu-powertune" : "20", "log" : "5", "no-pool-disable" : true, "queue" : "1", "scan-time" : "60", "scrypt" : true, "shares" : "0", "kernel-path" : "/usr/local/bin" }
|