Skip to content

Commit

Permalink
Merge pull request #26 from oscarguindzberg/dns-seeds
Browse files Browse the repository at this point in the history
Update testnet dns seeds
  • Loading branch information
ManfredKarrer authored Mar 26, 2019
2 parents ebeecab + eafd8e1 commit 373318b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/org/bitcoinj/params/TestNet3Params.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public TestNet3Params() {
dnsSeeds = new String[] {
"testnet-seed.bitcoin.jonasschnelli.ch", // Jonas Schnelli
"testnet-seed.bluematt.me", // Matt Corallo
"testnet-seed.bitcoin.petertodd.org", // Peter Todd
"testnet-seed.bitcoin.schildbach.de" // Andreas Schildbach
"seed.tbtc.petertodd.org", // Peter Todd
"seed.testnet.bitcoin.sprovoost.nl" // Sjors Provoost
};
addrSeeds = null;
bip32HeaderPub = 0x043587CF;
Expand Down

0 comments on commit 373318b

Please sign in to comment.