bernardladenthin / BitcoinAddressFinder

A high performance bitcoin address finder.
Apache License 2.0
170 stars 49 forks source link

Read from text file #9

Closed Toddtroy closed 3 months ago

Toddtroy commented 2 years ago

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.

bernardladenthin commented 2 years ago

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

bernardladenthin commented 3 months ago

Closed, see #3.