Fulcrum/resources/ltc/servers_testnet.json
Calin Culianu 5ac7d076f1
Add Litecoin (LTC) support. (#114)
Fulcrum will now have support for Litecoin, in addition to Bitcoin Cash and Bitcoin BTC.

Includes support for deserializing/reserializing mweb data, so Fulcrum should work with 
latest `litecoind` `v0.21.2`.  Note that no known Electrum clients on LTC know how to 
*deal* with mweb data, but Fulcrum at least won't die on it when receiving txns or blocks
containing it from `litcoind` RPC. 

See PR #144 for more details.
See also discussion here: https://github.com/spesmilo/electrumx/issues/179
2022-05-25 19:20:42 -05:00

10 lines
167 B
JSON

{
"electrum.ltc.xurious.com": {
"s": "51002",
"t": "51001"
},
"electrum-ltc.bysh.me": {
"s": "51002",
"t": "51001"
}
}