diff --git a/configs/coins/zcash.json b/configs/coins/zcash.json index f3b63620..f190aa37 100644 --- a/configs/coins/zcash.json +++ b/configs/coins/zcash.json @@ -23,9 +23,9 @@ "package_revision": "satoshilabs-1", "system_user": "zcash", "version": "2.0.7-3", - "binary_url": "https://z.cash/downloads/zcash-2.0.7-3-linux64-debian-stretch.tar.gz", + "binary_url": "https://z.cash/downloads/zcash-2.1.0-1-linux64-debian-stretch.tar.gz", "verification_type": "sha256", - "verification_source": "b6961c0073c968dc30ed10a752ba657cb76acb22265dbc5f4bae7cc0395b35e4", + "verification_source": "aec6b3c4178c5ceb4e7b7ed3aaa96078b88b872640c7bb38208d5bce48e3f75c", "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 48c32c77..38a2fa4a 100644 --- a/configs/coins/zcash_testnet.json +++ b/configs/coins/zcash_testnet.json @@ -23,9 +23,9 @@ "package_revision": "satoshilabs-1", "system_user": "zcash", "version": "2.0.7-3", - "binary_url": "https://z.cash/downloads/zcash-2.0.7-3-linux64-debian-stretch.tar.gz", + "binary_url": "https://z.cash/downloads/zcash-2.1.0-1-linux64-debian-stretch.tar.gz", "verification_type": "sha256", - "verification_source": "b6961c0073c968dc30ed10a752ba657cb76acb22265dbc5f4bae7cc0395b35e4", + "verification_source": "aec6b3c4178c5ceb4e7b7ed3aaa96078b88b872640c7bb38208d5bce48e3f75c", "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",