Post
Topic
Board Announcements (Altcoins)
Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine
by
wizz13150
on 29/04/2021, 10:44:10 UTC
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.