We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
When creating a .blf or .hex file from addr.txt it only imports 800000 hashes, performing a total of 524,288 kb. Is this a standard limit?
The text was updated successfully, but these errors were encountered:
No limits, I was able to import over 100mlns of hashes into a single .blf, but the more you import, more false positives you'll get.
Sorry, something went wrong.
There's an option to scan a data file with all hashes sorted that can be used to reject false positives, but at a certain point performance tanks.
No branches or pull requests
Hi,
When creating a .blf or .hex file from addr.txt it only imports 800000 hashes, performing a total of 524,288 kb.
Is this a standard limit?
The text was updated successfully, but these errors were encountered: