Skip to content

Commit bd63e9e

Browse files
authored
Update Electrum servers for VIA, VTC, BTG (#545)
From: - jl777/coins@5381440#diff-4bf6cdadf06f67269b8f1e961d7be3b0 - jl777/coins#167
1 parent fd9d696 commit bd63e9e

File tree

1 file changed

+26
-18
lines changed

1 file changed

+26
-18
lines changed

app/marketmaker/supported-currencies.js

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -338,16 +338,20 @@ const supportedCurrencies = [
338338
txfee: 10000,
339339
electrumServers: [
340340
{
341-
host: 'electrum1.cipig.net',
342-
port: 10052,
341+
host: 'electrumx-eu.bitcoingold.org',
342+
port: 50001,
343343
},
344344
{
345-
host: 'electrum2.cipig.net',
346-
port: 10052,
345+
host: 'electrumx-us.bitcoingold.org',
346+
port: 50001,
347347
},
348348
{
349-
host: 'electrum3.cipig.net',
350-
port: 10052,
349+
host: 'electrumx-eu.btcgpu.org',
350+
port: 50001,
351+
},
352+
{
353+
host: 'electrumx-us.btcgpu.org',
354+
port: 50001,
351355
},
352356
],
353357
},
@@ -2102,16 +2106,16 @@ const supportedCurrencies = [
21022106
txfee: 100000,
21032107
electrumServers: [
21042108
{
2105-
host: 'electrum1.cipig.net',
2106-
port: 10067,
2109+
host: 'viax1.bitops.me',
2110+
port: 50001,
21072111
},
21082112
{
2109-
host: 'electrum2.cipig.net',
2110-
port: 10067,
2113+
host: 'viax2.bitops.me',
2114+
port: 50001,
21112115
},
21122116
{
2113-
host: 'electrum3.cipig.net',
2114-
port: 10067,
2117+
host: 'viax3.bitops.me',
2118+
port: 50001,
21152119
},
21162120
],
21172121
},
@@ -2147,16 +2151,20 @@ const supportedCurrencies = [
21472151
txfee: 100000,
21482152
electrumServers: [
21492153
{
2150-
host: 'electrum1.cipig.net',
2151-
port: 10071,
2154+
host: 'fr1.vtconline.org',
2155+
port: 55001,
21522156
},
21532157
{
2154-
host: 'electrum2.cipig.net',
2155-
port: 10071,
2158+
host: 'uk1.vtconline.org',
2159+
port: 55001,
21562160
},
21572161
{
2158-
host: 'electrum3.cipig.net',
2159-
port: 10071,
2162+
host: 'vtc-cce-1.coinomi.net',
2163+
port: 5028,
2164+
},
2165+
{
2166+
host: 'vtc-cce-2.coinomi.net',
2167+
port: 5028,
21602168
},
21612169
],
21622170
},

0 commit comments

Comments
 (0)