Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use already created Bloomfilter files? #270

Open
ikrahul opened this issue Nov 10, 2023 · 3 comments
Open

Use already created Bloomfilter files? #270

ikrahul opened this issue Nov 10, 2023 · 3 comments

Comments

@ikrahul
Copy link

ikrahul commented Nov 10, 2023

I wanted to know if we could use someone else's created bloom filter file.
Suppose I have this file created on my machine for K 512 - keyhunt_bsgs_6_67108864.blm. Will it work on someone else's machine if i just share it with them?

And if so can someone share their blm file with K factor greater than 512 and I use it, will it work? My machine has 16 Gigs of RAM but is unable to create blm more than K 512.
Thanks!

@mirameshs
Copy link

any bloom filter files will load in ram so if you wanna somebody else bloom filter files you need that amount of ram. for example, if you wanna load a bloom files that is 32 GB, you need 32 GB memory

@Luktoo
Copy link

Luktoo commented Dec 19, 2023

16 GB of RAM must be totally free and available to use by Keyhunt. If you only have 16 GB and try to use the entire amount, you can't because just loading up Windows (the system) will use some of the 16 GB.

@Rkcr7
Copy link

Rkcr7 commented Apr 1, 2024

is there any specific command to run already created or someone else's bloom filter file with different name ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants