Bitcoin Forum
April 23, 2024, 01:33:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / Re: Guiminer: Verification failed, check hardware! on: January 05, 2014, 05:09:12 AM
well i found something that would help i did not do anything like that i just did the following:


The problem look like located line 30 of the phatk kernel :

39 #ifdef BFI_INT

40 #define Ch(x, y, z) amd_bytealign(x, y, z)

41 #else

42 #define Ch(x, y, z) bitselect(z, y, x)

43 #endif

remove that code and replace it by :

Code:

#define Ch(x, y, z) bitselect(z, y, x)

The amd_bytealign seems have changes and that cause the error, once you change that it will work notmally not sure if this will affect perfomance but at least i was able to start  and also was able to play BF4 lol
2  Other / Beginners & Help / Re: How many newbies are mining? on: January 05, 2014, 05:01:55 AM
just started today with my pc 290 MH/s not that much, but i started as a project i hope to be able tofinance an ASIC pc cause i really need to earn the extra cash because i am in a lot of financial troubbles, i even found a solution for the hardware problem detected in pools after a lot of AMD driver updates lol once i am able to post in the main forum i will share the solution or write me a message
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!