Miner- SILENTARMY v5

Connecting to asia1-zcash.flypool.org:3333
Solver 0.0: unexpected banner "/root/silentarmy/sa-solver: /usr/local/cuda-8.0/targets/x86_64-linux/lib/libOpenCL.so.1: no version information available (required by /root/silentarmy/sa-solver)"
Solver 0.1: unexpected banner "/root/silentarmy/sa-solver: /usr/local/cuda-8.0/targets/x86_64-linux/lib/libOpenCL.so.1: no version information available (required by /root/silentarmy/sa-solver)"
Stratum server sent us the first job
Mining on 1 device
^C
Quitting

Erm? Miner doesn’t run, ubuntu 14.04 gtx 970 , solver runs fine

–debug > > ProjectDEV Paster

Did you compile it yourself, or are you using the pre-built v5 binary from my github?

Compiled myself via cloning your git

in previous versions i got those “unexpected banner” messages but the miner was working ok

hey mrb, I suggest you merge my branch (dagf2101) to add the window support

Yea, got it in eth miners before, it continued working fine

Edit the Makefile and change the 2 variables at the top to this:

OPENCL_HEADERS = “/usr/include”
LIBOPENCL = “/usr/local/cuda-8.0/lib64”

And recompile with make re

Works, thanks!
I did that the last two times i tried to solver (While it had the error for nvidia cards), somehow forgot this time!

Hey whats your config? and driver version?

yeah from now reading his comment - bios modifications, probably just wants to break some hardware

Hey guys, how do i control fan speed in Ubuntu?

it’s with amdgpu pro

sudo echo -n ‘num’ > /sys/class/drm/card0/device/hwmon/hwmon0/pwm1
where num can be from 0 to 255. default 127

1 Like

If nvidia, nvidia-settings
AMD, I have no clue

it’s AMD rx 480s im pretty sure they are overheating.

Thank you and to check gpu temps?

sensors (provided by lm-sensors package) will show you.
or
check cat /sys/class/hwmon/hwmon0/name
if it’s amdgpu then:
cat /sys/class/hwmon/hwmon0/temp1_input (split by 1000 to get temp in celsius)

1 Like

You can check out and follow this work: GitHub - DominiLux/amdgpu-pro-fans: An alpha version written in bash script for the development of overall concepts for a c++ project I will be releasing soon as open source. . It’s a hammer for now, but looks like he’s planning to add more features to try to create an ‘aticonfig-like’ utility.

1 Like

@jakobito stock 1070 or modded?

you have to edit the xorg.conf file
forget the settings, you can search it on startpage.com or youtube and find the answer

though the OC only seems to work on the cards plugged into the 16X slot for me

1 Like

@dagf2101 Cool! I’ll see if I can merge it somehow