Post
Topic
Board Hardware
Re: GekkoScience has a new stickminer that does 300+GH
by
MXG125
on 04/02/2023, 21:09:46 UTC
~snip~
step 4 what does that look like if running ck pool.  how does that command look
If you want to use ck pool with that command, it should look like this:

Code:
sudo ./cgminer -o stratum+tcp://solo.ckpool.org:3333 -u YOURBTCADDRESS.WORKERNAME -p x --gekko-compacf-freq 400 --gekko-start-freq 300 --gekko-mine2 --gekko-tune2 60 --suggest-diff 128

after going through all steps i still cannot get 500mhz. herer are the current cg miner files in my ras pi boot:


{
"pools" : [
        {
                "url" : "stratum+tcp://solo.ckpool.org:3333",
                "user" : "WALLET",
                "pass" : "x"
        }
]
,
        "api-listen" : true,
        "api-port" : "4028",
        "log" : "5",
        "worktime" : true,
        "api-allow" : "0/0,"
}





AND in seperare file boot/pi/cgminer :

#!/bin/bash
cd /boot/pi/cgminer

sudo ./cgminer -o stratum+tcp://solo.ckpool.org:3333 -u WALLET.Miner -p x --gekko-compacf-freq 500 --gekko-start-freq 500 --gekko-mine2 --gekko-tune2 60 --suggest-diff 128



am i wrong ??