Bitcoin Forum
May 11, 2024, 01:33:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 60Gh/s BFL Singles SC - Overcloking  (Read 1164 times)
Zubilica (OP)
Hero Member
*****
Offline Offline

Activity: 837
Merit: 1000



View Profile
July 22, 2013, 11:40:35 AM
 #1

Does anyone has successfully overclocked a Single . For more than 65-70 Gh/s ?
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715391194
Hero Member
*
Offline Offline

Posts: 1715391194

View Profile Personal Message (Offline)

Ignore
1715391194
Reply with quote  #2

1715391194
Report to moderator
joeventura
Hero Member
*****
Offline Offline

Activity: 854
Merit: 500



View Profile
July 22, 2013, 02:10:19 PM
 #2

The most a BFL single can hash at with all Grade A chips is 64Gh

Remember your math:

16 Chips per single
each chip has 16 engines of 0.250 Gh
16 X 0.250 = 4 Gh per chip
4 X 16 = 64Gh

Each single has to have 16 perfect Grade A chips to hash at 64Gh

philips
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
July 22, 2013, 04:58:23 PM
Last edit: July 22, 2013, 05:46:39 PM by philips
 #3

Higher grade chips will run up to 294Mhz (I've seen engines running at 320Mhz). At the same time, I think you can use only 15 engines per chip.
SgtSpike
Legendary
*
Offline Offline

Activity: 1400
Merit: 1005



View Profile
July 23, 2013, 12:08:20 AM
 #4

How do you actually attempt to overclock an SC Single?
philips
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
July 23, 2013, 01:18:30 AM
 #5

The same as with the Jalapeno, but probably with less spectacular results.
tymothy
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
July 23, 2013, 03:19:49 AM
 #6

The same as with the Jalapeno, but probably with less spectacular results.

Basically this. Take a look at my thread https://bitcointalk.org/index.php?topic=258643.0
tymothy
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
July 23, 2013, 03:58:39 AM
 #7

Higher grade chips will run up to 294Mhz (I've seen engines running at 320Mhz). At the same time, I think you can use only 15 engines per chip.

Interesting, I'm not sure how the firmware clocks the chips exactly. There's this portion in the header file:

//#define __OPERATING_FREQUENCY_16MHz__
//#define __OPERATING_FREQUENCY_32MHz__
//#define __OPERATING_FREQUENCY_48MHz__
#define __OPERATING_FREQUENCY_64MHz__
...
ifdef __OPERATING_FREQUENCY_64MHz__
   #define NOP_OPERATION asm volatile ("nop \n\t nop \n\t nop \n\t nop \n\t nop \n\t");
#elif defined(__OPERATING_FREQUENCY_48MHz__)   
   #define NOP_OPERATION asm volatile ("nop \n\t nop \n\t nop \n\t nop \n\t");
#else
   #define NOP_OPERATION asm volatile ("nop \n\t nop \n\t nop \n\t nop \n\t");

Does 64Mhz relate to the chip or engine frequency or something else? If it does relate to chip speed, what does "nop \n\t nop \n\t nop \n\t nop \n\t nop \n\t" mean or refer to? I have a fairly limited background in programming and I'm not intimately familiar with the board design or exactly how jobs get distributed and calculated across chips and engines.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!