Miner- SILENTARMY v5

Awesome solver mate.

2x Sapphire RX 470 reference cards with 1500 Mhz memory strap modded bios

GPU 0
./silentarmy --nonces 100 --use 0
21.9 and 21.9

GPU 1
./silentarmy --nonces 100 --use 1
22.0 and 22.2

I have not tried running on my dual RX 480 rig yet as I need to get a new SSD.

Keep up the awesome work.

1 Like

Anyone successfully build this in MINGW32 on Windows 7?

Getting an error

Technically it is just a kernel and not a miner at all. The real winners are the community here.

We at zogminer would be happy to drop this in zcash with your permission tomorrow

4 Likes

Yeah reallynot sure what toomin will say to this they seem to have an answer for everything

MIT License… Why wait?

3 Likes

How do I compile with MINGW32.

Change the dirs to

AMDAPPSDK = /c/Program Files (x86)/AMD APP SDK/3.0/include

$ make
gcc -std=c99 -pedantic -Wextra -Wall -ggdb -Wno-deprecated-declarations -I/c/Pr
ogram Files (x86)/AMD APP SDK/3.0/include -c -o main.o main.c
/bin/sh: -c: line 0: syntax error near unexpected token (' /bin/sh: -c: line 0: gcc -std=c99 -pedantic -Wextra -Wall -ggdb -Wno-deprecate
d-declarations -I/c/Program Files (x86)/AMD APP SDK/3.0/include -c -o main.o ma
in.c’
make: *** [main.o] Error 2

we haven’t :smiley: haha, will report tomorrow, please contact us if you’d like Marc, I think Dave sent you an email

1 Like

may be use -std=c++11 ?

Combined with Multi-GPU support and im happy :slight_smile:

I think the problem is that its not finding the correct AMDAPPSDK directory

WORKS NOW

needs to be changed to

AMDAPPSDK=“C:\Program Files (x86)\AMD APP SDK\3.0\include”

waiting for results )

Ohh good idea, I will try opening multiple devices in the morning, I too am tired but Omar is continuing work from Spain on the host.

rx470 8Gb… but sometimes my system freeze.
How about stratum support?

And with multy-GPU i have a 1 crash! (segmentation fault)

This is with 470 4 GB moded bios :slight_smile:
Really easy to build this!

Cant build in Windows because the usr/lib/x86_64-linux-gnu/amdgpu-pro/libOpenCL.so is missing.

Its not installed in the Windows AMD 16.10 drivers

use dll-s in windows)

Where? the libOpenCL.so file is no where in my system.

somewhere in drivers

Windows use dll files…

So in the MAKEFILE what do I change
LDLIBS = /usr/lib/x86_64-linux-gnu/amdgpu-pro/libOpenCL.so -lrt

into ?