Post
Topic
Board Development & Technical Discussion
Re: VanitySearch (Yet another address prefix finder)
by
NeuroticFish
on 04/03/2020, 16:13:59 UTC
I will try to rephrase as I have a feeling we might've had misunderstanding as I'm not native English speaker.
I'd like to put all the found keys in a txt file. What exactly should I write after -o? is it something like -o C:/BTC/vanitysearch/file.txt where I specify the path to that particular file?

Let's say it simple. If you do this:

Code:
vanitysearch -c -o results.txt 1Me

Then results.txt will get bigger and bigger, containing 3 lines for each found address. In my case the first 6 lines are:

Code:
PubAddress: 1meEixrnWYtQFXUkDxnP3ENxXCmEZJ1kE
Priv (WIF): p2pkh:L5dBcsL9Pgmx5pDk1ii7ykdQPx17XQZuhEpofKQFWn4K382jXCUB
Priv (HEX): 0xFAC64ACC2BEBB389756AB9AB34A885F9F2879D960323293A0F51DB12881EF4DA
PubAddress: 1metAmdcDmYj5F5sgDsDHUJVdv3VMbeUb
Priv (WIF): p2pkh:KytWuwVt4DDoPjwvsuKQb2BDdMApd7jtPiymw6eekWYsycvrMKcH
Priv (HEX): 0x4FA34D7759299FEBD5DBB8DC0E4AA89C7B0EE8AD77D560382F7FFE6B8F08CFF8

This is what you wanted to know? Clear now?
However, nobody stops you from making a test with a very simple vanity rule which will give you results in seconds.