Post
Topic
Board Development & Technical Discussion
Re: VanitySearch (Yet another address prefix finder)
by
nc50lc
on 03/06/2020, 02:57:39 UTC
can you write down for me a command for txt to search random private from a list of address?
This is not feasible, I mean whatever your goal is.

Anyways, for the command, a simple input text file containing the address in each line like this is all you need:
input.txt
Code:
1BitcoinEaterAddressDontSendf59kuE
1CounterpartyXXXXXXXXXXXXXXXUWLpVr
.
.
1CUNEBjYrCn2y1SdiUMohaKUi4wpP326Lb

Then use this command:
Code:
vanitysearch -i input.txt -stop -o result.txt
You can add -gpu or anything, just don't remove -stop.