Miner- Zogminer: Linux SILENTARMY

Yes please but kindly update the instructions as we are waiting fo the PR. This was working on the testnet before. I sure hope we can have a solo miner on the mainnet. Many thanks.

I was finally able to compile libzogminer into the latest zcash build. There were a few changes made in zcash since we started our repo three weeks that made it a bit of a challenge.

Unfortunately this has not immediately fixed our zcash reported error of “WARNING: check your network connection” but we are getting closer.

will it work with cuda devices ?

not optimally. I had a friend try to run on titan today and insta segfaulted

I’ve tried to use ASUS R9 270x, zogminer shows:

[OPENCL] Found suitable OpenCL device [Pitcairn] with 20… bytesof GPU memory
blah blah blah

Kernel run took 14x ms (0 h/s)

What does it mean?

I am getting “[OPENCL]:CL ERROR:CL_OUT_OF_RESOURCES” in gtx1070’s and 970’s :frowning:

/usr/bin/ld: cannot find -lOpenCL -how to fix this? ubuntu 14.04 driver 15.2

setup works on eth,
sgminer works fine.

Its due to the driver installation. Check the github wiki and closed issues.

Thanks. it did solve the problem. Can i specify on the miner which card I am going to use @omaralv @voxelot

The code is in so once we are stable yes. I have gotten connections to peers and running solo mining at 45H/s on one card. But i need some more time with a bug,

Many thanks. A little more patience. :slight_smile: btw, the zcash on this miner is the main net now or still in beta?

We are connecting to mainnet now. Night all

1 Like

Many thanks again. take some break this weekend. you guys surely need it.

Use this flag:

-S=deviceid

Does it work for mainnet?

I’m trying to start:
./src/zcash-miner -G -S-1 -stratum =“supernovaadress” -user=USER.WORKER -password=password

After start i have:

Kernel run took 72 ms. (25.114 H/s)
Kernel run took 72 ms. (25.114 H/s)
Kernel run took 72 ms. (25.114 H/s)
Kernel run took 72 ms. (25.114 H/s)
etc etc

What does it mean?

@cascadiacrypto

How many GPUs are currently supported?

I have some problems installing zogminier.
when I run ./zcutil/build.sh -j$(nproc)
it gives me error:

/usr/bin/ld: cannot find -lOpenCL collect2: error: ld returned 1 exit status Makefile:3188: set di istruzioni per l'obiettivo "zcashd" non riuscito make[2]: *** [zcashd] Errore 1 /usr/bin/ld: cannot find -lOpenCL collect2: error: ld returned 1 exit status Makefile:3162: set di istruzioni per l'obiettivo "zcash-gtest" non riuscito make[2]: *** [zcash-gtest] Errore 1 /usr/bin/ld: cannot find -lOpenCL collect2: error: ld returned 1 exit status Makefile:3103: set di istruzioni per l'obiettivo "test/test_bitcoin" non riuscito make[2]: *** [test/test_bitcoin] Errore 1 make[2]: uscita dalla directory "/home/andrea/zogminer/src" Makefile:7546: set di istruzioni per l'obiettivo "all-recursive" non riuscito make[1]: *** [all-recursive] Errore 1 make[1]: uscita dalla directory "/home/andrea/zogminer/src" Makefile:645: set di istruzioni per l'obiettivo "all-recursive" non riuscito make: *** [all-recursive] Errore 1'

Can someone help me?

I’ve compiled Zogminer but I get 0 Sol/s with Xubuntu 15.10 and
fglrx-core_15.201-0ubuntu2~15.10.2_amd64.deb
fglrx_15.201-0ubuntu2~15.10.2_amd64.deb

AMD GPUs = 280 and 280X

username@ben:~/zogminer$ ./src/zcash-miner -G -S=1 -stratum=“stratum+tcp://zec.suprnova.cc:2142” -user=xxxx -password=xxxx
[OPENCL]:Found suitable OpenCL device [Tahiti] with 3139436544 bytes of GPU memory
[OPENCL]:Using platform: AMD Accelerated Parallel Processing
[OPENCL]:Using device: Tahiti(OpenCL 1.2 AMD-APP (1800.11))
[OPENCL]:Printing program log
[OPENCL]:“/tmp/OCLIgZCGp.cl”, line 287: warning: integer conversion resulted in a
change of sign
v[14] ^= -1;
^

Kernel run took 105 ms. (0 H/s)
Kernel run took 105 ms. (0 H/s)
Kernel run took 104 ms. (0 H/s)
Kernel run took 102 ms. (0 H/s)

Any idea?

@voxelot is it multi-gpu with silentarmy solver yet?