jl777/komodo

fetch-params.sh problem

Closed this issue · 4 comments

SPROUT_PKEY_NAME='sprout-proving.key'
SPROUT_VKEY_NAME='sprout-verifying.key'
SPROUT_PKEY_URL="https://z.cash/downloads/$SPROUT_PKEY_NAME"
SPROUT_VKEY_URL="https://z.cash/downloads/$SPROUT_VKEY_NAME"

there are no .keys in https://z.cash/downloads/
Checked with the browser.

I've changed fetch-params.sh as follows to get them, but i'm not sure if it is right thing to do.
SPROUT_PKEY_NAME='sprout-proving.key'
SPROUT_VKEY_NAME='sprout-verifying.key'
SPROUT_PKEY_URL="https://zensystem.io/downloads/$SPROUT_PKEY_NAME"
SPROUT_VKEY_URL="https://zensystem.io/downloads/$SPROUT_VKEY_NAME"

jl777 commented

not sure about this one. I am sure we have the proving keys on servers, but the build system is not something I do directly

It does work, but it doesn't look good. That's why I just created an issue. Would be much better if the keys are sourced from komodoplatform.com or komodo's GitHub. Looks like removed keys @ https://z.cash/downloads is not a temporary problem. They did it on purpose.

jl777 commented

I just verified wget https://z.cash/downloads/sprout-proving.key is working, so not sure why it didnt work for you and if it works, there is no need to change it

guess this was a network problem caused by telegram block :/ let's close this one.