Pages:
Author

Topic: Stratum Based Open Source ZEC ZCASH GPU Miner - ZOGMINER - page 3. (Read 15329 times)

legendary
Activity: 3206
Merit: 1069
this version give me better result than nicehash miner, which is strange, since they appear to be the same, just a fork for your pool right?

i'm at 161 sol with 6x1070

edit...it seems that it has to do with the oc, by downclocking the mem i'm getting more hash
hero member
Activity: 746
Merit: 500
Here's a compiled Windows version of nheqminer for CPU and GPU:

https://github.com/ocminer/nheqminer/releases/tag/0.2a

Any hint on getting this to compile on 14.04?

It errors out around boost thread...

Got it working fine on 16.04. Getting only 7 sol/s on a dual quad core xeon setup.

Same problem here with 14.04...

The repo was just updated. It compiles now on ubuntu 14.04:

Code:
sudo apt-get install cmake build-essential libboost-all-dev
git clone https://github.com/ocminer/nheqminer.git
cd nheqminer/nheqminer
mkdir build
cd build
cmake ..
make
sr. member
Activity: 306
Merit: 250
Here's a compiled Windows version of nheqminer for CPU and GPU:

https://github.com/ocminer/nheqminer/releases/tag/0.2a

Any hint on getting this to compile on 14.04?

It errors out around boost thread...

Got it working fine on 16.04. Getting only 7 sol/s on a dual quad core xeon setup.

Same problem here with 14.04...
sr. member
Activity: 546
Merit: 250
It takes a lot to build but not much to lose
Here's a compiled Windows version of nheqminer for CPU and GPU:

https://github.com/ocminer/nheqminer/releases/tag/0.2a

It works only with nvidia GPUs. No AMD/OpenCL support yet Sad
sr. member
Activity: 581
Merit: 250
Here's a compiled Windows version of nheqminer for CPU and GPU:

https://github.com/ocminer/nheqminer/releases/tag/0.2a

Great Job. Thanks
hero member
Activity: 746
Merit: 500
Here's a compiled Windows version of nheqminer for CPU and GPU:

https://github.com/ocminer/nheqminer/releases/tag/0.2a

Any hint on getting this to compile on 14.04?

It errors out around boost thread...

Got it working fine on 16.04. Getting only 7 sol/s on a dual quad core xeon setup.
hero member
Activity: 952
Merit: 508
Here's a compiled Windows version of nheqminer for CPU and GPU:

https://github.com/ocminer/nheqminer/releases/tag/0.2a

Awesome! Can't wait to test it out.
legendary
Activity: 2660
Merit: 1240
Here's a compiled Windows version of nheqminer for CPU and GPU:

https://github.com/ocminer/nheqminer/releases/tag/0.2a
hero member
Activity: 630
Merit: 502
/usr/bin/xxd in zcutil/build.sh is provided by the vim-common package which is not listed as a dependency.
full member
Activity: 279
Merit: 104
Hi ocminer
I compiled your miner on my test rig with one R9 280X installed.
Trying to run the miner, but it fails with a core dump after emitting the following

Code:
Zcash Miner version v1.0.0-beta2-aa33f14 (2016-10-25 18:03:01 +0200)
ZcashMinerThread started
[OPENCL]:Found suitable OpenCL device [Tahiti] with 3121722048 bytes of GPU memory
[OPENCL]:Using platform: AMD Accelerated Parallel Processing
[OPENCL]:Using device: Tahiti(OpenCL 1.2 AMD-APP (1912.5))
[OPENCL]:Printing program log
[OPENCL]:"/tmp/OCL2406T1.cl", line 60: warning: arithmetic on pointer to void or
          function type
      for ( ; n-- ; s1++, s2++) {
                      ^

"/tmp/OCL2406T1.cl", line 60: warning: arithmetic on pointer to void or
          function type
      for ( ; n-- ; s1++, s2++) {
                            ^

"/tmp/OCL2406T1.cl", line 96: warning: argument of type "const void *" is
          incompatible with parameter of type "void *"
    memcpy(&w, src, sizeof w);
               ^

"/tmp/OCL2406T1.cl", line 103: warning: argument of type "const void *" is
          incompatible with parameter of type "void *"
    memcpy(&w, src, sizeof w);
               ^

"/tmp/OCL2406T1.cl", line 195: warning: integer conversion resulted in a
          change of sign
    S->f[1] = -1;
              ^

.......... several more warnings.....
then

[OPENCL]:CL ERROR:CL_OUT_OF_RESOURCES
Kernel run took 137 ms. (0 H/s)
[OPENCL]:Running Solver...
Step: 1...
Step: 2...
Step: 3...
Step: 4...
Step: 5...
Step: 6...
Step: 7...
Step: 8...
./runit: line 2:  2406 Segmentation fault      (core dumped) ./src/zcash-miner -stratum=stratum+tcp://zec.suprnova.cc:2142 -user=bobben.1 -password=x -printtoconsole -G

I am on Ubuntu 14.04.5 with fglrx-15.302 and AMD-APP-SDK-v2.9-1.599.381-GA-linux64  installed.
runit test script:
./src/zcash-miner -stratum=stratum+tcp://zec.suprnova.cc:2142 -user=bobben.1 -password=x -printtoconsole -G
Any pointers?


i'm having the same issue on my 280x currently unfortunately .. it only works on newer cards it seems, hopefully it'll get fixed until launch

Then, do you have any benchmariking figures to put in the OP for cards that do work?
legendary
Activity: 3206
Merit: 1069
Will be a Cuda version ? When ?

waiting also for this, because opencl and nvidia are not true friends, getting high cpu overload, and i can't mine with more than 1 gpu, pretty useless
legendary
Activity: 1260
Merit: 1046
Will be a Cuda version ? When ?
legendary
Activity: 1260
Merit: 1046


I have no idea how you people are mining when you can't do something as simple as installing Ubuntu. And then copying and pasting a few build commands.


I completly agree... and they require than other do the Windows compilation : do it yourself ! LEARN !
legendary
Activity: 2660
Merit: 1240
Hi ocminer
I compiled your miner on my test rig with one R9 280X installed.
Trying to run the miner, but it fails with a core dump after emitting the following

Code:
Zcash Miner version v1.0.0-beta2-aa33f14 (2016-10-25 18:03:01 +0200)
ZcashMinerThread started
[OPENCL]:Found suitable OpenCL device [Tahiti] with 3121722048 bytes of GPU memory
[OPENCL]:Using platform: AMD Accelerated Parallel Processing
[OPENCL]:Using device: Tahiti(OpenCL 1.2 AMD-APP (1912.5))
[OPENCL]:Printing program log
[OPENCL]:"/tmp/OCL2406T1.cl", line 60: warning: arithmetic on pointer to void or
          function type
      for ( ; n-- ; s1++, s2++) {
                      ^

"/tmp/OCL2406T1.cl", line 60: warning: arithmetic on pointer to void or
          function type
      for ( ; n-- ; s1++, s2++) {
                            ^

"/tmp/OCL2406T1.cl", line 96: warning: argument of type "const void *" is
          incompatible with parameter of type "void *"
    memcpy(&w, src, sizeof w);
               ^

"/tmp/OCL2406T1.cl", line 103: warning: argument of type "const void *" is
          incompatible with parameter of type "void *"
    memcpy(&w, src, sizeof w);
               ^

"/tmp/OCL2406T1.cl", line 195: warning: integer conversion resulted in a
          change of sign
    S->f[1] = -1;
              ^

.......... several more warnings.....
then

[OPENCL]:CL ERROR:CL_OUT_OF_RESOURCES
Kernel run took 137 ms. (0 H/s)
[OPENCL]:Running Solver...
Step: 1...
Step: 2...
Step: 3...
Step: 4...
Step: 5...
Step: 6...
Step: 7...
Step: 8...
./runit: line 2:  2406 Segmentation fault      (core dumped) ./src/zcash-miner -stratum=stratum+tcp://zec.suprnova.cc:2142 -user=bobben.1 -password=x -printtoconsole -G

I am on Ubuntu 14.04.5 with fglrx-15.302 and AMD-APP-SDK-v2.9-1.599.381-GA-linux64  installed.
runit test script:
./src/zcash-miner -stratum=stratum+tcp://zec.suprnova.cc:2142 -user=bobben.1 -password=x -printtoconsole -G
Any pointers?


i'm having the same issue on my 280x currently unfortunately .. it only works on newer cards it seems, hopefully it'll get fixed until launch
full member
Activity: 279
Merit: 104
Hi ocminer
I compiled your miner on my test rig with one R9 280X installed.
Trying to run the miner, but it fails with a core dump after emitting the following

Code:
Zcash Miner version v1.0.0-beta2-aa33f14 (2016-10-25 18:03:01 +0200)
ZcashMinerThread started
[OPENCL]:Found suitable OpenCL device [Tahiti] with 3121722048 bytes of GPU memory
[OPENCL]:Using platform: AMD Accelerated Parallel Processing
[OPENCL]:Using device: Tahiti(OpenCL 1.2 AMD-APP (1912.5))
[OPENCL]:Printing program log
[OPENCL]:"/tmp/OCL2406T1.cl", line 60: warning: arithmetic on pointer to void or
          function type
      for ( ; n-- ; s1++, s2++) {
                      ^

"/tmp/OCL2406T1.cl", line 60: warning: arithmetic on pointer to void or
          function type
      for ( ; n-- ; s1++, s2++) {
                            ^

"/tmp/OCL2406T1.cl", line 96: warning: argument of type "const void *" is
          incompatible with parameter of type "void *"
    memcpy(&w, src, sizeof w);
               ^

"/tmp/OCL2406T1.cl", line 103: warning: argument of type "const void *" is
          incompatible with parameter of type "void *"
    memcpy(&w, src, sizeof w);
               ^

"/tmp/OCL2406T1.cl", line 195: warning: integer conversion resulted in a
          change of sign
    S->f[1] = -1;
              ^

.......... several more warnings.....
then

[OPENCL]:CL ERROR:CL_OUT_OF_RESOURCES
Kernel run took 137 ms. (0 H/s)
[OPENCL]:Running Solver...
Step: 1...
Step: 2...
Step: 3...
Step: 4...
Step: 5...
Step: 6...
Step: 7...
Step: 8...
./runit: line 2:  2406 Segmentation fault      (core dumped) ./src/zcash-miner -stratum=stratum+tcp://zec.suprnova.cc:2142 -user=bobben.1 -password=x -printtoconsole -G

I am on Ubuntu 14.04.5 with fglrx-15.302 and AMD-APP-SDK-v2.9-1.599.381-GA-linux64  installed.
runit test script:
./src/zcash-miner -stratum=stratum+tcp://zec.suprnova.cc:2142 -user=bobben.1 -password=x -printtoconsole -G
Any pointers?
legendary
Activity: 1456
Merit: 1000
thanks ocminer  Smiley
legendary
Activity: 2842
Merit: 1168
AMD cards only?
sr. member
Activity: 2106
Merit: 282
👉bit.ly/3QXp3oh | 🔥 Ultimate Launc
I run my benchmark on RX470 and see:
./zcashbenchmark -h bbbbbbbb -r 40
Quote
total time: 4495.690, 78 total solutions; 17.350 sol/s
round time: 4495/40 = 112ms

both miners shows same numbers, its comparable.
hero member
Activity: 1008
Merit: 1000
Will multi gpu support be there at launch?

The answer is maybe

Quote
October 25 Update:

......We are aware of all the stability issues and are actively trying to figure out what is happening. Next up will be multi-gpu.
legendary
Activity: 1025
Merit: 1001
Will multi gpu support be there at launch?
Pages:
Jump to: