albertobsd / keyhunt

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

Feature Request - Support for Distributed Memory Keystores with BloomFiltering #310

Open sigkill opened 2 months ago

sigkill commented 2 months ago

Is it possible to add bloomfilter via distributed service like memcached or redis to use with Keyhunt?

Rather than using a system with a ton of ram, you would be able to distribute this across multiple services instead, which in theory would speed up the hunting.

albertobsd commented 1 month ago

let me check about that