Created
May 7, 2019 00:26
-
-
Save Haseeb-Qureshi/f843362fce23d59f3aaae64098292cb8 to your computer and use it in GitHub Desktop.
Bitcoin seeds
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// From: https://github.com/bitcoin/bitcoin/blob/master/src/chainparams.cpp | |
vSeeds.emplace_back("seed.bitcoin.sipa.be"); // Pieter Wuille, only supports x1, x5, x9, and xd | |
vSeeds.emplace_back("dnsseed.bluematt.me"); // Matt Corallo, only supports x9 | |
vSeeds.emplace_back("dnsseed.bitcoin.dashjr.org"); // Luke Dashjr | |
vSeeds.emplace_back("seed.bitcoinstats.com"); // Christian Decker, supports x1 - xf | |
vSeeds.emplace_back("seed.bitcoin.jonasschnelli.ch"); // Jonas Schnelli, only supports x1, x5, x9, and xd | |
vSeeds.emplace_back("seed.btc.petertodd.org"); // Peter Todd, only supports x1, x5, x9, and xd | |
vSeeds.emplace_back("seed.bitcoin.sprovoost.nl"); // Sjors Provoost | |
vSeeds.emplace_back("dnsseed.emzy.de"); // Stephan Oeste |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment