Browse Source

change sng electrums

insight-spv
pbca26 7 years ago
parent
commit
ea2680838b
  1. 38
      routes/electrumjs/electrumServers.js

38
routes/electrumjs/electrumServers.js

@ -460,15 +460,15 @@ let electrumServers = {
'136.243.45.140:50013' '136.243.45.140:50013'
], ],
}, },
sng: { sng: { // ssl 50002
address: '45.77.254.232', address: 'electrumsvr.snowgem.org',
port: 10001, port: 50001,
proto: 'tcp', proto: 'tcp',
txfee: 10000, txfee: 10000,
abbr: 'SNG', abbr: 'SNG',
serverList: [ serverList: [
'45.77.254.232:10001', 'electrumsvr.snowgem.org:50001',
'128.199.233.38:10001' 'electrumsvr.snowgem.org:50001'
], ],
}, },
xmy: { xmy: {
@ -548,15 +548,39 @@ let electrumServers = {
's2.qtum.info:50001' 's2.qtum.info:50001'
], ],
}, },
// insight
aby: { aby: {
address: 'http://explorer.artbyte.me', address: 'http://explorer.artbyte.me/api/',
port: 'none',
proto: 'insight', proto: 'insight',
insightRawApi: false, insightRawApi: false,
txfee: 100000, txfee: 100000,
abbr: 'ABY', abbr: 'ABY',
serverList: 'none', serverList: 'none',
}, },
mac: { // cloudfare captcha :(
address: 'https://explorer.machinecoin.org/api/',
proto: 'insight',
insightRawApi: false,
txfee: 100000,
abbr: 'MAC',
serverList: 'none',
},
vot: {
address: 'http://explorer.votecoin.site/insight-api-zcash/',
proto: 'insight',
insightRawApi: false,
txfee: 10000,
abbr: 'VOT',
serverList: 'none',
},
bdl: {
address: 'https://explorer.bitdeal.co.in/api/',
proto: 'insight',
insightRawApi: false,
txfee: 10000,
abbr: 'BDL',
serverList: 'none',
},
}; };
electrumServers.crw = electrumServers.crown; electrumServers.crw = electrumServers.crown;

Loading…
Cancel
Save