Skip to content

Commit

Permalink
Revert "Update Bitcoin DNS seeds (#1545)"
Browse files Browse the repository at this point in the history
This reverts commit a7a4c58.
  • Loading branch information
Bushstar committed Dec 14, 2022
1 parent 221a848 commit caad586
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/spv/bitcoin/BRChainParams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@

#include "BRChainParams.h"

static const char* BRMainNetDNSSeeds[] = {
"seed.bitcoin.sipa.be.", "dnsseed.bluematt.me.", "dnsseed.bitcoin.dashjr.org.", "seed.bitcoinstats.com.",
"seed.bitcoin.jonasschnelli.ch.", "seed.btc.petertodd.org.", "seed.bitcoin.sprovoost.nl.",
"dnsseed.emzy.de.", "seed.bitcoin.wiz.biz.", NULL
static const char *BRMainNetDNSSeeds[] = {
"seed.breadwallet.com.", "seed.bitcoin.sipa.be.", "dnsseed.bluematt.me.", "dnsseed.bitcoin.dashjr.org.",
"seed.bitcoinstats.com.", "bitseed.xf2.org.", "seed.bitcoin.jonasschnelli.ch.", NULL
};

static const char* BRTestNetDNSSeeds[] = {
"testnet-seed.bitcoin.jonasschnelli.ch.", "seed.tbtc.petertodd.org.", "seed.testnet.bitcoin.sprovoost.nl.",
"testnet-seed.bluematt.me.", NULL
static const char *BRTestNetDNSSeeds[] = {
"testnet-seed.breadwallet.com.", "testnet-seed.bitcoin.petertodd.org.", "testnet-seed.bluematt.me.",
"testnet-seed.bitcoin.schildbach.de.", NULL
};

// blockchain checkpoints - these are also used as starting points for partial chain downloads, so they must be at
Expand Down

0 comments on commit caad586

Please sign in to comment.