Bitcoin Forum

Bitcoin => Hardware => Topic started by: matosha on November 18, 2013, 11:19:02 AM



Title: usage of the asic usb miners
Post by: matosha on November 18, 2013, 11:19:02 AM
Can someone give me a basic understanding or even a simple scrypt in whatever language to use the USB miner. I just want to see a basic call I/O with the device so i can maybe try figure out an alternate usage for it. I know cgminer already uses it, but i had no luck in where it sends commands and parameters to the device. ???


Title: Re: usage of the asic usb miners
Post by: Rannasha on November 18, 2013, 11:41:20 AM
Can someone give me a basic understanding or even a simple scrypt in whatever language to use the USB miner. I just want to see a basic call I/O with the device so i can maybe try figure out an alternate usage for it. I know cgminer already uses it, but i had no luck in where it sends commands and parameters to the device. ???

cgminer is open source, what's stopping you?

However, if you're trying to figure out an "alternate usage", you might as well give up. These things don't do anything other than SHA256(SHA256(x)) no matter how you poke or prod them. So unless you alternate usage is exactly the same as SHA256-based mining, it won't work.


Title: Re: usage of the asic usb miners
Post by: matosha on November 18, 2013, 12:13:51 PM
Can someone give me a basic understanding or even a simple scrypt in whatever language to use the USB miner. I just want to see a basic call I/O with the device so i can maybe try figure out an alternate usage for it. I know cgminer already uses it, but i had no luck in where it sends commands and parameters to the device. ???

cgminer is open source, what's stopping you?

However, if you're trying to figure out an "alternate usage", you might as well give up. These things don't do anything other than SHA256(SHA256(x)) no matter how you poke or prod them. So unless you alternate usage is exactly the same as SHA256-based mining, it won't work.


thanks. sucks that these things dont vary in purpose. would have been cool if these had variable forms of input.


Title: Re: usage of the asic usb miners
Post by: Rannasha on November 18, 2013, 01:02:43 PM
Can someone give me a basic understanding or even a simple scrypt in whatever language to use the USB miner. I just want to see a basic call I/O with the device so i can maybe try figure out an alternate usage for it. I know cgminer already uses it, but i had no luck in where it sends commands and parameters to the device. ???

cgminer is open source, what's stopping you?

However, if you're trying to figure out an "alternate usage", you might as well give up. These things don't do anything other than SHA256(SHA256(x)) no matter how you poke or prod them. So unless you alternate usage is exactly the same as SHA256-based mining, it won't work.


thanks. sucks that these things dont vary in purpose. would have been cool if these had variable forms of input.

They would be a lot slower if they could do more different things.

The whole idea behind the transition from CPU to GPU to ASIC for mining is that the more specialized the device is, the more you can optimize it and the faster it becomes.