Post
Topic
Board Announcements (Altcoins)
Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine
by
j0nn9
on 11/05/2015, 20:59:50 UTC
New experimental GapMiner release (CPU only)

source code: https://github.com/gapcoin/GapMiner/archive/crt-rev5.zip

Hi j0nn9,
In crt-rev5.zip I can only find the original source code (minus the POW) from October last year. Did you mix up some batches of code? (or am I doing something wrong?)


My mistake, wrong branch. Links are fixed.
Also POW is submodule which must be downloaded separately:
https://github.com/gapcoin/Gapcoin-PoWCore/archive/master.zip


You can also use git:

Code:
git clone https://github.com/gapcoin/GapMiner -b gpu-miner
cd GapMiner
git submodule update --init