Skip to content

Commit

Permalink
Merge branch 'update_tar' into 'master'
Browse files Browse the repository at this point in the history
bump v4.1.0

See merge request zcash-docs/zcash-docs!244
  • Loading branch information
mdr0id committed Nov 4, 2020
2 parents f6eeb21 + 724186a commit f55d197
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# The short X.Y version
version = u''
# The full version, including alpha/beta/rc tags
release = u'4.0.0'
release = u'4.1.0'

# -- General configuration ---------------------------------------------------

Expand Down
10 changes: 5 additions & 5 deletions source/rtd_pages/install_binary_tarball.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@ Binary Tarball Download & Setup

The Electric Coin Company provides a binary tarball for download.

`Download Tarball for Debian Stretch v4.0.0 <https://z.cash/downloads/zcash-4.0.0-linux64-debian-stretch.tar.gz>`_
`Download Tarball for Debian Stretch v4.1.0 <https://z.cash/downloads/zcash-1.0-linux64-debian-stretch.tar.gz>`_

After downloading but before extracting, verify that the checksum of the tarball matches the hash below for the version of the binary you downloaded:

Debian Stretch:

.. code-block:: bash
sha256sum zcash-4.0.0-linux64-debian-stretch.tar.gz
sha256sum zcash-4.1.0-linux64-debian-stretch.tar.gz
Result: ``a0daf673d45e92fe97f2dd43bbaf6d6653940643aff62915f46df89af4d8c8b5``
Result: ``a5b00242816c3152519976f987df1670f342f413ae32c0466acc8b64e0b7c319``

This checksum was generated from our gitian deterministic build process. `View all gitian signatures <https://github.com/zcash/gitian.sigs/tree/master>`_.

Once you've verified that it matches, extract the files and move the binaries into your executables $PATH:

.. code-block:: bash
tar -xvf zcash-4.0.0-linux64.tar.gz
tar -xvf zcash-4.1.0-linux64.tar.gz
mv -t /usr/local/bin/ zcash-4.0.0/bin/*
mv -t /usr/local/bin/ zcash-4.1.0/bin/*
Now that Zcash is installed, run this command to download the parameters used to create and verify shielded transactions:

Expand Down

0 comments on commit f55d197

Please sign in to comment.