servers: update testnet default list

closes #5293
This commit is contained in:
SomberNight 2019-04-27 23:10:12 +02:00
parent b9ef5ea713
commit 162d81c156
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -1,31 +1,38 @@
{ {
"electrumx.kekku.li": {
"pruning": "-",
"s": "51002",
"version": "1.2"
},
"hsmithsxurybd7uh.onion": { "hsmithsxurybd7uh.onion": {
"pruning": "-", "pruning": "-",
"s": "53012", "s": "53012",
"t": "53011", "t": "53011",
"version": "1.2" "version": "1.4"
}, },
"testnet.hsmiths.com": { "testnet.hsmiths.com": {
"pruning": "-", "pruning": "-",
"s": "53012", "s": "53012",
"t": "53011", "t": "53011",
"version": "1.2" "version": "1.4"
}, },
"testnet.qtornado.com": { "testnet.qtornado.com": {
"pruning": "-", "pruning": "-",
"s": "51002", "s": "51002",
"t": "51001", "t": "51001",
"version": "1.2" "version": "1.4"
}, },
"testnet1.bauerj.eu": { "testnet1.bauerj.eu": {
"pruning": "-", "pruning": "-",
"s": "50002", "s": "50002",
"t": "50001", "t": "50001",
"version": "1.2" "version": "1.4"
},
"tn.not.fyi": {
"pruning": "-",
"s": "55002",
"t": "55001",
"version": "1.4"
},
"bitcoin.cluelessperson.com": {
"pruning": "-",
"s": "51002",
"t": "51001",
"version": "1.4"
} }
} }