Post
Topic
Board Mining software (miners)
Re: SoloMining with CGMiner against Bitcoind / Bitcoin Core v0.18.1
by
SilverDesert
on 14/02/2023, 16:58:45 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