Post
Topic
Board Hardware
Re: GekkoScience 2Pac BM1384 Stickminer Official Support Thread
by
gregho
on 12/09/2017, 03:13:05 UTC
So what I see is this

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

Which is what I used initially BUT SOMEONE SAID TO ADD this line of code

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



But where does this last line of code go when I enter it into the terminal in miner it says no is there a special way to enter it?