Post
Topic
Board Announcements (Altcoins)
Merits 2 from 1 user
Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine
by
benxy031
on 26/05/2021, 14:12:15 UTC
⭐ Merited by xandry (2)



Hey Benxy031, can you either post here the Fermat.cl file changes here or open a Pull Request here https://gitlab.com/gapcoin/gapminer

The GapMiner Compiles now using MX-Linux.

I have never used the GPU miner so if you can list the Command Line Commands too I can include it into the Readme file otherwise after I try the GPU miner I will list them myself. 

I am mostly interested in double checking your Fermat.cl changes before I merge it......







Gpu commands are:

Code:
-g  --use-gpu           use the gpu for Fermat testing

  -d  --gpu-dev           the gpu device id

  -w  --work-items        gpu work items (default 2048)

  -z  --queue-size        the gpu waiting queue size (memory intensive)

  -a  --platform          opencl platform (amd or nvidia)

  -n  --num-gpu-tests     the number of test per gap per gpu run


YOu can download fermat.cl from here https://github.com/wizz13150/GapcoinStuff/blob/main/Custom/fermat.cl and compare with orginal fermat.cl