keyhunt icon indicating copy to clipboard operation
keyhunt copied to clipboard

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

Open bigvito19 opened this issue 2 years ago • 1 comments

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.

bigvito19 avatar May 16 '22 15:05 bigvito19

Not yet

albertobsd avatar May 27 '22 03:05 albertobsd

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

albertobsd avatar May 01 '23 03:05 albertobsd