Skip to content

Commit

Permalink
Update Electrum servers for VIA, VTC, BTG (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 10, 2018
1 parent fd9d696 commit bd63e9e
Showing 1 changed file with 26 additions and 18 deletions.
44 changes: 26 additions & 18 deletions app/marketmaker/supported-currencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,16 +338,20 @@ const supportedCurrencies = [
txfee: 10000,
electrumServers: [
{
host: 'electrum1.cipig.net',
port: 10052,
host: 'electrumx-eu.bitcoingold.org',
port: 50001,
},
{
host: 'electrum2.cipig.net',
port: 10052,
host: 'electrumx-us.bitcoingold.org',
port: 50001,
},
{
host: 'electrum3.cipig.net',
port: 10052,
host: 'electrumx-eu.btcgpu.org',
port: 50001,
},
{
host: 'electrumx-us.btcgpu.org',
port: 50001,
},
],
},
Expand Down Expand Up @@ -2102,16 +2106,16 @@ const supportedCurrencies = [
txfee: 100000,
electrumServers: [
{
host: 'electrum1.cipig.net',
port: 10067,
host: 'viax1.bitops.me',
port: 50001,
},
{
host: 'electrum2.cipig.net',
port: 10067,
host: 'viax2.bitops.me',
port: 50001,
},
{
host: 'electrum3.cipig.net',
port: 10067,
host: 'viax3.bitops.me',
port: 50001,
},
],
},
Expand Down Expand Up @@ -2147,16 +2151,20 @@ const supportedCurrencies = [
txfee: 100000,
electrumServers: [
{
host: 'electrum1.cipig.net',
port: 10071,
host: 'fr1.vtconline.org',
port: 55001,
},
{
host: 'electrum2.cipig.net',
port: 10071,
host: 'uk1.vtconline.org',
port: 55001,
},
{
host: 'electrum3.cipig.net',
port: 10071,
host: 'vtc-cce-1.coinomi.net',
port: 5028,
},
{
host: 'vtc-cce-2.coinomi.net',
port: 5028,
},
],
},
Expand Down

0 comments on commit bd63e9e

Please sign in to comment.