Post
Topic
Board Development & Technical Discussion
Re: VanitySearch (Yet another address prefix finder)
by
nc50lc
on 22/03/2020, 11:15:38 UTC
How to create files with specific size ie. 1MB or number of keys ie: 100 ?
I haven't found any arg to do that but you can use this workaround:
  • Create an input file "100test.txt" with 100 lines of "1test" (copy paste the first line until 10th, then copy the 10 lines and paste 9 times)
  • Use this command: vanitysearch -stop -i 100test.txt -o 100testresult.txt

By using -stop argument, it will only search each of the input files' line, 100 lines =100 results.
You can use notepad++ so you can monitor the number of lines.