[bisq-network/bisq] Support setting one or more user-defined block explorers (#4371)

chris-belcher notifications at github.com
Fri Jul 24 12:26:30 UTC 2020


I just saw this issue because my name was mentioned.

Having the users own blockchain explorer does preserve privacy, but it also decreases scalability by requiring way higher disk usage. User's cant prune (which adds about 300 GB requirement) plus they must have an extra database with an index containing every address that was ever used on the blockchain (about 100 GB depending).

A much better way to solve this problem of private address lookup is to start watching the address before it's ever used. The bitcoin network will tell you when new transactions for it arrive. IIRC bisq already connects to the bitcoin p2p network via bitcoinj, so it can monitor newly arriving transactions and blocks.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/4371#issuecomment-663513636
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200724/97bf8aef/attachment.html>


More information about the bisq-github mailing list