mirror of
https://github.com/cculianu/Fulcrum.git
synced 2026-08-13 12:33:27 +02:00
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
22 lines
405 B
JSON
22 lines
405 B
JSON
{
|
|
"backup.electrum-ltc.org": {
|
|
"t": "50001",
|
|
"s": "443"
|
|
},
|
|
"electrum.ltc.xurious.com": {
|
|
"t": "50001",
|
|
"s": "50002"
|
|
},
|
|
"electrum1.cipig.net": {
|
|
"t": "10063",
|
|
"s": "20063"
|
|
},
|
|
"electrum2.cipig.net": {
|
|
"t": "10063",
|
|
"s": "20063"
|
|
},
|
|
"electrum3.cipig.net": {
|
|
"t": "10063",
|
|
"s": "20063"
|
|
}
|
|
}
|