Skip to content

Zcash for macOS v2.0.1a

Latest
Compare
Choose a tag to compare
@kozyilmaz kozyilmaz released this 15 Oct 12:58
· 251 commits to master since this release

Contents

Zcash v2.0.1 built from scratch with macOS clang-1000.10.44.2 on macOS 10.13.6 (17G65), precompiled binaries attached.

Installation

Download the attached files, verify checksum of the archive and extract

$ shasum -a 256 -c zcash-macos-v2.0.1a.tar.bz2.hash
$ tar -xvf zcash-macos-v2.0.1a.tar.bz2

How to use

When launching Zcash on MacOS for the first time, certain initialization steps should be completed.
Please run the commands below once for the first time

$ cd zcash-macos-v2.0.1a/usr/local/bin
$ ./zcash-fetch-params
$ ./zcash-init
$ ./zcashd

You can just run Zcash by launching the daemon afterwards

$ ./zcashd

You can refer to zcash-commands.txt for basic usage