Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Bram24732
on 08/07/2025, 04:43:06 UTC
When making a bloomfilter for the x points of scalars 1...2**30 , what is the best hashing algorithm to use to get the lowest false positives candidates possible ?

Use x as an input.
This will give you the number of hash functions you need based on desired false positive rate.
https://hur.st/bloomfilter/