bernardladenthin/BitcoinAddressFinder

Read from text file

Toddtroy opened this issue · 2 comments

Read millions of private keys from text file similar to brainwallet except you dont have to take sha256 hash the hash is pregenerated just do the conversion to compressed and uncompressed addresses and private keys save the converted result to text file this can also include pattern matching if need be since we dont want to save millions of those this can also have flags if you want to all the results -s or the results whose pattern matches to the pattern or address you input -sp.

Hi,
it's more or less the same as #3 .
Yes, I take your request to support pre generated sha256 files to create and check key pairs including pattern matching.

Thanks in advance and many regards, Bernard