Post
Topic
Board Hardware
Re: GekkoScience has a new stickminer that does 300+GH
by
Johnny Hash
on 07/11/2021, 17:39:16 UTC
Are you running your own .sh file or just opening cgminer?


I suppose I'm just opening cgminer. Here is exactly every step I took up to this point:

Code:
sudo apt-get update
sudo apt-get upgrade -y

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

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

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

sudo make install

cd cgminer
sudo cgminer -o stratum+tcp://nl.kano.is:3333 -u *******.worker -p x --gekko-compacf-freq 450 --gekko-start-freq 300 --gekko-mine2 --gekko-tune2 60

Then when it starts running the T value and frequency are both 200. In the dir 'cgminer', when I type 'ls', no cgminer.conf file is listed but when I type '/root/.cgminer/cminer.conf' it returns "access denied."

Really hope you guys can help because I don't want to give up. Please excuse my ignorance!  Undecided