Author

Topic: I'm making my own USB miner (Read 754 times)

newbie
Activity: 3
Merit: 0
February 04, 2014, 11:10:26 PM
#7
Thanks for the links. Porting Verilog to c++ is a pain! and the Butterfly labs code seemed to be 99% hashing chip management. I found this: https://www.youtube.com/all_comments?v=UvSVxC7dy9c . The author seemed determined not to share any code, though.
full member
Activity: 196
Merit: 100
February 04, 2014, 04:37:41 PM
#6
Oddly enough, BFL open sourced their firware.  Avalon did too IIRC.
Thanks, BFL BitForce SC Firmware source code  Cheesy
legendary
Activity: 1512
Merit: 1000
February 04, 2014, 04:30:32 PM
#5
This is more of a fun excersise than a plan to make a lot of money.

On a seperate thought, i hear the Icarus protocol is serial-based, but i can't find any documentation on it.

Icarus?

None of the current hardware or firmware for the miners is open source, its all secret and protected by the manufacturers which is probably why you can't find any useful information.

You may find something on FPGA in the icarus link (above).


Oddly enough, BFL open sourced their firware.  Avalon did too IIRC.
full member
Activity: 196
Merit: 100
February 04, 2014, 04:27:50 PM
#4
This is more of a fun excersise than a plan to make a lot of money.

On a seperate thought, i hear the Icarus protocol is serial-based, but i can't find any documentation on it.

Icarus?

None of the current hardware or firmware for the miners is open source, its all secret and protected by the manufacturers which is probably why you can't find any useful information.

You may find something on FPGA in the icarus link (above) and some FPGA mining code to browse.
newbie
Activity: 3
Merit: 0
February 04, 2014, 02:08:13 PM
#3
This is more of a fun excersise than a plan to make a lot of money.

On a seperate thought, i hear the Icarus protocol is serial-based, but i can't find any documentation on it.
full member
Activity: 196
Merit: 100
February 04, 2014, 12:49:55 PM
#2
I only have serial available on the microcontroller i plan to use.
It would be more sensible to match the hardware to the job it needs to do, rather than picking some random controller and trying to get it to fit.

newbie
Activity: 3
Merit: 0
February 04, 2014, 09:59:54 AM
#1
I am designing a USB bitcoin miner, and i need some help.

First of all, how would i implement an existing protocol over serial? i want to use an existing protocol so i can intergrate it easily with BFGminer, CGminer, etc... I only have serial available on the microcontroller i plan to use. some pseudo-code and/or c code about interfacing would be helpful.

Second of all, what exactly does the chip its self do? does it simply do an SHA256 hash and send it back, or is more going on? again, example code would be helpful.
Jump to: