|
|
@ -17,13 +17,18 @@ let electrumServers = { |
|
|
|
}, |
|
|
|
mnz: { // !estimatefee
|
|
|
|
address: '173.212.225.176', |
|
|
|
port: 50053, |
|
|
|
port: 10002, |
|
|
|
proto: 'tcp', |
|
|
|
txfee: 10000, |
|
|
|
abbr: 'MNZ', |
|
|
|
serverList: [ |
|
|
|
'173.212.225.176:50053', |
|
|
|
'136.243.45.140:50053' |
|
|
|
'173.212.225.176:10002', |
|
|
|
'136.243.45.140:10002', |
|
|
|
'18.216.195.109:10002', |
|
|
|
'52.41.58.116:10002', |
|
|
|
'52.67.48.29 :10002', |
|
|
|
'13.124.87.194:10002', |
|
|
|
'52.63.107.102:10002' |
|
|
|
], |
|
|
|
}, |
|
|
|
wlc: { // !estimatefee
|
|
|
@ -50,13 +55,18 @@ let electrumServers = { |
|
|
|
}, |
|
|
|
komodo: { // !estimatefee
|
|
|
|
address: '173.212.225.176', |
|
|
|
port: 50011, |
|
|
|
port: 10001, |
|
|
|
proto: 'tcp', |
|
|
|
txfee: 10000, |
|
|
|
abbr: 'KMD', |
|
|
|
serverList: [ |
|
|
|
'173.212.225.176:50011', |
|
|
|
'136.243.45.140:50011' |
|
|
|
'173.212.225.176:10001', |
|
|
|
'136.243.45.140:10001', |
|
|
|
'18.216.195.109:10001', |
|
|
|
'52.41.58.116:10001', |
|
|
|
'52.67.48.29 :10001', |
|
|
|
'13.124.87.194:10001', |
|
|
|
'52.63.107.102:10001' |
|
|
|
], |
|
|
|
}, |
|
|
|
dogecoin: { // !estimatefee
|
|
|
|