mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
Use BitcoinJ 0.13.1.2
This commit is contained in:
parent
c02f6481b2
commit
20c181f94c
@ -60,8 +60,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.1](https://github.com/bitsquare/bitcoinj/tree/RemovedHttpDiscovery).
|
||||
We remove Cartographer/HttpDiscovery support from in our [fork version 0.13.1.2](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.
|
||||
|
||||
$ git clone https://github.com/bitsquare/bitcoinj.git
|
||||
$ cd bitcoinj
|
||||
|
@ -42,7 +42,7 @@
|
||||
<logger name="org.bitcoinj.core.AbstractBlockChain" level="ERROR"/>-->
|
||||
|
||||
<logger name="com.msopentech.thali.toronionproxy.OnionProxyManagerEventHandler" level="INFO"/>
|
||||
<logger name="org.bitcoinj" level="INFO"/>
|
||||
<logger name="org.bitcoinj" level="WARN"/>
|
||||
<!-- <logger name="org.bitcoinj.core.Peer" level="TRACE"/>-->
|
||||
|
||||
</configuration>
|
||||
|
Loading…
x
Reference in New Issue
Block a user