Pages:
Author

Topic: Other purposes for ASIC hardware. (Read 9387 times)

hero member
Activity: 711
Merit: 500
Fight fire with photos.
November 06, 2013, 09:32:53 PM
#25
Now that I got my Avalon mini up and running, I think I found another use. You could strap a couple of these on an airplane and take off. They really throw out some air. In addition, while the chips are probably no good, there are a few things salvageable on it, like the PSU. I'm sure the aluminum case could be repurposed somehow. And the WR703N could be turned into a PirateBox. Worst comes to worst, they will be worth significantly less, but not absolutely worthless. 
member
Activity: 86
Merit: 10
November 04, 2013, 09:15:05 PM
#24
Yes, find a way to put in some memory to let it work on Scrypt mining Smiley

Not gonna happen with sha256 asics, sadly
full member
Activity: 236
Merit: 100
November 04, 2013, 08:46:31 PM
#23
Yes, find a way to put in some memory to let it work on Scrypt mining Smiley
rpg
hero member
Activity: 728
Merit: 500
November 04, 2013, 06:40:23 PM
#22
Mice control.  Noise, heat and fan wind scares them off. 
Recommended setup: 4 BFL singles in each corner of your basement.

i'm sure the steady lights on the eruptors will scare the shit out of would be robbers. Set the sticks power connected to a sound detection device and turn them on and you'll see the robbers running as fast as they can  Grin
sr. member
Activity: 399
Merit: 250
November 03, 2013, 03:26:32 AM
#21

Uses for ASIC miners:

Foot warmers for old people
Building material for 3rd world houses (gotta be stronger than the mud they use)
Self funding ventilation fans (for now)
Warning siren (BFL)
Pet drying equipment.
Mincing Equ. (BFL)
Arsonist kit (BFL)
Wedding gift (after Diff rises)

member
Activity: 100
Merit: 10
Vast
November 02, 2013, 03:09:13 PM
#20
if we could up the voltage on the usb sticks we could get them hot enough to cook some cute square little eggs
donator
Activity: 1218
Merit: 1079
Gerald Davis
November 02, 2013, 02:30:23 PM
#19
blub I know HF has released their protocol doc and IIRC Avalon has as well.  I got to run so I can't find a link right now but they are out there.

The ASICs are "simple".  The high level "mining" is done on the general purpose host and the ASICs as really SHA-2 hashing engines.  It varies from design to design but generally speaking the ASIC is sent get a "blob" of binary data (block header) and a target.  The ASIC takes the header, adds the nonce, hashes it checks if it is less than the target and keeps incrementing the nonce until it finds a solution which it returns. 

The one issue with high output PRNG is that the SHA-2 processors throw away all the hashes which don't meet the target.   Even if the target is set a difficulty 1 that means that only 1 in 2^32 hashes will be below the target and returned.   So take HF 400 GH/s processor.   Even with a target for difficulty 1 it only returns ~ 4 solutions per second at higher difficulty it is even less.  This is done to reduce he need for high bandwidth connectivity between the host and the processors.

I don't believe any ASIC processor can be instructed to return solutions which are less than diff 1.  In theory it could be done but I doubt any designer assumed anyone would want to as in Bitcoin the min difficulty is hardcoded at 1 regardless of network hashrate.
member
Activity: 88
Merit: 10
November 02, 2013, 01:58:10 PM
#18
has anyone here seen an asic instruction set?
is it realy just "Take that block and mine until you find it" or is it something like
"take that bitstream, and sha256 it", with the rest of the calculation done in software on general purpose hadware?

Generally you want as little calculations done on the asic as possible, so it would be plausible that at least some of the asics work like this.
What certainly not done is only the sha256 on the external hardware and the rest on the host pc, as usb isn't fast enough for any asic flooding it with numbers (A block eruptor would create 10GB per second)

Which woudl make it a perfect PRNG for scientific computing, provided some realy fast bus(maybe on a processor socket in a multi cpu setup) and provided the sha256 output realy has good randomness
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
November 02, 2013, 09:36:03 AM
#17
Uses for obsolete ASIC hardware (hint ASIC = Application SPECIFIC Integrated Circuit = "it only does one thing")
1) Stepping Stool
2) Door stop
3) Paperweight for a really big stack of papers
4) Improvised Blunt force weapon
You left out
5) Boat anchor
6) Book end
hero member
Activity: 924
Merit: 1000
November 01, 2013, 09:29:04 PM
#16
Uses for obsolete ASIC hardware (hint ASIC = Application SPECIFIC Integrated Circuit = "it only does one thing")
1) Stepping Stool
2) Door stop
3) Paperweight for a really big stack of papers
4) Improvised Blunt force weapon

5) Educational tool for school to learn about Bitcoin / Altcoin with.

Donate a few to me we'd love to have a few of them in the classroom.
sr. member
Activity: 364
Merit: 253
November 01, 2013, 08:58:05 PM
#15
Drying meat is also a good idea. Cheesy
hero member
Activity: 1082
Merit: 505
A Digital Universe with Endless Possibilities.
November 01, 2013, 08:32:52 PM
#14
Other than drying meat and driving up power bills, can the ASICs be put toward other uses? For example, when the lower end ones become obsolete for bitcoin mining, could they be put toward Folding@home or other distributed computing projects?

Nothing, ASIC is designed for mining and nothing else...
fex
full member
Activity: 145
Merit: 100
November 01, 2013, 06:09:10 PM
#13
You could use the sha256(sha256(x))-function as a pseudo random number generator if you need ... lot's of pseudo random numbers Huh
donator
Activity: 1218
Merit: 1079
Gerald Davis
October 31, 2013, 11:59:34 PM
#12
Uses for obsolete ASIC hardware (hint ASIC = Application SPECIFIC Integrated Circuit = "it only does one thing")
1) Stepping Stool
2) Door stop
3) Paperweight for a really big stack of papers
4) Improvised Blunt force weapon
sr. member
Activity: 364
Merit: 253
October 31, 2013, 08:31:49 PM
#11
Opencl brute forcing. Also maybe some algorithm for file compression maybe? It would be great having 1 TH/s power to zip a 10GB file into 5-7GB.
full member
Activity: 202
Merit: 100
October 31, 2013, 08:27:49 PM
#10
You can still mine alt and alts....
hero member
Activity: 711
Merit: 500
Fight fire with photos.
October 31, 2013, 08:01:53 PM
#9
I don't know a whole lot about how all of this cryptography stuff works. But would a distributed computing project in the future be able to be built around the idea that bitcoin mining could be used to contribute to it? In other words, if the hardware isn't good for anything else out there now, could something be developed that would make them useful again?
hero member
Activity: 756
Merit: 500
October 31, 2013, 05:29:27 PM
#8
It seems like someone will come up with another use for them otherwise it just feels like a waist of resources.
full member
Activity: 164
Merit: 100
October 31, 2013, 04:25:09 PM
#7
bitcoin use SHA256 twice. It is worthless for any other use than bruteforcing SHA256(SHA256())

A block is a bunch of transactions + junk that we bruteforce to get a SHA256 Hash of the SHA256 Hash that has enough leading ZEROs to achieve the required difficulty.

You cannot bruteforce SHA256 with it ...

rpg
hero member
Activity: 728
Merit: 500
October 31, 2013, 03:45:02 PM
#6
Other than drying meat and driving up power bills, can the ASICs be put toward other uses? For example, when the lower end ones become obsolete for bitcoin mining, could they be put toward Folding@home or other distributed computing projects?

try offering your SHA256 services to NSA  Grin
Pages:
Jump to: