Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
50831690
Topic
5131245
Board
Hardware
Merits
1 from 1 user
Re: GekkoScience Terminus R606 up to 1TH quiet miner, available for pre-order
by
kano
on
30/04/2019, 04:54:46 UTC
⭐ Merited by
cjsummers82
(1)
Quote from: cjsummers82 on April 30, 2019, 03:41:14 AM
What do the 3 sets of numbers in parenthesis mean after frequency settings in this version of cgminer?
https://imgur.com/r6UPtri
Stat line code is here:
https://github.com/vthoang/cgminer/blob/0d524aae219a42f0da29a1ee9aac4ceb50600f1d/driver-gekko.c#L1645
That says they're ms times for the work, so mostly useful for development:
(scanhash_ms/task_ms/fullscan_ms)
https://github.com/vthoang/cgminer/blob/0d524aae219a42f0da29a1ee9aac4ceb50600f1d/driver-gekko.c#L1710
Heh, this section is actually quite interesting:
https://github.com/vthoang/cgminer/blob/0d524aae219a42f0da29a1ee9aac4ceb50600f1d/driver-gekko.c#L1689
( for the chip status [oooooooooooo] )
Edit: updated the links above so that they point to the unchanging version - so they always point to the correct line - since vh updated it