Skip to content

Commit ace87ea

Browse files
committed
Merge #14970: [net] add dnsseed.emzy.de to DNS seeds
de7266f [net] add dnsseed.emzy.de to DNS seeds (Stephan Oeste) Pull request description: ACK https://github.com/bitcoin/bitcoin/blob/master/doc/dnsseed-policy.md I'm willing to keep it up and running, unless something bad happens. I have 15+ years experience running dns servers. About my setup: - the server may change over time, but the service will be up all the time - running [sipa/bitcoin-seeder](https://github.com/sipa/bitcoin-seeder) with default settings (and the non-root port redirect) Tree-SHA512: 7abc975c148cc738d045c79d5bdb8d9926da41bb8dde66c21e954652b3c72a7aa2526af0c3c4fb8c234d3deaed5563542defe8a5137188d65ad7201b6b1d80eb
2 parents 5baa909 + de7266f commit ace87ea

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
@@ -127,6 +127,7 @@ class CMainParams : public CChainParams {
127127
vSeeds.emplace_back("seed.bitcoin.jonasschnelli.ch"); // Jonas Schnelli, only supports x1, x5, x9, and xd
128128
vSeeds.emplace_back("seed.btc.petertodd.org"); // Peter Todd, only supports x1, x5, x9, and xd
129129
vSeeds.emplace_back("seed.bitcoin.sprovoost.nl"); // Sjors Provoost
130+
vSeeds.emplace_back("dnsseed.emzy.de"); // Stephan Oeste
130131

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

0 commit comments

Comments
 (0)