zcash / zcash

Zcash - Internet Money

Home Page:https://z.cash/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release 5.9.0

daira opened this issue · comments

Hi all - a few of my servers just auto-updated to the v5.9.0 tag on Docker Hub but is it possible that the wrong version was released in that image? v5.8.0 appears to be in it.

docker run --rm electriccoinco/zcashd:v5.9.0 -version
...
Zcash Daemon version v5.8.0

@emersonian This is fixed.

$ sudo docker run --rm electriccoinco/zcashd:v5.9.0 -version
[...]
v5.9.0: Pulling from electriccoinco/zcashd
ac323bdaa10f: Pull complete 
dfb287558874: Pull complete 
00ab3faf2c35: Pull complete 
9a0e3c2bc793: Pull complete 
e5b46c89929e: Pull complete 
4f4fb700ef54: Pull complete 
cc38096a88a1: Pull complete 
307a7e882130: Pull complete 
Digest: sha256:859be28b91592c4765783ccfea947145b3cc08902ee71ae52ef9205eaabe0194
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
Zcash Daemon version v5.9.0

In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/>.

Copyright (C) 2009-2023 The Bitcoin Core Developers
Copyright (C) 2015-2023 The Zcash Developers

This is experimental software.

Distributed under the MIT software license, see the accompanying file COPYING
or <https://www.opensource.org/licenses/mit-license.php>.