From 8eea1fab419b4c559ab2108c9086e8edad398be8 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Mon, 6 Jun 2016 15:07:57 +0200 Subject: [PATCH] Update doc --- doc/build.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/build.md b/doc/build.md index ff11f14577..cfd7131bbb 100644 --- a/doc/build.md +++ b/doc/build.md @@ -78,9 +78,9 @@ However, if you're not familiar with git or it is otherwise inconvenient to use, ### 2. Install bitcoinj fork Versions later than 0.13.1 has removed support for Java serialisation. In version 0.13.1 is also missing support for Java serialisation in MainNetParams (HttpDiscovery.Details). -We remove Cartographer/HttpDiscovery support from in our [fork version 0.13.1.3](https://github.com/bitsquare/bitcoinj/tree/FixBloomFilters). -Beside the Java serialisation issues here are [privacy concerns](http://bitcoin-development.narkive.com/hczWIAby/bitcoin-development-cartographer#post3) regarding Cartographer. -Beside that we fixed a few [flaws with the Bloom Filters](https://jonasnick.github.io/blog/2015/02/12/privacy-in-bitcoinj) in BitcoinJ. +We removed usage of Cartographer/HttpDiscovery and fixed privacy issues with Bloom Filters at our [fork version 0.13.1.3](https://github.com/bitsquare/bitcoinj/tree/FixBloomFilters). +Beside the Java serialisation issues there are [privacy concerns](http://bitcoin-development.narkive.com/hczWIAby/bitcoin-development-cartographer#post3) regarding Cartographer. +Here is a Github issue with background and open tasks regarding [Bloom Filters](https://github.com/bitsquare/bitsquare/issues/414). $ git clone -b FixBloomFilters https://github.com/bitsquare/bitcoinj.git $ cd bitcoinj