Search content
Sort by

Showing 20 of 89 results by despoiler
Post
Topic
Board Computer hardware
Re: [WTB] BFL FPGA Singles
by
despoiler
on 11/12/2012, 21:47:42 UTC
I've got 1 rev3 for sale.  It runs the 864 firmware.  USB cable and power brick included.  $599 shipping included.  I can do Dwolla.  I can send you pictures when I get home from work. 
Post
Topic
Board Service Discussion
Re: The gauntlet has officially been thrown down by Trendon Shavers aka. pirateat40
by
despoiler
on 22/08/2012, 01:47:41 UTC
Having a hard time following why there is a forum thread on this.  Breach of contract ?  That sounds like a good time to lawyer up. 
Post
Topic
Board Off-topic
Re: [Announcement] Butterfly Labs
by
despoiler
on 09/08/2012, 18:28:33 UTC
Gratz!  It's a great fit IMO.
Post
Topic
Board Pools
Re: [208 Gh] MtRed (PPS, LP+, API, 0 FEE) Merged Mining Test LIVE
by
despoiler
on 03/08/2012, 22:47:38 UTC
Mining down for last couple hours.....
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: DiabloMiner GPU Miner (LP, BFI_INT, async nw, multipool, 79xx GCN)
by
despoiler
on 18/07/2012, 22:01:20 UTC
Weird; I wonder why it never manifested itself until I installed Catalyst 12.6.

And unfortunately, I do want my monitors off when I sleep. Sad

I wonder if I roll back to 12.5

So shut them off before you goto sleep.  Wink
Post
Topic
Board Off-topic
Re: BFL doesn't return money for preorder (ASIC minirig - 30.000$)!
by
despoiler
on 12/07/2012, 18:39:44 UTC
I'm failing to see why BFL has to refund your order because you have personal issues. 
Post
Topic
Board Pools
Re: [208 Gh] MtRed (PPS, LP+, API, 0 FEE) Merged Mining Test LIVE
by
despoiler
on 10/07/2012, 15:08:50 UTC
in the main server down? minrs haven't been connectign the last few hours it looks like.

Same here. Wooo down again. 
Post
Topic
Board Off-topic
Re: Butterfly Labs - Bitforce Single and Mini Rig Box
by
despoiler
on 07/06/2012, 15:02:12 UTC
I get 857 and some change mh/s with the 864 firmware.

But not long term, or? The values averaged over the last 5s might fluctuate (I even see higher values than clock rate now and then), but if you let the device run for a day or so, the hash rate should settle to the values I gave - at least that's what I see with my Linux driven BFLS.

That is the average over a day +.  The only time the thing comes off of 857 is when the long poll hits from the pool. 

Are you really sure you flashed the 864 FW? 857 MH/s would otherwise perfectly match 872 MHz. If you're sure, what OS and miner SW are you using?

Confirmed 864 is loaded.  My unit stays pegged at 857.7 and the only time it comes down is when the LP hits.  It goes right back to 857.7 and the average starts to climb back up to that also.  I'm running Win7 64 with CGIMiner 2.4.1   
Post
Topic
Board Off-topic
Re: Butterfly Labs - Bitforce Single and Mini Rig Box
by
despoiler
on 06/06/2012, 20:13:02 UTC
I get 857 and some change mh/s with the 864 firmware.

But not long term, or? The values averaged over the last 5s might fluctuate (I even see higher values than clock rate now and then), but if you let the device run for a day or so, the hash rate should settle to the values I gave - at least that's what I see with my Linux driven BFLS.

That is the average over a day +.  The only time the thing comes off of 857 is when the long poll hits from the pool. 

Are you really sure you flashed the 864 FW? 857 MH/s would otherwise perfectly match 872 MHz. If you're sure, what OS and miner SW are you using?

Ill double check when I get home.  I tested all of the faster firmwares that were out at the time my single arrived.  I see they have added even faster ones since I last checked.  I'll post some screen shots if my memory has served me well. 
Post
Topic
Board Off-topic
Re: Butterfly Labs - Bitforce Single and Mini Rig Box
by
despoiler
on 06/06/2012, 19:53:21 UTC
I get 857 and some change mh/s with the 864 firmware.

But not long term, or? The values averaged over the last 5s might fluctuate (I even see higher values than clock rate now and then), but if you let the device run for a day or so, the hash rate should settle to the values I gave - at least that's what I see with my Linux driven BFLS.

That is the average over a day +.  The only time the thing comes off of 857 is when the long poll hits from the pool. 
Post
Topic
Board Off-topic
Re: Butterfly Labs - Bitforce Single and Mini Rig Box
by
despoiler
on 06/06/2012, 19:22:51 UTC
I believe BFL addressed this question elsewhere. But basically when going through the full nonce range (2^32, of 4 billion hashes), a Single runs at its full speed of 832Mhps. It is able to do this in 5.16 seconds. After that it stops until the mining software give it another work unit. So the question is, how long does it take for the mining software (e.g. cgminer) to give it more work? Well, the miner needs to POLL the USB port to see when the Single is done, it needs to collect any difficulty-1 solutions found (typically 1), then it needs to send the next work. I believe the polling interval in cgminer is on the order of 100ms. The USB link to the Single seems to be only 9600 baud, which will add many more milliseconds to the sending of commands, collecting results, and feeding more work.

Let's assume the average delay between polls is 50ms (100ms polling interval means an average of 50ms delay); we'll assume the additional delay due to sending/receiving/processing commands is negligible. So the Single is running for 5.16 seconds at a speed of 832, then sitting 'idle' for 0.05 seconds. Another way of looking at this is that it takes (5.16+0.05) seconds to run through the entire nonce range. That would give it an effective speed of only 824Mhps, not 832.

This happens to be what cgminer reports for a full-bore 832-firmware Single (my 832-speed Singles are reported as 825 by cgminer). Perhaps my assumptions are a bit off, perhaps the polling interval is faster than 100ms ... maybe it is only 10ms. But then the overhead in transferring the serial commands becomes more significant and we're basically back to the same situation again.

You asked why EasyMiner reports a higher rate than cgminer. This is why. I think you already suspected as much. EasyMiner reports the raw rate only. That is, the rate at which a full 2^32 hash range is calculated at. It does NOT take into account the overhead of polling and command transfer over a longer period. cgminer does take this into account, which is why its reported rate will be lower.

It may be possible for BFL to tweak the firmware such that the next work could be queued in the device before it has completed its current work; that would essentially eliminate the polling delay and allow the device to operate at 100% efficiency. Currently that is not the case; we lose about 1% due to the polling and USB communication overhead.

Hi Epoch,

I had similar estimates in a different thread and did some further digging to get a more solid understanding.

Bottom line is, if the BFLS is not throttling, you will get some long term hash rate of (system clock - 14) MH/s, that is a device with 864MHz firmware will deliver 850MH/s at most. The loss is taken for the communication to/from device. Converting it down based on a nonce time of ~5.2s, the idle time is around 80ms per cycle. That matches the real numbers for cgminer operation, that are:
  • baudrate of 9600 => ~1ms (937.5 us exactly) to read/write a single character
  • submitting work: write ">>>>>>>>[32 bytes midstate][last 12 bytes of block header]>>>>>>>>" => 56ms
  • polling for shares: after work submission, first wait 4.5 seconds, then poll every 10ms by writing "ZFX" => 8ms average delay
  • reading shares: read "NONCE-FOUND:1234ABCD,2468EFAB,1111BBBB" => (11 + #nonces * 9) ms => 18.7ms average

One could maybe implement some pre-fetching of work and caching of nonces functionality to add the potential 12MH/s - but at the same time maybe the FPGAs need this small idle time to cool down a little bit.


I get 857 and some change mh/s with the 864 firmware.
Post
Topic
Board Off-topic
Re: Butterfly Labs - Bitforce Single and Mini Rig Box
by
despoiler
on 24/05/2012, 20:59:08 UTC
I bet someone that has a high capacity CNC machine that releases a water block for these would make bank.  I wish I knew how to mill.


I thought BFL was already working on one.
Post
Topic
Board Off-topic
Re: Butterfly Labs - Bitforce Single and Mini Rig Box
by
despoiler
on 22/05/2012, 21:03:20 UTC
What heatsink compound have you guys been using as a redo on the singles Huh

Personally, I despise thermal grease.  I plan to replace the grease in my mini rigs with phase change material (PCM).

Some info:
http://www.electronics-cooling.com/2002/05/understanding-phase-change-materials

Where I buy it:
http://www.opentip.com/Electronics/Startech-Heatsink-Thermal-Pads-Pack-p-1075383.html

Also on Newegg:
http://www.newegg.com/Product/Product.aspx?Item=N82E16835230030

Experience has led me to love PCM for CPU and GPU cooling.  Never tried on an FPGA, but I'm definitely going to.

Thanks,but I have grown VERY fond of Ceramique for CPU's & GPU's,for the last 6-8 years,but for these FPGA's I think it's a little too thick.

I'm mainly curious about what folks have actually used for the FPGA's.

So far MX-4,any others??

Please keep the suggestions coming,Thanks Grin



Most people use MX-2.  It's pretty much the price to performance king of thermal pastes.  I think it's about $4-5 cheaper than MX-4. 
Post
Topic
Board Off-topic
Re: Butterfly Labs - Bitforce Single and Mini Rig Box
by
despoiler
on 21/05/2012, 23:08:37 UTC
What heatsink compound have you guys been using as a redo on the singles Huh



MX-4
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Ati HD 7970 + 5850
by
despoiler
on 21/05/2012, 21:28:10 UTC
As in Mining. 

Gaming is not a concern for me.  I was simply wondering if the 7970 and 5850 would mine together without hanging or crashing the system.

I have the same cards in a Win7 rig.  No issues.
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Ati HD 7970 + 5850
by
despoiler
on 21/05/2012, 21:21:32 UTC
Compatibility in terms of what?  Mining, gaming, both?
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: DiabloMiner GPU Miner (LP, BFI_INT, async nw, multipool, 79xx GCN)
by
despoiler
on 20/05/2012, 05:14:40 UTC
What's with the double spaced lines of output in this new version?  I personally don't like it.

Sounds like your terminal isn't quite wide enough.

The default size?  Yah no. 
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: DiabloMiner GPU Miner (LP, BFI_INT, async nw, multipool, 79xx GCN)
by
despoiler
on 19/05/2012, 14:16:15 UTC
What's with the double spaced lines of output in this new version?  I personally don't like it.
Post
Topic
Board Off-topic
Re: Butterfly Labs - Bitforce Single and Mini Rig Box
by
despoiler
on 19/05/2012, 02:59:34 UTC
Got my single today.  I've been experimenting with firmwares since I got off work.  Noticed some odd dips in mh/s with the stock firmware.  No flashing throttle light, but happened in a noticeable interval.  Flashed the 864 and 872 firmwares.  Again noticed some dips in performance, but this time intermittent throttling light.  Pulled the cover off.  Immediately saw a good amount of white thermal paste on a sliver of one chip that isn't covered by the heatsink base.  Took the heatsink assembly off the board (FU push pins).  Confirmed my suspicion that the thermal paste used is not good(very runny white paste and applied copiously).  Cleaned it off and put some MX-4 on both chips, got a good press seal between the chips and heatsink, then reassembled.  My temps are a solid 3-4C lower with the 864 firmware.  No more throttling or dips in mh/s.  Mh/s stays pegged..  Haven't tried the 872, but suspect I should have good enough thermals to run it.  Just an FYI for anyone seeing something similar.  
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Need raid controller
by
despoiler
on 18/05/2012, 18:11:36 UTC
Keep in mind that putting SSDs in RAID does not provide for TRIM support.