Skip to content

Commit

Permalink
zcash (+testnet) 5.0.0 → 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dehumanizer77 authored and martinboehm committed Jul 26, 2022
1 parent 8335970 commit 1801dc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions configs/coins/zcash.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"package_name": "backend-zcash",
"package_revision": "satoshilabs-1",
"system_user": "zcash",
"version": "5.0.0",
"binary_url": "https://z.cash/downloads/zcash-5.0.0-linux64-debian-bullseye.tar.gz",
"version": "5.1.0",
"binary_url": "https://z.cash/downloads/zcash-5.1.0-linux64-debian-bullseye.tar.gz",
"verification_type": "sha256",
"verification_source": "f9b87ae99ea2c2f659e67481cb9ce9dd3f179619ae38334f383f2eb8db6f9e2c",
"verification_source": "f1be2acb2a704b0bb23ca13b99add10585e5b080ce8ead789c8379a14dabf12b",
"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",
Expand Down
6 changes: 3 additions & 3 deletions configs/coins/zcash_testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"backend": {
"package_name": "backend-zcash-testnet",
"package_revision": "satoshilabs-1",
"version": "5.0.0",
"binary_url": "https://z.cash/downloads/zcash-5.0.0-linux64-debian-bullseye.tar.gz",
"version": "5.1.0",
"binary_url": "https://z.cash/downloads/zcash-5.1.0-linux64-debian-bullseye.tar.gz",
"verification_type": "sha256",
"verification_source": "f9b87ae99ea2c2f659e67481cb9ce9dd3f179619ae38334f383f2eb8db6f9e2c",
"verification_source": "f1be2acb2a704b0bb23ca13b99add10585e5b080ce8ead789c8379a14dabf12b",
"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",
Expand Down

0 comments on commit 1801dc4

Please sign in to comment.