Post
Topic
Board Hardware
Re: GekkoScience has a new stickminer that does 300+GH
by
nullama
on 24/04/2022, 00:58:42 UTC
When entering the below command the response is --gekko-mine2  unrecognized command

cgminer -O stratum+tcp://us-east.stratum.slushpool.com:3333 -u xxxxx -p xxxxx x --suggest-diff 512 --gekko-compacf-detect --gekko-compacf-freq 500 --gekko-start-freq 400 --gekko-mine2 --gekko-tune2 60

I am running cgminer version 4.12.0

Please advise what is wrong and how to correct this.

Seems like you didn't build it with gekko support.

As seen in the README and kano's instructions here, you need to build cgminer with --enable-gekko, something like this for example(not sure why kano uses --enable-icarus, it doesn't seem to be needed):

Quote
CFLAGS="-O2 -march=native -fcommon" ./autogen.sh --enable-gekko
make