shuijian-xu / bitcoin

0 stars 0 forks source link

How to use bloom filter to get possible transactions? #248

Open shuijian-xu opened 4 years ago

shuijian-xu commented 4 years ago

Our Bloom filter consists of:

  1. The size of the bit field

  2. The hash function used (and how we converted that to a number)

  3. The bit field, which indicates the bucket we’re interested in