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
VanitySearch.exe -cp -i old_file.txt -o new_file.txt
please help
thanks!