Post
Topic
Board Development & Technical Discussion
Re: Vanitygen search
by
Tanagi
on 11/09/2021, 23:24:55 UTC
Just remove the EC_KEY_generate_key function at line 129 and increment the private key, and then use something like BN_set_word to increment the private key int manually and then run EC_POINT_mul to multiply it by G.

Disclaimer: The linear search will probably be faster, I suspect that the key generation method is slow.

Brilliant, thank you NotATether.

Could you be so kind as to show the code as you would change it?

Sorry, I am a researcher and totally not a coder.

Much appreciated  Smiley