Post
Topic
Board Mining software (miners)
Re: SoloMining with CGMiner against Bitcoind / Bitcoin Core v0.18.1
by
kano
on 15/02/2023, 15:10:22 UTC
This is the sequence I used:
git clone https://github.com/kanoi/cgminer
cd cgminer
./autogen.sh
CFLAGS="-O2 -Wall -march=native -fcommon" ./configure --enable-ants3
make
That's an ancient build target, and not actively supported anymore. Try an older version that should build fine, e.g. https://github.com/vthoang/cgminer
lol - it works.