Added 2 more testnet DNSs
I added the missing testnet DNSs that exist in Bitcoin code: https://github.com/bitcoin/bitcoin/blob/master/src/chainparams.cpp#L212
This commit is contained in:
parent
882c8ad9e0
commit
4524400fe7
@ -118,7 +118,9 @@ addNetwork({
|
|||||||
port: 18333,
|
port: 18333,
|
||||||
dnsSeeds: [
|
dnsSeeds: [
|
||||||
'testnet-seed.bitcoin.petertodd.org',
|
'testnet-seed.bitcoin.petertodd.org',
|
||||||
'testnet-seed.bluematt.me'
|
'testnet-seed.bluematt.me',
|
||||||
|
'testnet-seed.alexykot.me',
|
||||||
|
'testnet-seed.bitcoin.schildbach.de'
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user