You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sudo docker run --rm electriccoinco/zcashd:v5.9.0 -version
[...]
Status: Downloaded newer image for electriccoinco/zcashd:v5.9.0
This script is no longer needed for users of zcashd. Proving system
parameters now only need to be downloaded in order to spend Sprout funds.
Parameters for other pools are bundled with the zcashd binary or generated
when it is run, and do not need to be downloaded or stored separately.
This script is deprecated and will be removed in a future release.
If you need to spend Sprout funds, download the Sprout parameter file from
https://download.z.cash/downloads/sprout-groth16.params and put it at
/srv/zcashd/.zcash-params/sprout-groth16.params
Starting: zcashd -printtoconsole -addnode=mainnet.z.cash
[...]
Expected behaviour
zcutil/fetch-params.sh should not be run, since the "This script is no longer needed for users of zcashd." output is confusing in this context.
The text was updated successfully, but these errors were encountered:
Can you reliably reproduce the issue?
Expected behaviour
zcutil/fetch-params.sh
should not be run, since the "This script is no longer needed for users of zcashd." output is confusing in this context.The text was updated successfully, but these errors were encountered: