diff --git a/configs/coins/zcash.json b/configs/coins/zcash.json index 7dd64f0a..393f4727 100644 --- a/configs/coins/zcash.json +++ b/configs/coins/zcash.json @@ -22,10 +22,10 @@ "package_name": "backend-zcash", "package_revision": "satoshilabs-1", "system_user": "zcash", - "version": "4.6.0-2", - "binary_url": "https://z.cash/downloads/zcash-4.6.0-2-linux64-debian-buster.tar.gz", + "version": "4.7.0", + "binary_url": "https://z.cash/downloads/zcash-4.7.0-linux64-debian-buster.tar.gz", "verification_type": "sha256", - "verification_source": "9e18ded3b25cbc38f8189a7d276d2fefbeb122f1ac4d578404bbdf960c1b16e2", + "verification_source": "d27064e75ca21a807e4a47693f313c612ebfc9a03abc08f0e02f9d6105d15831", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [], "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/zcashd -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid", diff --git a/configs/coins/zcash_testnet.json b/configs/coins/zcash_testnet.json index d7879762..bfde00ad 100644 --- a/configs/coins/zcash_testnet.json +++ b/configs/coins/zcash_testnet.json @@ -21,10 +21,10 @@ "backend": { "package_name": "backend-zcash-testnet", "package_revision": "satoshilabs-1", - "version": "4.6.0-2", - "binary_url": "https://z.cash/downloads/zcash-4.6.0-2-linux64-debian-buster.tar.gz", + "version": "4.7.0", + "binary_url": "https://z.cash/downloads/zcash-4.7.0-linux64-debian-buster.tar.gz", "verification_type": "sha256", - "verification_source": "9e18ded3b25cbc38f8189a7d276d2fefbeb122f1ac4d578404bbdf960c1b16e2", + "verification_source": "d27064e75ca21a807e4a47693f313c612ebfc9a03abc08f0e02f9d6105d15831", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [], "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/zcashd -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",