diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-24 13:52:57 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-08-03 17:26:27 +0200 |
commit | a60120e951ae94d0553c5515229432e016fb0657 (patch) | |
tree | b5effd9a68611539c5358d66d4dd95bf743fedf9 /src/Makefile.am | |
parent | 6278bd57c662e29b07df9db50c47095c0bb44a82 (diff) |
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.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2d84eeba1c..727a88c3e7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -72,6 +72,7 @@ BITCOIN_CORE_H = \ bloom.h \ chainparams.h \ chainparamsbase.h \ + chainparamsseeds.h \ checkpoints.h \ checkqueue.h \ clientversion.h \ |