I don't like this. The problem with adding to much mining power without proper testing is that false primes can be accepted.Then network can run into problems. Instable.
Hey,
not sure what you mean by 'false primes'.
The only change in the fermat.cl is :
- uint4 q[2] = {0, 0}; this is for amd
+ uint4 q[2] = {0, 0, 0, 0}; this nvidia
This is the exact same miner as before.