Add DNS seed support for testnet#2237
Conversation
|
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/af8998824c7c1c762c6b47c32afefb7d1f4f0276 for binaries and test log. |
There was a problem hiding this comment.
Isn't it a little problemativ, if we only have your seed addresses here? Can this be abused somehow?
There was a problem hiding this comment.
Absolutely. The only reason it's acceptable at all is because it's testnet.
If anyone else wants to run a seed let me know: I can give you a already configured Amazon EC2 image ready to go.
|
No major objection, but it is unusual that there are two DNS seeds from one entity. Not typical policy. |
|
That's actually just one seed, look at the comment above the seed defs, src/net.cpp:1147 "The first name is used as information source for addrman." |
|
Whoops, you're right. Comment rescinded. |
Add DNS seed support for testnet
Add DNS seed support for testnet
As discussed on the dev mailing list. Both IRC and the DNS seed are enabled by default for testnet; mainnet is unchanged.