by martinkallstrom on 10/12/15, 9:21 AM with 5 comments
by kang on 10/12/15, 10:55 AM
Now, even ignoring this, if we assume the problem statement just as what the author describes, there are problems with his approach. Firstly, big pools have said that they operate at a loss and their aim is not to earn profit from mining but by providing value-added services like 'guaranteed tx confirmation', which big pools can. Secondly, and technically, this only works if data set is low so as to keep collision low [2]. Beyond a certain point there are many false positives and worst case all transactions might be needed to sent anyways.
So although this is not worse than the current status, but certainly could end up not even being useful.
[1] http://www.mail-archive.com/bitcoin-development@lists.source... [2] https://en.wikipedia.org/wiki/Bloom_filter#Interesting_prope...
by placeybordeaux on 10/12/15, 4:24 PM
It seems to me that the best solution is to have a well agreed upon function that keeps them in an ordered state and simply keep track of what transactions your neighbors know about, the information should largely already be there due to the fact that the transactions are dissiminated by a gossip protocol in the first place.
by kanzure on 10/12/15, 12:13 PM
https://gist.github.com/gavinandresen/e20c3b5a1d4b97f79ac2
More:
http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-...