Hey everyone, I've got a GekkoScience Compac F miner that's been running with the kanoi cgminer on a Raspberry Pi Zero. It works fine for about a day, then just stops completely. I've attached the logs from cgminer that show what's going wrong. I even tried adjusting the voltage screw once, but the same issue occurred it runs for approximately 24 hours before shutting down.
Here's the command I'm using:
sudo su -c '/usr/local/bin/cgminer -c /home/coletrain/pool.txt suggest-diff 442 gekko-compacf-freq 400 gekko-start-freq 300 gekko-tune-up 87 gekko-mine2 gekko-tune2 60 2>/home/coletrain/cgminer.log'
And this is the content of /home/coletrain/pool.txt:
{
"pools" : [
{
"url" : "redacted",
"user" : "redacted",
"pass" : "redacted"
}
],
"scrypt" : true,
"kernel-path" : "/usr/local/bin"
}
Here are some logs from cgminer:
[2023-08-08 22:49:30.332] 0: GSF 0 plateau_type PT_NONONCE [0] 7676 > 5113.06 (lock=0)
[2023-08-08 22:49:30.333] 0: GSF 0 asic plateau: [0] (1/3) 395.00MHz
[2023-08-08 22:49:30.334] 0: GSF 0 plateau NONONCE [0] RESET at 400.00MHz
[2023-08-08 22:49:31.703] 0: GSF 0 CompacF Bitcoin Miner (10055037)
[2023-08-08 22:49:56.620] GSF 0 failure, disabling!
[2023-08-08 22:50:01.393] 0: GSF 0 Toggling ASIC nRST to reset
[2023-08-08 22:50:08.000] Hotplug: GekkoScience added GSF 1
[2023-08-08 22:50:32.972] GSF 1 failure, disabling!
[2023-08-08 22:50:35.302] 0: GSF 0 Toggling ASIC nRST to reset
[2023-08-08 22:50:36.890] Hotplug: GekkoScience added GSF 2
GekkoScience Compac F crashes after a day using kanoi cgminer
4 replies 409 views
You aren't using my miner code.
My code will ONLY do bitcoin mining with an ASIC (or FPGA)
You are using someone else's code that also does off topic non-bitcoin scrypt mining using your GPU.
Ok, is that because my config file says "scrypt" : "true"
I realized that setting probably shouldn't be in my config after posting.
I'll double check but I'm pretty sure I'm using your repo to mine.
paul_oracleMember
Posts: 18 · Reputation: 138
#4Jan 1, 2023, 11:19 PM
Also, you should be posting in the actual support thread for this miner instead creating unneeded threads.
Just in case you didn't see it:
https://bitcointalk.org/index.php?topic=5355470.msg57735149#msg57735149
Sorry this is my first time posting here, didn't know that was a support thread, thanks for letting me know.
I will close this thread and reiterate issue on support thread.