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:
Elichai Turkel 2015-02-17 18:19:56 +02:00
parent 882c8ad9e0
commit 4524400fe7
1 changed files with 3 additions and 1 deletions

View File

@ -118,7 +118,9 @@ addNetwork({
port: 18333,
dnsSeeds: [
'testnet-seed.bitcoin.petertodd.org',
'testnet-seed.bluematt.me'
'testnet-seed.bluematt.me',
'testnet-seed.alexykot.me',
'testnet-seed.bitcoin.schildbach.de'
],
});