The -cp option expect a private key in hex format:
There is no trivial way to do what you want with VanitySearch, you can write a small script:
pons@linpons:~/VanitySearch$ for i in `more tst.txt`; do ./VanitySearch -cp $i | grep Addr | grep P2PKH | awk '{ print $3 }'; done
12csaq6uhAtyhzUN8N4akVpat7GP6wB3ea
1PGVt2mWHgbULrx9pjWDPc2EKp2LWLT4fd
1DVjd5oZqCCYywtgL7FLbT3ZX4FFJK5nwc
1. It is possible to install VanitySearch and run this script in Cygwin64 Terminal?
2. what about CMD in Windows? It is possible to create the same script?
Thanks!
nice command thanks!
But one more question
How to attach (duplicate) also the HEX string
(from input file) to output (which this address refers)
ie.
12csaq6uhAtyhzUN8N4akVpat7GP6wB3ea
5B3F38AF935A3640D158E871CE6E9666DB862636383386EE510F18CCC3BD72EB
1PGVt2mWHgbULrx9pjWDPc2EKp2LWLT4fd
5B3F38AF935A3640D158E871CE6E9666DB862636383386EE510F18CCC3BD72EC