diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-01-21 02:03:15 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-01-21 02:03:15 +0200 |
| commit | 23b8c5ee7187fbeced998ff29c8b6fbb29cc74e3 (patch) | |
| tree | 2d92566c71e18902414999d18481b1114bf9a08f /zcash-git.install | |
| parent | bbf18ea15cc8b00d34821d98ba2449ec10c2769a (diff) | |
Install binaries and add proving keys download message
Diffstat (limited to 'zcash-git.install')
| -rw-r--r-- | zcash-git.install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/zcash-git.install b/zcash-git.install new file mode 100644 index 0000000..564b3f1 --- /dev/null +++ b/zcash-git.install @@ -0,0 +1,8 @@ +post_install () { + echo "Before running zcashd you need to download the public alpha proving keys (~2GB)" + echo + echo "$ ./zcutil/fetch-params.sh" + echo + echo "For more information read https://github.com/Electric-Coin-Company/zcash/wiki/Public-Alpha-Guide" +} +# vim:set ts=2 sw=2 et: |
