Merge pull request #1081 from elichai/patch-1

Added 2 more testnet DNSs
This commit is contained in:
Esteban Ordano 2015-02-18 09:32:45 -03:00
commit a844664481
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'
],
});