Post
Topic
Board Hardware
Re: GekkoScience NewPac / Terminus R606 (BM1387) Official Support Thread
by
primaris
on 06/10/2021, 20:45:23 UTC
It is all spelled out in the Compaq-F support thread

Direct locations:
The master git for cgminer is https://github.com/kanoi/cgminer

CGMiner README https://github.com/kanoi/cgminer/blob/master/README

That includes linux compile steps, but to repeat, on linux:
Code:
sudo apt-get update
sudo apt-get upgrade -y

sudo apt-get install -y build-essential autoconf automake libtool pkg-config libcurl4-openssl-dev libudev-dev libusb-1.0-0-dev libncurses5-dev zlib1g-dev git

cd
git clone https://github.com/kanoi/cgminer.git
cd cgminer

CFLAGS="-O2 -march=native" ./autogen.sh --enable-gekko --enable-icarus

make

CGMiner Windows 10 32bit binary
https://kano.is/cgminer.zip
It will probably work on older windows, but I'm only testing it on Windows 10

The instructions to compile it yourself on Windows 10 are here:
https://github.com/kanoi/cgminer/blob/master/windows-build.txt

As with all USB miners on Windows, you must install Zadig and setup the miner.
This is documented in the CGMiner README https://github.com/kanoi/cgminer/blob/master/README


Thanks for the info! This isn’t the easiest site to navigate, I guess I must’ve missed that thread.