Post
Topic
Board Mining (Altcoins)
Re: SILENTARMY v4: Zcash miner, now with Nvidia support (Linux only)
by
hacko.bg
on 10/11/2016, 16:11:57 UTC
Is Silentarmy able to work as standalone CPU miner? Or is there any other walkthrough for doing so?

Ubuntu 16.04 server, I get:

Code:
user@ubuntu:~/silentarmy$ make
echo 'const char *ocl_code = R"_mrb_(' >_kernel.h
cpp input.cl >>_kernel.h
/bin/sh: 1: cpp: not found
Makefile:25: recipe for target '_kernel.h' failed
make: *** [_kernel.h] Error 127

apt-get install build-essential

Got through this and still looking for OpenCL during build.

Code:

edit: Installing Intel OpenCL did do the trick, I've manage to build sa-solver. But now I do see the only one processor and there are 2 on this server.
/usr/bin/ld: cannot find -lOpenCL
collect2: error: ld returned 1 exit status
Makefile:20: recipe for target 'sa-solver' failed
make: *** [sa-solver] Error 1