Re: [bitcoin-dev] BloomFilter issue with segwit addresses

2018-04-14 Thread Christian Decker via bitcoin-dev
Note that this would compound the privacy leak that Jonas Nick used to identify address clusters via the bloom filters in one of his publications. By reducing the false positives when matching you can get very detailed clusters. Then again we know that bloom filters aren't good for privacy anyway,

Re: [bitcoin-dev] BloomFilter issue with segwit addresses

2018-04-14 Thread Jim Posen via bitcoin-dev
To Christian's point about privacy, I'll take this opportunity to shamelessly review beg on https://github.com/bitcoin/bitcoin/pull/12254, the PR for BIP 158 implementation (but not 157). On Sat, Apr 14, 2018 at 9:14 AM, Christian Decker < decker.christ...@gmail.com> wrote: > Note that this would