Post
Topic
Board Hardware
Re: GekkoScience Compac BM1384 Stickminer Official Support Thread
by
gregho
on 07/09/2017, 01:11:17 UTC
Im sorry to be that guy but can someone help me.... I've been minding for a little use gekko a raspberry pi and mineral I made it work using the following code in the terminal:

cd /var/www/minera/minera-bin/src
 
mkdir -p git/vthoang; cd git/vthoang

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

cd cgminer

CFLAGS="-O2" ./autogen.sh --enable-gekko

make -j 2

cp cgminer /var/www/minera/minera-bin/custom/cgminer-vthoang

cd /var/www/minera/minera-bin/custom

since Minera updated to 0.8.0 this doesn't work anymore the nice people over at miners suggested this:
Go to /var/www/minera
Edit file build.sh
Add option --enable-icarus to line CGMINER_CONFIG
Save the file
in the same folder run the command: bash build_miner.sh cgminer

I can't figure out how I have no idea what I'm doing and any help or direction would be greatly appreciated