Browse Source

Add SNG

Added SNG
v0.25^2
blackjok3rtt 7 years ago
committed by GitHub
parent
commit
b6f1f3a0e5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      routes/electrumjs/electrumServers.js

20
routes/electrumjs/electrumServers.js

@ -417,16 +417,26 @@ let electrumServers = {
], ],
}, },
hush: { hush: {
address: '173.212.225.176', address: '45.77.254.232',
port: 50013, port: 10001,
proto: 'tcp', proto: 'tcp',
txfee: 10000, txfee: 10000,
abbr: 'HUSH', abbr: 'SNG',
serverList: [ serverList: [
'173.212.225.176:50013', '45.77.254.232:10001',
'136.243.45.140:50013' '128.199.233.38:10001'
], ],
}, },
snowgem: {
address: '',
port: 50032,
proto: 'tcp',
txfee: 10000,
abbr: 'ZEC',
serverList: [
'173.212.225.176:50032',
'136.243.45.140:50032'
],
xmy: { xmy: {
address: 'cetus.cryptap.us', address: 'cetus.cryptap.us',
port: 50004, port: 50004,

Loading…
Cancel
Save