diff --git a/configs/coins/zcash.json b/configs/coins/zcash.json index f0e7dd4a..72dce9d1 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.3.0", - "binary_url": "https://download.z.cash/downloads/zcash-4.3.0-linux64-debian-stretch.tar.gz", + "version": "4.4.1", + "binary_url": "https://z.cash/downloads/zcash-4.4.1-linux64-debian-stretch.tar.gz", "verification_type": "sha256", - "verification_source": "2654225b62b5bb8a39dc62a7f6b9ea13f66c2dc5be16da452f1031994e49eb64", + "verification_source": "22f8f4ff5e68ed0e3557b56e27ea7b4b4ed9be68522e1d1cea92aec210ffded6", "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 1790a535..b67fed2c 100644 --- a/configs/coins/zcash_testnet.json +++ b/configs/coins/zcash_testnet.json @@ -21,11 +21,10 @@ "backend": { "package_name": "backend-zcash-testnet", "package_revision": "satoshilabs-1", - "system_user": "zcash", - "version": "4.3.0", - "binary_url": "https://download.z.cash/downloads/zcash-4.3.0-linux64-debian-stretch.tar.gz", + "version": "4.4.1", + "binary_url": "https://z.cash/downloads/zcash-4.4.1-linux64-debian-stretch.tar.gz", "verification_type": "sha256", - "verification_source": "2654225b62b5bb8a39dc62a7f6b9ea13f66c2dc5be16da452f1031994e49eb64", + "verification_source": "22f8f4ff5e68ed0e3557b56e27ea7b4b4ed9be68522e1d1cea92aec210ffded6", "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",