mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-19 05:33:44 +01:00
Add my testnet DNS seed. It runs sipas crawler, but rather than using its custom nameserver implementation it serves a generated zonefile via bind9.
FWIW, my domains are secured using DNSSEC.
This commit is contained in:
parent
8e5ab9356c
commit
c8c30f8ec1
@ -51,6 +51,7 @@ public class TestNet3Params extends NetworkParameters {
|
||||
|
||||
dnsSeeds = new String[] {
|
||||
"testnet-seed.alexykot.me", // Alex Kotenko
|
||||
"testnet-seed.bitcoin.schildbach.de", // Andreas Schildbach
|
||||
"testnet-seed.bitcoin.petertodd.org" // Peter Todd
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user