41
|
Bitcoin / Hardware / Re: - One String - a novel bitfury miner design -
|
on: December 20, 2013, 07:45:04 AM
|
The on-board 0.8V, 30A regulator would add about $15-$20 to the design. For 10-15 cards, the money saved would buy a good PSU with voltage trim option.
Either way, the cards work fine if the voltage isn't perfectly regulated. They just run a bit cooler under 12V, and a bit faster/hotter over 12V.
|
|
|
43
|
Bitcoin / Hardware / Re: - One String - a novel bitfury miner design -
|
on: December 19, 2013, 08:54:11 PM
|
That will change. The chips are going down to $5/chip.
Either they will go to $5/chip and lower, or they will not be sold at all. In the first case, you need a cheap, low-overhead, mining board. In the second case, you don't need a mining board at all.
|
|
|
44
|
Bitcoin / Hardware / Re: - One String - a novel bitfury miner design -
|
on: December 19, 2013, 08:45:29 PM
|
So far, we have no indication of increased failure rate. The prototypes that we have are rock solid with constant temperature and constant hashing speed. In a couple of weeks, we'll make a few dozen more boards, and we'll see what happens to the failure rate.
|
|
|
46
|
Bitcoin / Hardware / Re: - One String - a novel bitfury miner design -
|
on: December 19, 2013, 07:45:40 PM
|
And it's not just the cost of the components, but also the availability of some of the more exotic ones.
Another factor is the circuit board design. The fast switching DC/DC regulators typically require at least a 4-layer board for good performance. The One String design uses a cheap 2-layer board.
|
|
|
48
|
Bitcoin / Hardware / Re: - One String - a novel bitfury miner design -
|
on: December 19, 2013, 07:23:43 PM
|
But this design has a very big disadvantage. If the first chip in the series connection got damaged the other chips doesnt work anymore, too.
That depends on the exact nature of the damage. If the hashing core is damaged (which makes up the biggest part of the chip), the chip may still provide a working connection to the other chips. It's not much different than low-voltage bitfury designs, such as the H-CARD. In those designs the communication between the chips also forms a chain. Actually, the M-BOARD has 4 H-CARDS with total of 64 chips in each chain.
|
|
|
49
|
Bitcoin / Hardware / Re: - One String - a novel bitfury miner design -
|
on: December 19, 2013, 07:06:54 PM
|
This design uses 12V to power the chips directly. Other designs, such as the H-CARD have an on-board 12V -> 0.8V power regulator with 30-50Amp capability.
In both cases, you need a 12V supply, but for our new board, you avoid the additional cost of the 0.8V regulator. Also, the 0.8V regulator is typically only about 90% efficient, so it creates 10% more heat for the same hashrate. The powerful switching regulator also produces lots of electrical interference that can degrade reliability of the overall system, and requires additional components (capacitors/inductors) to help reduce the noise.
|
|
|
51
|
Bitcoin / Hardware / Re: - One String - a novel bitfury miner design -
|
on: December 16, 2013, 07:29:28 AM
|
A tiny NXP ARM, LPC11U24FHI33/301.
Note that the design is not dependent on the exact type of microcontroller. As long as it has a built-in USB interface, some I/O pins, and a few kB of RAM, it can be used in the design. We picked the LPC because we had already used it on the bi*fury.
|
|
|
55
|
Bitcoin / Hardware / Re: [ANN] Bi•Fury | 5+ GH/s USB Miner [FASTEST USB MINER IN THE WORLD][IN STOCK!]
|
on: December 12, 2013, 06:32:23 AM
|
The firmware upload feature is built into the CPU, and because of the very limited memory space it has to make some assumptions about the way the USB mass storage device is used. Native Linux access doesn't work either. The easiest way to restore the firmware is to use a Windows machine.
You can also write the firmware in Linux, using the mtools:
mcopy -o -i /dev/disk/by-id/usb-NXP_LPC1XXX_IFLASH_ISP-0:0 firmware.bin ::
Once you have the correct firmware, it should work on the Raspi, at least. I don't have a Mac, and I've never tested it on one, so there may be some problem with Mac compatibility.
|
|
|
60
|
Bitcoin / Hardware / Re: [ANN] Bi•Fury | 5+ GH/s USB Miner [FASTEST USB MINER IN THE WORLD][IN STOCK!]
|
on: December 09, 2013, 08:26:27 PM
|
I would think 120-125 deg C is very hot, that's why I set the upper limit at 90. However, if you'd rather push the envelope a bit, and run the device at 125 deg C, I have uploaded a modified version at http://c-scape.nl/bi-fury/firmware_125.binNote that the voltage regulator has a maximum junction temperature of 150 deg C, and it's generating quite a bit of heat itself, so 125 degrees probably causes quite a bit of premature aging in the device. Of course, with the difficulty increasing rapidly, life span may not be very high on your priority list  Edit: I agree with intron. A fan is highly recommended...
|
|
|
|