OpenBitcoinPrivacyProject / wallet-ratings

Criteria for evaluating Bitcoin wallets' privacy properties.
GNU General Public License v2.0
47 stars 10 forks source link

Add criteria (NO 5-of-16) #138

Closed dcousens closed 7 years ago

dcousens commented 8 years ago

Don't ever "change" filters over time. Keep the data included in any given bloom filter constant, such that there is no overlap.

Filter 1: addresses[i], where i is 0-50 Filter 2: addresses[i], where i is 51-100 etc

dcousens commented 7 years ago

This was added?