lightninglabs / neutrino

Privacy-Preserving Bitcoin Light Client
MIT License
908 stars 183 forks source link

Investigate and add support for Private Information Retrieval for private block and possibly cfilter fetching #7

Open aakselrod opened 7 years ago

aakselrod commented 7 years ago

An implementation of PIR lives at http://percy.sourceforge.net/ - we should investigate what it would take to add support for this mechanism to fetch blocks with better privacy. We should also investigate using this for cfilter retrieval as otherwise we can reveal to peers when our wallet may have been created.

stevenroose commented 7 years ago

@aakselrod Any of the papers mentioned the percy page that you recommend reading?