Skip to content

Commit

Permalink
Add Addy's main net DNS seed and remove Matt's testnet seed as it doe…
Browse files Browse the repository at this point in the history
…sn't work properly.
  • Loading branch information
mikehearn committed May 19, 2014
1 parent f7e982c commit f378bb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public MainNetParams() {
"dnsseed.bluematt.me", // Matt Corallo
"dnsseed.bitcoin.dashjr.org", // Luke Dashjr
"seed.bitcoinstats.com", // Chris Decker
"seed.bitnodes.io", // Addy Yeow
};
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public TestNet3Params() {

dnsSeeds = new String[] {
"testnet-seed.bitcoin.petertodd.org",
"testnet-seed.bluematt.me"
};
}

Expand Down

1 comment on commit f378bb3

@mackuba
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, right now the other one doesn't work either...

ERROR: Failed to look up DNS seeds from testnet-seed.bitcoin.petertodd.org: java.net.UnknownHostException: testnet-seed.bitcoin.petertodd.org

Please sign in to comment.