182
|
Bitcoin / Hardware / Re: [ANN] Bitfury is looking for alpha-testers of first chips! FREE MONEY HERE!
|
on: August 29, 2013, 08:50:30 AM
|
Our (c-scape & intron) bi•fury board is hashing over 5 GH/sec. Screenshot from BTC Guild:  Photo of bi•fury prototype board with 2 ASICs, plugged into laptop. A fan is aimed at the board + heatsink, keeping the ASIC temperature at 45 ℃, and the rest of the board (including the regulator) at 40 ℃. Core voltage has been set at 0.84V. The extra pushbuttons, jumper, and 3 wire UART are just for testing/debugging. 
|
|
|
184
|
Bitcoin / Hardware / Re: [ANN] Bitfury is looking for alpha-testers of first chips! FREE MONEY HERE!
|
on: August 29, 2013, 05:05:50 AM
|
For 16 chip chain I use 1 MHz SPI clock, and this clock setting: { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3F, 0x00 };
|
|
|
185
|
Bitcoin / Hardware / Re: [ANN] Bitfury is looking for alpha-testers of first chips! FREE MONEY HERE!
|
on: August 28, 2013, 06:26:13 AM
|
On the plus site, the USB to SPI connection can provide the mining software for more control/flexibility since it can directly send commands to chips/SPI bus. Also, you don't need to flash firmware updates...
True, but the bitfury chips don't have much that is to be controlled. You can set the clock oscillator options, and that's about it. On the other hand, a microcontroller can do other useful stuff like monitor the board temperature, voltages, and even adjust the core voltage to allow smart overclocking: on a cool day, or with good ventilation, the chip will automatically hash faster, and on a hot day, it will automatically slow down to protect itself. Firmware update could be a problem depending on the chip. The LPC11U have an option to boot as a mass storage device with a FIRMWARE.BIN file that you can overwrite. Alternatively, you could make some sort of bootloader.
|
|
|
188
|
Bitcoin / Hardware / Re: [ANN] Bitfury is looking for alpha-testers of first chips! FREE MONEY HERE!
|
on: August 28, 2013, 05:06:56 AM
|
Instead of using a dedicated USB-SPI chip, it would be a lot easier to use a small USB microcontroller. Price and area would be the same, and all the hardware specific details of the bitfury design would be in the firmware, rather than on the PC.
That's what we're doing for our 2-chip bi*fury USB design, but it would be easy to replace the 2 ASICs with a H-CARD socket.
|
|
|
189
|
Bitcoin / Mining software (miners) / Re: Unified miners communication protocol
|
on: August 27, 2013, 11:13:51 AM
|
The command list is IMO pretty much irrelevant. The issues are simply USB and hardware design considerations.
How to send commands? Seriously? People think that is an issue?
Our USB device has a simple bulk endpoint, implementing a virtual com port. The rest is a matter of sending commands over it. What other "USB and hardware design issue" is there ?
|
|
|
190
|
Bitcoin / Mining software (miners) / Re: Unified miners communication protocol
|
on: August 27, 2013, 08:29:00 AM
|
If you want to make it attractive, it needs to be as simple as possible.
Forget JSON, and just use CR-LF terminated lines, for instance. Start with 2 essential commands: one to send work to the hardware, and one to get the nonces. Make the rest optional.
By keeping it simple, it is possible to implement all of it on a cheap microcontroller on a USB stick, for instance.
|
|
|
194
|
Bitcoin / Hardware / Re: [ANN] Bitfury is looking for alpha-testers of first chips! FREE MONEY HERE!
|
on: August 17, 2013, 07:33:40 PM
|
I have 3 questions:
The level shifter in the original schematic works just fine==> the one bitfury posted?
To be safe core power was applied first, then IOVDD.==> is this needed or?
VDD => lets's forget the IOREF line. ==> so connect the VDD to the IOREF?
On the Bi*Fury USB miner we have a level shifter made from a 330/390 Ohm divider. That works fine. I've run several chips with IOVDD = 1.8V, and Vcore = 0, sometimes due to mistakes, sometimes on purpose. Nothing bad has happened. Chip doesn't get warm, and still works. IOREF = VDD works great.
|
|
|
195
|
Economy / Service Announcements / Re: [ANN] Bitfury ASIC sales in EU and Europe
|
on: August 17, 2013, 06:06:17 PM
|
When shopping for a PC power supply, don't look at the total power, but check the manual for the power that's available on the +12V wires. It is usually less. Also, when have a multi-voltage supply, like a regular PC PSU, and you only draw power from the 12V, the voltage may drop more than in an application where the 5V and 3.3V is also loaded. The H-CARDs don't mind if the voltage drops a bit, but you'll get increased current, and this stresses the PSU even more.
|
|
|
|