albertobsd / keyhunt

privkey hunt for crypto currencies that use secp256k1 elliptic curve
MIT License
648 stars 353 forks source link

Question about using bloom filter or bloom file instead of text file #178

Closed bigvito19 closed 1 year ago

bigvito19 commented 2 years ago

Is it possible to use a bloom filter or a bloom file instead of the text file? It would at least increase the speed because you wouldn't have to load the text file and iterate of the public keys or addresses.

albertobsd commented 2 years ago

Not yet

albertobsd commented 1 year ago

The lastest development branch have enabled the -S parameter to create, write the file and read the file based on the txt data.