mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
Add new DNSSeed dnsseed.bluematt.me.
This seed will pull a random set of 20 nodes from the network which are tested to be online instead of a static list.
This commit is contained in:
parent
d0d80170a2
commit
f03c31db82
1 changed files with 1 additions and 0 deletions
|
@ -1139,6 +1139,7 @@ void MapPort(bool fMapPort)
|
||||||
static const char *strDNSSeed[] = {
|
static const char *strDNSSeed[] = {
|
||||||
"bitseed.xf2.org",
|
"bitseed.xf2.org",
|
||||||
"bitseed.bitcoin.org.uk",
|
"bitseed.bitcoin.org.uk",
|
||||||
|
"dnsseed.bluematt.me",
|
||||||
};
|
};
|
||||||
|
|
||||||
void DNSAddressSeed()
|
void DNSAddressSeed()
|
||||||
|
|
Loading…
Add table
Reference in a new issue