Bitcoin Forum
May 24, 2024, 12:06:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 [254] 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 »
5061  Bitcoin / Hardware / Re: Price Reduced! You give me your Avalon chips, and I will house them in a "condo" on: May 11, 2013, 08:21:19 AM
So now with the release of the schematics from Avalon, it's official: I have been right all along about the daisy chaining, and also the use of the Spartan-6. Any design that does not use a subsystem with multiple serial ports working asynchronously will not be efficient. We will be using the original Avalon design, but are not clear yet on the hashing unit power supply because of parts availability.

Doesn't seem like Bkkcoins is too worried about using any Spartan 6 in his design. Can you give more evidence to support your claim that it will be inefficient without it?

https://109.201.133.65/index.php?topic=190731.msg2103669#msg2103669


Quote
Ok. Let me try to explain some details about how the hashing works, and why either an FPGA or CPU can work, so that we can move beyond this.

In order for the hash engine to work it needs 3 pieces of data:

( midstate, fixed_data, nonce )

Midstate and fixed_data are provided for each work unit by cgminer.

Nonce is a 32 bit range that will counted up through so that every value is hashed, ie max 4 billion odd hashes.

When cgminer sends a work unit to the Avalon it sends some control info (like fan speeds, module number, asic count) and then the (midstate and fixed_data), and then it appends on the starting nonce value for each ASIC in the target chain module. So for Avalon that is 10 copies of the nonce start value. This all comes down USB and into the FTDI chip which sends it into the FPGA.

The FPGA accepts this in a super long shift register and acts on it. It has to send a stream of data for each ASIC in the chain - so that means repeating the ( midstate, fixed_data, start_nonce_value )  serially into the data input of the ASICs. This is quite a bit of data actually:

( 256 bits midstate, 96 bits fixed_data, 32 bits nonce ) x 10 ASICs in chain = 3840 bits.

It holds the midstate+fixed_data and repeats it for each ASIC appending on the nonce_start.

Avalon uses an FPGA because it's doing this process for each of the 32 modules it contains because it is the one central controller in the box.

The way Klondike works is different but results in the same data going into the ASIC.

Klondike has a PIC controller with USB integrated. So it talks to cgminer just like Avalon, but will use a different driver. This driver will send the (midstate, fixed_data) to Klondike via USB and the PIC stores this in it's RAM (44 bytes total). It doesn't need to calculate and send the nonce, the PIC will take care of that. So total data sent for each work unit is 44 bytes.

The PIC will take this data in RAM and serially push it into the ASICs and then append on a nonce start value (by masking the high 4 bits, thus giving it a range equal to 1/16th of the total). It will repeat this for each ASIC in the chain. Since it's only managing it's own module it doesn't have to switch and control 31 other modules like the Avalon FPGA.

The Klondike has 16 ASICs but I have split them into 2 banks of 8 each. This allows pushing the data in twice as fast, and also means if one ASIC is damaged then only 8 cannot function, instead of 16. While the data is pushed into an ASIC the hashes it calculates are invalid, so the faster the new work start data is pushed in the less time the hashing is stalled.

Klondike also performs a few secondary tasks. It sets up a PWM register to control fan speed. It now and then takes a voltage reading off the thermistor or internal sensor. And it also accepts work data from the USB host that is not intended for it's own ASIC chains. A 44 byte work unit can arrive that is for some other module. In this case it simply receives it and sends it right out again on the I2C bus. Since the PIC has a hardware I2C controller this takes very little code or work.

So the same thing happens in both systems but in Avalon the FPGA has to handle 32 times more data than the PIC. With 16 ASICs at 282 MHz a nonce range of 32 bits will take about,

2^32 / 16 / 282,000,000 = 0.95189878 seconds.

The PIC has to receive 44 bytes of data in just under a second for itself, and then repeatedly shift it into the ASICs as initialization for hashing. This should take about 3% or less of it's time depending on how fast the ASIC shifting is done. The other 97% of it's time it's waiting for results, relaying data or fiddling with it's fan. Since most of these are handled by interrupts it's basically idling.

I may stick a 320x240 LCD touch screen on the front of my Klondike master so I can see status. The I2C bus would allow this and give the PIC something to do when idle.
5062  Bitcoin / Hardware / Re: BFL power consumption / Charity Donation on: May 11, 2013, 07:45:56 AM
I'll take the 1000 BTC for scholarships for needy students it would certainly help a great number of Indonesian students get a great education.... but he has to convert them to FRC first then he can send it to me.
5063  Bitcoin / Hardware / Re: [Work in progess] Burnins Avalon Chip to mining board service on: May 11, 2013, 07:41:00 AM
Burnin.

Without revealing too much about your boards can we get any updates on design specifics. I know comparison with Bkkcoins version of a DIY Avalon will help many see that diversity is in the marketplace and will help everyone a great deal to get into more CHIP group buys. We do need as much information as possible so that we can settle people into the alternatives. BFL has a very tenuous hold on the market right now and the more project leaders can reveal the better to loosen BFL's grip and allow for more freedom in the market place.

Quote
# 10/20 Avalon chip module - 2.82/5.56 Ghash/s nominal speed
# 4 Layer thermally enhanced PCB
# PIC32 native USB-Controller
# CAN-Bus inter-module communication (Only one USB connection for up to 32 Modules)
# Power Connectors: 6Pin VGA, barrel jack for wallwart, power-stacking-connector.
# Power requirement: ~20/40 Watts @ 12V
# Onboard 25A/50A switcher for core voltage
# Easy stacking option
# Host protocol: Avalon emulation
# Temperature controlled Fan

Seeing that there is no FPGA means a lot so you are in agreement that most of these 10 -16 chip board designs and larger configurations do not need it?

Also in terms of stacking we are looking at a 600 W PSU that could supply power to how many boards?

So in terms of heat sink what will you be using Aluminium extruded like on the Avalon rigs?

The heat sinks will be connected to vias to dissipate heat or do you have something else in mind?
 
My apologies if this has been answered before in the thread. I will continue reading through and revise if necessary.

When you get time Burnin unless this has already been asked an answered.
5064  Bitcoin / Hardware / Re: [Work in progess] Burnins Avalon Chip to mining board service on: May 11, 2013, 07:40:24 AM
And the merry go round starts again...

wow.
5065  Bitcoin / Hardware / Re: Klondike - 16 chip ASIC Open Source Board - Preliminary on: May 11, 2013, 06:18:39 AM
Nice one steamboat +1. Thanks from all of us!

Oooh getting so excited. Wish I could help more. Grin

I am going to see if I can get some of those VGA style heat sinks aluminum extruded to you BKKcoins. Just need to track down a few of the manufacturers here in Indonesia. Maybe another aliexpress shipment from China headed your way if I can swing it.
5066  Bitcoin / Hardware / Re: Klondike - 16 chip ASIC Open Source Board - Preliminary on: May 11, 2013, 05:58:23 AM
Quote from: BkkCoins
When I have a prototype I'll attach some test heat sinks and see what works best, and test with the new IR thermometer gun that some kind member here bought me. Smiley

I'd like to add... if there's anything you need, please let us know! I'm sure it's the least we can do for the time you're putting in.

+1  I think anyone with a larger order of chips should see if they can shunt the "test" chips BKKcoins way if at all possible. I am trying to determine what if any Avalon test chips I might be getting from the group buy. That would be a priority I think as the sooner he gets the testing chips even if he is not ready for it the better.
5067  Alternate cryptocurrencies / Altcoin Discussion / Re: CoinChoose - alternative site to show respective profitability of the alt coins on: May 11, 2013, 04:47:11 AM
FRC is the openly available portion that miners can obtain while FRC-F is the portion of each block that is given to the foundation.

As a note... Foundation funds are not being dispensed until the foundation is legally set up and people should voice opinions on the scheduling and proportions of the dispensation. We want as many people involved as possible to insure that the foundation distributes the coins equitably. Check here: http://www.freicoin.org/freicoin-budget-t116.html

Also remember that after 3 years approx. all mining including the 5% demurrage will go to the miners so the initial foundation coin will all be redistributed and be back in circulation and then ultimately redistributed back to the miners over and over and over again so this is a temporary situation that is intended to spread coin distribution beyond the confines of cryptocommunity. Not a centralized power that remains forever locked in using these funds. So really in time this coin just reverts to miners.
5068  Bitcoin / Hardware / Re: BFL 6 May 2013 ASIC Update on: May 11, 2013, 04:35:45 AM
Might be time to start a mailing campaign... ship one large red clown to BFL in protest for breaking their promises.

5069  Bitcoin / Hardware / Re: [Work in progess] Burnins Avalon Chip to mining board service on: May 11, 2013, 04:21:39 AM
Burnin.

Without revealing too much about your boards can we get any updates on design specifics. I know comparison with Bkkcoins version of a DIY Avalon will help many see that diversity is in the marketplace and will help everyone a great deal to get into more CHIP group buys. We do need as much information as possible so that we can settle people into the alternatives. BFL has a very tenuous hold on the market right now and the more project leaders can reveal the better to loosen BFL's grip and allow for more freedom in the market place.

Quote
# 10/20 Avalon chip module - 2.82/5.56 Ghash/s nominal speed
# 4 Layer thermally enhanced PCB
# PIC32 native USB-Controller
# CAN-Bus inter-module communication (Only one USB connection for up to 32 Modules)
# Power Connectors: 6Pin VGA, barrel jack for wallwart, power-stacking-connector.
# Power requirement: ~20/40 Watts @ 12V
# Onboard 25A/50A switcher for core voltage
# Easy stacking option
# Host protocol: Avalon emulation
# Temperature controlled Fan

Seeing that there is no FPGA means a lot so you are in agreement that most of these 10 -16 chip board designs and larger configurations do not need it?

Also in terms of stacking we are looking at a 600 W PSU that could supply power to how many boards?

So in terms of heat sink what will you be using Aluminium extruded like on the Avalon rigs?

The heat sinks will be connected to vias to dissipate heat or do you have something else in mind?
 
My apologies if this has been answered before in the thread. I will continue reading through and revise if necessary.
5070  Local / Bahasa Indonesia (Indonesian) / Re: Bahasa Indonesia on: May 11, 2013, 03:24:35 AM
Pertambangan Indonesia Rig:

Saya telah melihat ke dalam kemungkinan bangunan dewan Klondike di Indonesia menggunakan perusahaan Jepang yang berbasis di sini dan itu terlihat sangat menjanjikan. Pertama dewan Klondike mendekati desain penyelesaian dan beberapa hal penting yang akan diuji pada papan segera. Avalon hanya merilis informasi lebih lanjut tentang chip sehingga desain dapat bergerak maju sebagai cukup banyak sesuai dengan spesifikasi. Saya intersted dalam memasang sebuah situs web mungkin pada bulan Juli sehingga Indonesia dapat membaca tentang update karena mereka datang dan lay out rencana dan jadwal sehingga Anda dapat mengikuti ketika kita berharap telah penambang bekerja untuk dijual di Indonesia. Kami akan memiliki harga bagi penambang ini karena kami lebih dekat ke tanggal.

Quote
Indonesian Mining Rig:

I have been looking into the possible building of the Klondike board here in Indonesia using a Japanese company based here and it looks very promising. First the Klondike board is nearing design completion and some important things are going to be tested on the boards soon. Avalon just released more information on the chips so the design is able to move forward as pretty much in line with the specifications. I am interested in putting up a website probably in July so that Indonesian can read about the updates as they come in and lay out plans and schedules so that you can follow when we expect to have working miners for sale in Indonesia. We will have prices for these miners as we get closer to the date.

If you have any questions feel free to email me at darin.bicknell@gmail.com (Maaf untuk Google Translate)
5071  Bitcoin / Hardware / Re: Klondike - 16 chip ASIC Open Source Board - Preliminary on: May 11, 2013, 02:56:54 AM
Heatsinks?

I know you are still reworking the board for more important aspects but have you given more thought to the attachment of the heatsink Bkkcoins? Will we more likely to be bolting a single Aluminum heat sink to the back of the board? Where will the through holes be?
5072  Bitcoin / Hardware / Re: Klondike - 16 chip ASIC Open Source Board - Preliminary on: May 11, 2013, 02:34:11 AM
Please guys to save everyone time... read through the whole thread just BKKcoins posts if necessary to find the info. Took me 1 minute.

Will you provide an assembly service as well?

Quote from: Thread post from user
Now that you are hoping for a few different boards, can you give so updates for cost with and without parts? I am strongly considering going in on the funded ASIC group buy, and I am just trying to figure out how many I can afford. I am not looking you to lock into a price, maybe just a ballpark. Especially for the 64 chip board you mentioned.

Quote from: bkkcoins
If I had to ball park a kit price right now I'd throw out numbers like:

ALL QTY 1 --- SUBJECT TO CHANGE

(board + parts) (without ASIC, heat sink, ATX PSU, cables)
Klondike 1 - $16  (I did a design and parts list this evening, and board partly done)
Klondike 16 - $35
Klondike 64 - $100

(board only)
Klondike 1 - $6
Klondike 16 - $12
Klondike 64 - $25

PDF Assembly Manual included (hopefully). Shipping not included.

I'm not planning to get into full assembly myself except maybe for the Klondike 1 (dongle).
I will supply boards/kits at wholesale pricing to other assemblers.

If you are in Indonesia and have chips or are interested in finished boards I am working on using a Japanese company based here in Jakarta for assembly of chips to boards and I am very keen on working with Bkkcoins to get the whole kit and kabooddle done here in Indonesia minus the chips of course on more regular run where I will have stock on the shelves that people can order NO PRE-ORDERS NO BACK ORDERS only taking money for things in stock will be how I work this. However will be just for Indonesia. I would suggest to anyone doing it as a single board to a few boards to learn about reflowing chips to boards also mentioned in the thread here or finding a plant or shop that can help you out. Get your equipment and start practicing. I will actually use 2 to 4 boards at school and do this with my High School students this coming fall. We also plan to visit the fabrication plant hopefully we can actually see Klondikes being made.

https://www.sparkfun.com/tutorials/59
http://www.ti.com/lit/an/sloa122/sloa122.pdf
http://www.ti.com/lit/an/slua271a/slua271a.pdf
5073  Bitcoin / Hardware / Re: 490,000 Avalon chips already ordered - 150T hashrate spike coming in August on: May 10, 2013, 12:24:22 PM
I understand why people are predicting consolidation of miners. The very fact that chips are priced in BTC is aggravating that monopoly (rich get richer scenario)

I don't disagree that many will quit mining, but I do disagree that hobby and general "normal" people mining will die. It won't

Why wouldn't a person have a few units stacked up in his shed, wired up to a solar panel, churning out a few blocks? it's the bitcoin equivalent of a savings account, it won't make the person rich and they understand that, but it's extra coin they wouldn't have otherwise. Not every miner is an enterpriser.

Why people never factor in Altcoins surprises me. There will be many who see the value in smaller sized rigs or options and go after easier game.
5074  Bitcoin / Hardware / Re: [Work in progess] Burnins Avalon Chip to mining board service on: May 10, 2013, 12:19:53 PM
Patience.

Let him get set up... post what he has then you can start throwing rocks. Guys put up what he can when he can... hasn't asked for cash has he? Nope. So give it a rest. Chips are 1 to 2 months out from shipping for christ sake and if you feel the need for DIY Avalon Asic porn go to BKKcoins thread. Get the low down on his board till Burin is ready. Not everyone is BFL are they?
5075  Bitcoin / Hardware / Re: 490,000 Avalon chips already ordered - 150T hashrate spike coming in August on: May 10, 2013, 10:37:05 AM
Ya definitely KS,

You got chips on order?

What board you think has the legs?
5076  Bitcoin / Hardware / Re: Visit to BFL on: May 10, 2013, 09:45:44 AM

BFL has been clearly beaten to market, and they are losing the PR battle as well.

Any company that takes your money for what is effectively an alpha first run product, with hardware bugs, is basically living on borrowed time.

It's a no brainer.

Avalon just released the first segments of their design. This means that there will probably be clones by OEM's in a few weeks.

Has BFL shipped (2%) yet? Nah. Still waiting.


Weeks? http://store.avalon-asics.com/?product=avalon-asic-chips-10000 My 500+ chips will take minimum 8 weeks at least longer to get to me from the drop site in the US. Then hoping that BKKcoins has a winning board ready I can either buy his or use his open design to have boards READY here in Indonesia and reflow the chips to the boards. Time tick tick tick.

So actually 2 months minimum more likely 2.5 to 3 months but "weeks" sounds sexier though. If I get something running in what July... I will be happy. August still happy... September still happy.

Nice to see the BFL customers are taking it in a calm way though.

https://forums.butterflylabs.com/bfl-forum-miscellaneous/1860-we-just-got-fucked-avalon-selling-tons-asics-chips-~25%24-per-gigahash-~6w-ghs-2.html
5077  Bitcoin / Hardware / Re: 490,000 Avalon chips already ordered - 150T hashrate spike coming in August on: May 10, 2013, 07:43:00 AM
I know it goes BIGGER... what is the point?

Also... boards are getting designed for these chips as we speak so likely the only pinch point for most of the DIY chip crowd will be getting boards to chips. Will be a very very very interesting few months.
5078  Bitcoin / Hardware / Re: Klondike - 16 chip ASIC Open Source Board - Preliminary on: May 10, 2013, 07:29:49 AM
Power reset, on/off button...needed right? Or did I miss that somewhere in the thread? My apologies if I did.
5079  Bitcoin / Hardware / Re: Klondike - 16 chip ASIC Open Source Board - Preliminary on: May 10, 2013, 07:24:04 AM
How many boards could be safely/robustly supported via USB daisy chaining per host [PC,Pi,Etc]?

I discussed this briefly with some people when the ASICMiner USB devices were announced, and there were a couple of people complaining that in their experience connecting 15+ devices via USB usually led to problems, even with high-quality powered USB strips. I have little experience in connecting lots of USB devices so I can't really say, but this might be something worth checking out for users that are aiming to have lots of boards.

https://109.201.133.65/index.php?topic=190731.220 <--- scroll back through the thread and see how BKKcoins is proposing to do multiple boards.
5080  Bitcoin / Hardware / Re: BFL Wafer Broke? on: May 10, 2013, 05:45:50 AM
Maybe the wafer has Krax?

Pages: « 1 ... 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 [254] 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!