Post
Topic
Board Development & Technical Discussion
Re: What algorithm is this ?
by
678AFDB0
on 02/02/2023, 13:26:45 UTC
It synthesizes ok on Altera Cyclone 4, takes around 15k gates, but bit slow. At 50 Mhz clock, it takes ~18uS to add a point and hashing takes 3uS.

https://github.com/fpgaminer/fpgaminer-vanitygen
how to run .v  # fpgaminer_vanitygen_top.v
how to compile linex
tell me

You need to install Quartus Prime, then follow the 13 step guide.

But keep in mind this is mostly useful to learn Verilog and play with your FPGA board. For practical purposes it is best
to run VanitySearch on your CPU, it will be x10000 faster.

i try to install Quartus Prime lot of error my linex



send me your fpgaminer-vanitygen compile file please  Embarrassed#    uplode your file this site https://www.transfernow.net/en send link please or gdrive , other link



Hey,

Sorry, but this is not my project, i just found it on GitHub and was wondering what is the name of the algorithm, that's it.