Post
Topic
Board Hardware
Re: GekkoScience has a new stickminer that does 300+GH
by
Sledge0001
on 21/06/2022, 21:40:14 UTC
Okay so I got CGMiner to run at startup on a Pi 4 although I can't seem to actually see it in the terminal it on the pi!  Cheesy

Here is what I added this to the /etc/rc.local 

Code:
cd /home/pi/git/vthoang/cgminer

sudo ./cgminer -o stratum+tcp://solo.ckpool.org:3333 -u BTCADD.PI1 -p x --gekko-compacf-freq 570 --gekko-start-freq 420 --suggest-diff 128

I see the stats on the pool side but have no idea how to actually view what's running!

Any suggestions?