Post
Topic
Board Development & Technical Discussion
Re: VanitySearch (Yet another address prefix finder)
by
inlovewiththedj
on 26/05/2020, 22:52:44 UTC
How to generate addresses to output file from input file (cointaining hex keys)?

I have text file with 50 hex keys in every single line.
I'm not sure what can I expect but I want to put this file into VanitySearch and get one nice output file with addresses corresponding to this hex keys.

I tried this command but it doesnt work

Code:
VanitySearch.exe -cp -i old_file.txt -o new_file.txt

please help

thanks!