Author

Topic: Trying to create a FPGA miner with vanity address split-key generator (Read 510 times)

member
Activity: 101
Merit: 10
Twitter -> @z0rius
I do plan at some point to use the arm controller / gpu also on some boards but im currently trying to write a miner for Parallella microserver, it uses c as its main libary for threading onto the Epiphany controller.

I picked that board because its new and has 18 cores to play with, im just stuck getting the right code to mine with thats all Sad
full member
Activity: 127
Merit: 100
Hi,

I'm not a high level programming language developer, so unfortunately I can't help you in your C problem.

But are you sure you want to implement a miner in C for the FPGA? Are you going to use a high level synthesis tool or something for this?
If you plan to implement code for the ARM processor or an embedded processor (built in the FPGA) that will not be faster then if you made it for a general PC processor.
If you want to make something (much) more effective, make it directly for the FPGA in a HDL language. You can also find coding examples for it on the web. I remember that I have seen one on opencores.org also.

Regards,
Shodan
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
I've split this post from the original thread as it's quite old and this question warrants a new thread.

@OP, please update your thread title and your OP to reflect these changes.
member
Activity: 101
Merit: 10
Twitter -> @z0rius
Hi sorry to bring up a old thread, but I am trying to create a fpga miner this is the part of the code im stuck with :
https://bitcointalksearch.org/topic/c-generate-public-key-of-public-key-hex-private-key-hex-any-help-1704597

if someone wants to help that be great, @ThePicachu any guidance ?
Jump to: