Bitcoin Forum

Bitcoin => Hardware => Topic started by: coletrain on August 09, 2023, 01:58:52 AM



Title: GekkoScience Compacf fails after one day of running kanoi cgminer
Post by: coletrain on August 09, 2023, 01:58:52 AM
Hello, I am running one GekkoScience Compac F using the kanoi cgminer repo on raspberry pi zero. Miner will run great for about 24 hours and then it will just stop. Below are the logs from cgminer that show the failure. I tried messing with the voltage screw once and same thing happened, miner will run for about 24 hours and then just stop.

Command I am running

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'


contents of /home/coletrain/pool.txt

{
"pools" : [
   {
      "url" : "redacted",
      "user" : "redacted",
      "pass" : "redacted"
   }
],

"scrypt" : true,

"kernel-path" : "/usr/local/bin"
}


cg miner logs
 
 [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


Title: Re: GekkoScience Compacf fails after one day of running kanoi cgminer
Post by: kano on August 09, 2023, 12:04:36 PM
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.


Title: Re: GekkoScience Compacf fails after one day of running kanoi cgminer
Post by: coletrain on August 09, 2023, 04:40:25 PM
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.


Title: Re: GekkoScience Compacf fails after one day of running kanoi cgminer
Post by: os2sam on August 09, 2023, 07:23:25 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


Title: Re: GekkoScience Compacf fails after one day of running kanoi cgminer
Post by: coletrain on August 09, 2023, 07:48:08 PM
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.