Bitcoin Forum
July 29, 2024, 02:55:21 AM *
News: Help 1Dq create 15th anniversary forum artwork.
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / Re: Guiminer: Verification failed, check hardware! on: January 08, 2014, 12:09:11 PM
I can confirm the above code change works.

Using lastest drivers and an AMD HD5770 I got nothing but Verification failed, check hardware and 0 shares

The file to edit is phatk.cl

The line is 40, I commented out the original line .

Code:
#ifdef BFI_INT
//#define Ch(x, y, z) amd_bytealign(x, y, z)
#define Ch(x, y, z) bitselect(z, y, x)
#else
#define Ch(x, y, z) bitselect(z, y, x)
#endif

after 9 minutes of running I now have 22 shares accepted
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!