You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
696 B
18 lines
696 B
{
|
|
"bitcoin": [
|
|
{"host": "electrum.aantonop.com", "ssl": 50002, "tcp": 50001},
|
|
{"host": "bitcoin.lu.ke", "ssl": 50002, "tcp": 50001},
|
|
{"host": "electrum.hodlister.co", "ssl": 50002, "tcp": 50001},
|
|
{"host": "electrum3.hodlister.co", "ssl": 50002, "tcp": 50001},
|
|
{"host": "ecdsa.net", "ssl": 110, "tcp": 50001},
|
|
{"host": "kirsche.emzy.de", "ssl": 50002, "tcp": 50001}
|
|
],
|
|
"bitcoinTestnet": [
|
|
{"host": "testnet.hsmiths.com", "ssl": 53012, "tcp": 53011},
|
|
{"host": "tn.not.fyi", "ssl": 55002, "tcp": 55001},
|
|
{"host": "testnet.aranguren.org", "ssl": 51002, "tcp": 51001}
|
|
],
|
|
"bitcoinRegtest": [
|
|
{"host": "35.233.47.252", "ssl": 18482, "tcp": 18483}
|
|
]
|
|
}
|
|
|