novitski / bitcoinj

Automatically exported from code.google.com/p/bitcoinj
Apache License 2.0
0 stars 0 forks source link

Implement p2p network address manager #498

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
bitcoinj relies heavily on DNS seeds. For more decentralisation, we should 
replicate the Bitcoin Core CAddrMan system and store peers that were advertised 
via addr messages, then try to use them.

This may prove tricky because we don't want to compromise on startup time and 
the DNS crawlers keep track of how fresh/available peers are for us.

Original issue reported on code.google.com by hearn@google.com on 14 Dec 2013 at 10:49

GoogleCodeExporter commented 9 years ago
Matt has done some work on this:

https://github.com/bitcoinj/bitcoinj/pull/2

It's not ready to merge yet, but hopefully for 0.12

Original comment by mh.in.en...@gmail.com on 15 Jan 2014 at 6:37