Post
Topic
Board Hardware
Re: GekkoScience has a new stickminer that does 300+GH
by
jack1cryptotalk007
on 30/07/2022, 11:36:54 UTC
For reference, I'm running three sticks on a pi with the following metrics:

  • Stick 1: 335 MHz (38:19)
  • Stick 2: 400 MHz (32:16)
  • Stick 3: 400 MHz (32:16)

My first time hearing about this setting, so I am also curious if it's a problem that the computer can't process a task within the USB's task time? Or if I am understanding that correctly. What is a use case for the numbers?

It just indicates the performance issue, which process (hashing out) less block header data within the expectation of usb stick's capability. Then, chance to hit a BTC is reduced. (32:16) indicate, it took 32 milliseconds average time to process a header data. (8:16) indicate, it took 8 milliseconds average time for hashing process (sub tasks: check status of usb stick and process, obtain header data, format data, write data to usb stick, etc). Sometime, checking usb status cost time when usb stick does not work well.
 
cgminer is an multiple threads program. More usb sticks are used, more process threads will be created and running there, which compete limited system resources. You can test if a PI 4 computer can handle how many of compacf sticks without impact the performance of whole system to achieve (8:16).