Add built-in seeds for .onion

This makes it possible for a node with `-onlynet=tor` to bootstrap
itself.

It also adds the base infrastructure for adding IPv6 seed nodes.

Also represent IPv4 fixed seed addresses in 16-byte format.
This commit is contained in:
Wladimir J. van der Laan
2014-07-24 13:52:57 +02:00
parent 6278bd57c6
commit a60120e951
6 changed files with 1432 additions and 91 deletions

View File

@@ -72,6 +72,7 @@ BITCOIN_CORE_H = \
bloom.h \
chainparams.h \
chainparamsbase.h \
chainparamsseeds.h \
checkpoints.h \
checkqueue.h \
clientversion.h \