June 04, 2026, 05:04:03 AM

Author Topic: How to reduce Hardware Errors  (Read 13707 times)

0 Members and 1 Guest are viewing this topic.

Offline vamsibannu

  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
How to reduce Hardware Errors
« on: December 11, 2013, 04:22:14 AM »
Hello Miners,

I recently built a rig with 3 sapphire vapor-x HD 7950 graphics cards on windows 8 pro OS and i am using air cooling with 8 cooling fans and i am able to recieve about 1.4 MH/s all run together at I = 15

My CGMiner configuration file is as below :

{
"pools" : [
   {
      "name" : "Goldcoin Hashfaster (gld.hashfaster.com)",
      "url" : "stratum+tcp://gld.hashfaster.com:3336",
      "user" : "*****.****",
      "pass" : "***"
   }
],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"expiry" : "1",
"failover-only" : true,
"queue" : "0",
"round-robin" : true,
"scrypt" : true,
"intensity" : "15",
"worksize" : "256",
"no-submit-stale": true,
"scan-time": "1"
}

My .BAT batch file code is as below :

color 07
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer --scrypt  --auto-fan -o stratum+tcp://gld.hashfaster.com:3336 -u *******.**** -p **** --thread-concurrency 21712 --lookup-gap 2 --intensity 15 --worksize 256 -g 2

I have attached the CGMiner screenshot.
My problem is though i am mining at about 1.4MH/s, in my pool i could see only about 175 KH/s being submitted.
I studied that this may be due to too may Hardware errors (HW = high) being generated.

I would be happy if anyone can help me resolve this issue.

Regards,
Vamsi.
ECg7fWh8wDoa9zr2BKeTkuRS5apwSAadgi

Offline mrtsufo

  • Gold Panner
  • **
  • Posts: 31
  • Karma: +1/-0
    • View Profile
Re: How to reduce Hardware Errors
« Reply #1 on: December 11, 2013, 08:29:22 AM »
Are you matching your card to these suggested settings?

https://litecoin.info/Mining_Hardware_Comparison

Also, with regards to your other hardware: I found on my side that I got greater stability upon removing a stick of RAM that was different from the other suggested stick.  It wasn't a matched pair. Little things sometimes.  Good luck!
GLD E9CjzfctvfL8zurUGG2aDpLf8Ktej1NzBS
BTC 1J5GE92D5mG84VfZ6XSdzLj9r48CEvd2Yg

Offline dustint

  • Gold Miner
  • ****
  • Posts: 163
  • Karma: +18/-0
    • View Profile
Re: How to reduce Hardware Errors
« Reply #2 on: December 11, 2013, 09:59:28 AM »
try to drop your intensity down to 12 or 13

Offline vamsibannu

  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: How to reduce Hardware Errors
« Reply #3 on: December 11, 2013, 12:25:12 PM »
I did try changing intensity from 12 to 18. I was able to achieve about 400 to 450 KH/s per card without overclocking, but the problem with high number of Hardware Errors still remains the same and hence i could see that the hashrate in my pool is only about 15% of what my miner shows.
ECg7fWh8wDoa9zr2BKeTkuRS5apwSAadgi

Offline manto

  • Newbie
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: How to reduce Hardware Errors
« Reply #4 on: December 13, 2013, 08:37:33 AM »
Try chaning the thread concurrency. Look on github for recommended value for a 7950.
GLD  E414pJa9AxrR4tyc2ruf9TuDfM2KYSNgKZ

Offline AZIZ1977

  • Gold Miner
  • ****
  • Posts: 573
  • Karma: +25/-0
    • View Profile
Re: How to reduce Hardware Errors
« Reply #5 on: December 13, 2013, 08:53:13 AM »
try worksize 256 intensity 13 thread-concurrency 8192
GLD: DvCsNBJowwzManPa6YSMsNFanFXMxqgFuk
BTC: 16F9CkTbDAAa76EzpqhEhQsRP93Gn49GpW

Offline pawl

  • Newbie
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: How to reduce Hardware Errors
« Reply #6 on: December 16, 2013, 03:37:03 AM »
Ive found that -i 13 is the highest you can go to when using -g 2. You can increase intensity beyond 13 but u will have to do it using only one GPU thread, ie -g 1

you can start cgminer with -thread concurrency set to 0, that will force cgminer to find the best TC that your card can handle. you can tell what value it finds by looking at the .bin file in your cgminer directory should look a bit like this "scrypt130511Tahitiglg2tc10240w256l4.bin" with "...tc10240.." being the max value cgminer could run my Asus7970 at.

I would try aziz settings are they are pretty much default for 7 series cards. If cgminer runs with -w 256 -i 13 -g 2 -tc 8192 and ure still getting HW errors then make sure you havent clocked your cards too high. I find my Asus 7970 starts to [beep] the bed at around 1875mhz on the memory.

Once u have zero HW errors, then u can start to tweak your core/memory to find that sweet spot. by sweet spot i mean the point where u get a fast hash rate for least power. My 7970 seems to like 1080/1500 with it running on minimal volts for 740kh/s, if i go higher then i have to start upping voltate and tbh its only going from 740 to 760ish, not really worth the massive wattage jump.