Skip to content

Commit ffcc687

Browse files
committed
[net] add seed.bitcoin.sprovoost.nl to DNS seeds
1 parent 90d4104 commit ffcc687

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
@@ -135,6 +135,7 @@ class CMainParams : public CChainParams {
135135
vSeeds.emplace_back("seed.bitcoinstats.com"); // Christian Decker, supports x1 - xf
136136
vSeeds.emplace_back("seed.bitcoin.jonasschnelli.ch"); // Jonas Schnelli, only supports x1, x5, x9, and xd
137137
vSeeds.emplace_back("seed.btc.petertodd.org"); // Peter Todd, only supports x1, x5, x9, and xd
138+
vSeeds.emplace_back("seed.bitcoin.sprovoost.nl"); // Sjors Provoost
138139

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

0 commit comments

Comments
 (0)