Package Details: zencash 2.0.10-1

Git Clone URL: https://aur.archlinux.org/zencash.git (read-only, click to copy)
Package Base: zencash
Description: The zencash cryptocurrency daemon and tools.
Upstream URL: https://zensystem.io/
Licenses: MIT
Conflicts: zcash
Submitter: adfjjv
Maintainer: tanarc
Last Packager: tanarc
Votes: 2
Popularity: 0.000000
First Submitted: 2017-06-15 12:18 (UTC)
Last Updated: 2017-10-06 02:16 (UTC)

Latest Comments

asbachb commented on 2018-10-18 20:07 (UTC)

There are some indications that the new release might fix the segfault problem: https://github.com/ZencashOfficial/zen/issues/83

caevaroy commented on 2018-02-14 03:51 (UTC)

zend Seg Fault at block 139200 https://github.com/ZencashOfficial/zen/issues/84 "cronicc commented on Dec 22, 2017 This most likely related to arch using libboost 1.65.1, zend depends on 1.62.0. There were some ABI changes and these patches are also not applied."

droygon commented on 2018-01-19 14:52 (UTC) (edited on 2018-01-19 15:06 (UTC) by droygon)

Hi, if anyone is currently having problems I would like to offer some help using the simple step that helped me run zencash (zend) on Arch Linux (Manjaro Linux).

To currently run zencash (zend) you need boost 1.65 (not the current 1.66 - which I could not successfully and easily downgrade), to remedy this just install the AUR package:

boost-65-compat 1.65.1-1

Note that this is the only additional package you need of boost, you do not need an additional lib-boost 1.65 package (at least I don't and I already have boost 1.66 and lib-boost 1.66 installed from before). After installing this additional package zencash (zend) should work.

asbachb commented on 2017-12-13 00:26 (UTC) (edited on 2017-12-13 00:30 (UTC) by asbachb)

I got "segmentation fault (core dumped) zend" while running the daemon.

(gdb) backtrace

0 0x00007ffff4bf62c7 in memcpy@GLIBC_2.2.5 () from /usr/lib/libc.so.6
1 0x00005555557ab68c in ?? ()
2 0x00005555557ada86 in ?? ()
3 0x00005555557b1404 in ?? ()
4 0x00005555555f05c9 in ?? ()
5 0x000055555563269d in ?? ()
6 0x00007ffff749a44f in ?? () from /usr/lib/libboost_thread.so.1.65.1
7 0x00007ffff4f1508a in start_thread () from /usr/lib/libpthread.so.0
8 0x00007ffff4c4c42f in clone () from /usr/lib/libc.so.6

asbachb commented on 2017-12-12 22:57 (UTC)

It seems that "zcash-fetch-params" should be named "zen-fetch-params".