albertobsd / keyhunt

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

creating bloom filters files without the required ram #281

Closed eshbeata closed 8 months ago

eshbeata commented 8 months ago

Hello

Generating the bloom filters takes a lot of time example for 1 TB [+] Bloom filter for 274877906944 elements : 942249.56 MB [+] Bloom filter for 8589934592 elements : 29445.30 MB [+] Bloom filter for 268435456 elements : 920.17 MB [+] Allocating 4096.00 MB for 268435456 bP Points [+] processing 78643200/274877906944 bP points : 0%

is there a way to have an option to generate the files without having the actual ram on the devices? and without even running the bsgs and brute force . Then we can use these files with a real server that have the RAM needed to process it?

albertobsd commented 8 months ago

No