Browse Source

alternative zcparams links

v0.25
pbca26 7 years ago
parent
commit
f50beba76c
  1. 4
      routes/shepherd.js

4
routes/shepherd.js

@ -208,6 +208,10 @@ const zcashParamsDownloadLinks = {
proving: 'https://agama.komodoplatform.com/file/supernet/sprout-proving.key',
verifying: 'https://agama.komodoplatform.com/file/supernet/sprout-verifying.key',
},
'agama-yq0ysrdtr.stackpathdns.com': {
proving: 'http://agama-yq0ysrdtr.stackpathdns.com/file/supernet/sprout-proving.key',
verifying: 'http://agama-yq0ysrdtr.stackpathdns.com/file/supernet/sprout-verifying.key',
},
'zcash.dl.mercerweiss.com': {
proving: 'https://zcash.dl.mercerweiss.com/sprout-proving.key',
verifying: 'https://zcash.dl.mercerweiss.com/sprout-verifying.key',

Loading…
Cancel
Save