Post
Topic
Board Hardware
Merits 1 from 1 user
Re: GekkoScience 2Pac/Compac BM1384 Stickminer Official Support Thread
by
gvb
on 30/09/2023, 23:52:38 UTC
⭐ Merited by NotFuzzyWarm (1)
Thanks for the hint NotFuzzyWarm.

Maybe post 1 could be updated with something that works then  Wink

for those who are not familiar with linux commands here's what I used to make it work (again)
thanks to Kano's well documented cgminer's github page.

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

cd ~
mkdir mining
cd mining

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

cd cgminer

./autogen.sh

CFLAGS="-O2 -Wall -march=native -fcommon" ./configure --disable-libcurl --enable-gekko

make

sudo ./cgminer --widescreen