Bitcoin Forum
May 04, 2024, 09:58:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 »  All
  Print  
Author Topic: Stratum Based Open Source ZEC ZCASH GPU Miner - ZOGMINER  (Read 15328 times)
ocminer (OP)
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
October 25, 2016, 09:51:54 PM
 #21

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

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
1714816719
Hero Member
*
Offline Offline

Posts: 1714816719

View Profile Personal Message (Offline)

Ignore
1714816719
Reply with quote  #2

1714816719
Report to moderator
1714816719
Hero Member
*
Offline Offline

Posts: 1714816719

View Profile Personal Message (Offline)

Ignore
1714816719
Reply with quote  #2

1714816719
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714816719
Hero Member
*
Offline Offline

Posts: 1714816719

View Profile Personal Message (Offline)

Ignore
1714816719
Reply with quote  #2

1714816719
Report to moderator
ZenFr
Legendary
*
Offline Offline

Activity: 1260
Merit: 1046



View Profile
October 25, 2016, 10:23:27 PM
 #22



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 !
ZenFr
Legendary
*
Offline Offline

Activity: 1260
Merit: 1046



View Profile
October 26, 2016, 06:19:46 PM
 #23

Will be a Cuda version ? When ?
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
October 26, 2016, 06:27:25 PM
 #24

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
bobben2
Full Member
***
Offline Offline

Activity: 279
Merit: 104


View Profile
October 26, 2016, 07:10:14 PM
 #25

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?

Fellow miners, get your thens and thans in order and help other forum readers understand what you are writing. Remember the grammar basics:  B larger THAN A (comparator operator). If something THEN ....
NameTaken
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
October 26, 2016, 07:17:49 PM
 #26

/usr/bin/xxd in zcutil/build.sh is provided by the vim-common package which is not listed as a dependency.
ocminer (OP)
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
October 26, 2016, 09:23:49 PM
 #27

Here's a compiled Windows version of nheqminer for CPU and GPU:

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

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
Eyedol-X
Hero Member
*****
Offline Offline

Activity: 952
Merit: 508



View Profile
October 26, 2016, 09:56:27 PM
 #28

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.
krile
Hero Member
*****
Offline Offline

Activity: 746
Merit: 500



View Profile
October 26, 2016, 09:57:03 PM
 #29

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.

Bannedseller
Sr. Member
****
Offline Offline

Activity: 581
Merit: 250


View Profile
October 26, 2016, 11:35:45 PM
 #30

Here's a compiled Windows version of nheqminer for CPU and GPU:

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

Great Job. Thanks
maxmad_x
Sr. Member
****
Offline Offline

Activity: 546
Merit: 250


It takes a lot to build but not much to lose


View Profile
October 27, 2016, 04:02:41 AM
 #31

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
dannygroove
Sr. Member
****
Offline Offline

Activity: 306
Merit: 250



View Profile WWW
October 27, 2016, 04:09:59 AM
 #32

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...
krile
Hero Member
*****
Offline Offline

Activity: 746
Merit: 500



View Profile
October 27, 2016, 07:00:40 AM
 #33

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

Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
October 27, 2016, 07:41:22 AM
 #34

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
Natweast
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
October 27, 2016, 07:56:04 AM
 #35

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

We need some AMD/OpCL miners.
Camnates
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 27, 2016, 07:57:17 AM
 #36

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

We need some AMD/OpCL miners.

ttps://bitcointalk.org/index.php?topic=1660023.0

Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 18.5 sol/s on RX480)
DeCrypterManiac
Hero Member
*****
Offline Offline

Activity: 550
Merit: 500


View Profile
October 27, 2016, 08:15:44 AM
 #37

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

We need some AMD/OpCL miners.

ttps://bitcointalk.org/index.php?topic=1660023.0

Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 18.5 sol/s on RX480)

That one doesn't work on most of the pools and i'm not gonna pay 4% fee
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
October 27, 2016, 08:19:18 AM
 #38

Waiting for final version Smiley
Psynthax
Hero Member
*****
Offline Offline

Activity: 2296
Merit: 504



View Profile
October 27, 2016, 09:56:19 AM
 #39

How can enable more than 1 card, with -cd option, only 1 card start?


-cd 0 1 2 3 4 5 to enable all 6 cards

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
Greenenergy
Sr. Member
****
Offline Offline

Activity: 441
Merit: 250


View Profile
October 27, 2016, 11:38:32 AM
 #40

I'm waiting for a Windows version. Linux is too much a real mess. Why are you complicating the life when something as simple as Windows exist Angry ?
Pages: « 1 [2] 3 4 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!