Zcash for macOS v1.0.15-rc1b
kozyilmaz
released this
25 Feb 18:41
·
295 commits
to master
since this release
Contents
Zcash v1.0.15-rc1b built from scratch with macOS clang-900.0.39.2 on macOS 10.13.3 (17D47), precompiled binaries attached.
- Zcash v1.0.15-rc1 release
- plus macOS compat patches
Installation
Download the attached files, verify checksum of the archive and extract
$ shasum -a 256 -c zcash-macos-v1.0.15-rc1b.tar.bz2.hash
$ tar -xvf zcash-macos-v1.0.15-rc1b.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-v1.0.15-rc1b/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