Bitcoin Forum

Bitcoin => Project Development => Topic started by: TetraHect0rCannabinol on December 05, 2016, 05:47:04 AM



Title: Trying to create a FPGA miner with vanity address split-key generator
Post by: TetraHect0rCannabinol on December 05, 2016, 05:47:04 AM
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://bitcointalk.org/index.php?topic=1704597

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


Title: Re: Re: [Bounty - Claimed] Vanity address split-key generator software
Post by: Mitchell on December 15, 2016, 06:56:03 PM
I've split this post from the original thread (https://bitcointalk.org/index.php?topic=90587) 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.


Title: Re: [Bounty - Claimed] Vanity address split-key generator software
Post by: ShodanEnkidu on January 03, 2017, 07:00:57 PM
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


Title: Re: [Bounty - Claimed] Vanity address split-key generator software
Post by: TetraHect0rCannabinol on January 08, 2017, 04:35:50 PM
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 :(