Package Details: nheqminer-cpu-git 0.5c.r1.gb9900ff-2

Git Clone URL: https://aur.archlinux.org/nheqminer-cpu-git.git (read-only, click to copy)
Package Base: nheqminer-cpu-git
Description: zcash equihash miner by NiceHash. Xenoncat CPU solver build.
Upstream URL: https://github.com/nicehash/nheqminer/
Licenses: MIT
Submitter: sebstar
Maintainer: sebstar
Last Packager: sebstar
Votes: 13
Popularity: 0.000000
First Submitted: 2016-11-04 21:52 (UTC)
Last Updated: 2017-01-18 12:16 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

bugsmanagement commented on 2017-10-17 01:40 (UTC)

According to their read me, their shipped fasm incompatible with any other distro except for Ubuntu: https://github.com/nicehash/nheqminer > bundeled fasm not compatible > delete/replace (inside nheqminer/cpu_xenoncat/asm_linux/ directory) with fasm binary compatible with your distro I simply 'mv fasm fasm_shipped && ln -s `which fasm` fasm' and it build successfully here on a Amazon EC2 instance running latest ArchLinux.

sebstar commented on 2017-09-20 12:06 (UTC)

This is then definitely a bug that needs to be reported upstream. This is not a problem a PKGBUILD can fix. Please post an issue to https://github.com/nicehash/nheqminer/issues

ZeroBit commented on 2017-09-20 08:14 (UTC)

@sebstar I applied: (1) install the package fasm (from multilib) and (2) change './fasm' to 'fasm' in assemble.sh and report back if it works. This is the error: flat assembler version 1.71.64 (0 kilobytes memory, x64) assemble.sh: line 1: 15899 Segmentation fault (core dumped) fasm -m 1280000 equihash_avx1.asm flat assembler version 1.71.64 (0 kilobytes memory, x64) assemble.sh: line 2: 15902 Segmentation fault (core dumped) fasm -m 1280000 equihash_avx2.asm

sebstar commented on 2017-09-19 20:30 (UTC)

Wow, a segfault in the shipped flat assembler? This should be reported upstream, please post an issue to the project's github page. In the meantime, try to install the package fasm (from multilib) and change './fasm' to 'fasm' in assemble.sh and report back if it works. I will then add fasm as a build dependency and patch assemble.sh.

ZeroBit commented on 2017-09-19 19:33 (UTC)

I have this error ==> Starting build()... flat assembler version 1.71.57 (0 kilobytes memory) assemble.sh: line 1: 19990 Segmentation fault (core dumped) ./fasm -m 1280000 equihash_avx1.asm flat assembler version 1.71.57 (0 kilobytes memory) assemble.sh: line 2: 20011 Segmentation fault (core dumped) ./fasm -m 1280000 equihash_avx2.asm ==> ERROR: A failure occurred in build(). Aborting...

FabioLolix commented on 2017-06-10 09:26 (UTC)

nheqminer-cpu-git and nheqminer-cuda-git need gcc5 has makedepends

ZeroBit commented on 2017-01-18 17:46 (UTC)

I got your point and understood that you were talking about option for compiling the app. But I wrote about other peculiarity of the app (changed name and absence -t option by default). Anyway thank you for your excellent work!

sebstar commented on 2017-01-18 16:16 (UTC)

I was talking about the second to last `install` statement in the package() function of this PKGBUILD. Not about the -t flag of the miner binary itself ;)

ZeroBit commented on 2017-01-18 16:13 (UTC)

I noticed that it worked correctly only with -t parameter, for example "nheqminer_cpu -t 4". Before it worked without pointing out "-t". And yes, previous version I had to start this way "/usr/bin/nheqminer_cpu/nheqminer -t 4". Now it is "nheqminer_cpu -t 4".

sebstar commented on 2017-01-18 12:17 (UTC)

Please reinstall, I forgot to remove the -t flag from the install command. Fixed now.