albertobsd / keyhunt

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

Use already created Bloomfilter files? #270

Open ikrahul opened 10 months ago

ikrahul commented 10 months ago

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 commented 10 months ago

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 commented 8 months ago

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 commented 5 months ago

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