Skip to content

Commit de7266f

Browse files
authored
[net] add dnsseed.emzy.de to DNS seeds
1 parent 9133227 commit de7266f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/chainparams.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ class CMainParams : public CChainParams {
125125
vSeeds.emplace_back("seed.bitcoin.jonasschnelli.ch"); // Jonas Schnelli, only supports x1, x5, x9, and xd
126126
vSeeds.emplace_back("seed.btc.petertodd.org"); // Peter Todd, only supports x1, x5, x9, and xd
127127
vSeeds.emplace_back("seed.bitcoin.sprovoost.nl"); // Sjors Provoost
128+
vSeeds.emplace_back("dnsseed.emzy.de"); // Stephan Oeste
128129

129130
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,0);
130131
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,5);

0 commit comments

Comments
 (0)