Pages:
Author

Topic: Stratum Based Open Source ZEC ZCASH GPU Miner - ZOGMINER (Read 15327 times)

newbie
Activity: 2
Merit: 0
Built on Slackware-current 64 bit linux(has only mesa, no proprietary AMD driver), but not works:

Code:
./zcash-miner -G
Running the test miner
[OPENCL]:Found suitable OpenCL device [AMD PITCAIRN (DRM 2.49.0 / 4.9.31, LLVM 4.0.0)] with 2147483648 bytes of GPU memory
[OPENCL]:Using platform: Clover
[OPENCL]:Using device: AMD PITCAIRN (DRM 2.49.0 / 4.9.31, LLVM 4.0.0)(OpenCL 1.1 Mesa 17.1.2)
[OPENCL]::0:0: in function kernel_init_ht void (i8 addrspace(1)*): unsupported call to function get_global_id
Should OpenCL work with MESA 17.1.2?
member
Activity: 112
Merit: 10
https://github.com/nginnever/zogminer/issues/80

opened this one, anybody here can tell me where to change the CL location in the sources?
full member
Activity: 152
Merit: 100
It's indeed very cpu intensive, with a dual core athlon x2 5x rx 470 8gb around 34s/s each card, the same setup but changed to a sempron 140 single core reduces it to 24sols/s each

May be hash cpu validity checking?
If that's so, it may be turned off at the expense of some invalid shares in the pool.

Best regards!
newbie
Activity: 29
Merit: 0
Hello everyone

First of all, thanks a lot for all the work and effort for creating this software. I am running Zogminer with Ubuntu 14.04, installation went fine thanks to a few good guides.

I've been doing some testing and I have two questions so far:

I'm not sure how to mine with 2 gpu's at once. Right now I have two terminals running. I executed these commands:

Code:
homas@thomas-B85M-D3H:~/wolf-xmr-miner-master/zcash/zogminer$ ./src/zcash-miner -G -S=0 -stratum="stratum+tcp://eu1-zcash.flypool.org:3333" -user=zcaZo9xjVvCTysk27gLzDizYMLntF4cBffHKGa8JHtPijjP5pdthNbsXizAQTicgsSpfWyyPXcT6vBnRZw4QEwApBc23RD5
[OPENCL]:Found suitable OpenCL device [Tahiti] with 2953838592 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/OCLv7VtPJ.cl", line 288: warning: integer conversion resulted in a
          change of sign
          v[14] ^= -1;
                   ^


Kernel run took 102 ms. (26.6447 H/s)

and
Code:
thomas@thomas-B85M-D3H:~/wolf-xmr-miner-master/zcash/zogminer$ ./src/zcash-miner -G -S=1 -stratum="stratum+tcp://eu1-zcash.flypool.org:3333" -user=zcaZo9xjVvCTysk27gLzDizYMLntF4cBffHKGa8JHtPijjP5pdthNbsXizAQTicgsSpfWyyPXcT6vBnRZw4QEwApBc23RD5
[OPENCL]:Found suitable OpenCL device [Tahiti] with 2955935744 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/OCLzHjFtl.cl", line 288: warning: integer conversion resulted in a
          change of sign
          v[14] ^= -1;
                   ^


Kernel run took 94 ms. (12.1063 H/s)
I don't understand the error on line 288. Anything I can do about that? Am I actually mining under these circumstances with both cards?

- Sometimes I seem to be getting an error:
Code:
Kernel run took 114 ms. (21.4216 H/s)
Kernel run took 79 ms. (21.4188 H/s)
Segmentation fault (core dumped)
What could be the cause of that? Is one of my card faulty of could it be a bug in Zogminer?
Oh yeah, don't mind my directory structure. I fucked that up for real, but I'm glad it's working Smiley

Keep up the good work. If there is anything I can do to help, let me know.

EDIT: I checked the temp on both cards. They are both mining, I believe:
Code:
thomas@thomas-B85M-D3H:~/wolf-xmr-miner-master/zcash$ aticonfig --adapter=all --od-gettemperature

Adapter 0 - AMD Radeon R9 200 / HD 7900 Series
            Sensor 0: Temperature - 49.00 C

Adapter 1 - AMD Radeon HD 7900 Series
            Sensor 0: Temperature - 46.00 C
thomas@thomas-B85M-D3H:~/wolf-xmr-miner-master/zcash$

legendary
Activity: 1382
Merit: 1002
Can I use this miner with my old macbook pro (model from 2010)? Or will it not work?
(I installed Linux in Virtual Box, so no problems with OsX...)

You could try, but in general, any kind of mining on a laptop is a bad idea. They are not built for long term cpu-crunching and can be damaged due to overheating.
If you would like to try for the learning experience, sure go right ahead and try mining for a half an hour. The macbook will not survive a long term mining though and the components or motherboard could get damaged.
newbie
Activity: 3
Merit: 0
I have 4 rx480 in one rig. Do I have to run 4 instance of zcash-miner like below??

./src/zcash-miner -G -S=0 -stratum="stratum+tcp://stratum.zcash.nicehash.com:3357" -user=t1xxxxxxxxxxx -password=x
./src/zcash-miner -G -S=1 -stratum="stratum+tcp://stratum.zcash.nicehash.com:3357" -user=t1xxxxxxxxxxx -password=x
./src/zcash-miner -G -S=2 -stratum="stratum+tcp://stratum.zcash.nicehash.com:3357" -user=t1xxxxxxxxxxx -password=x
./src/zcash-miner -G -S=3 -stratum="stratum+tcp://stratum.zcash.nicehash.com:3357" -user=t1xxxxxxxxxxx -password=x
newbie
Activity: 22
Merit: 0
Can I use this miner with my old macbook pro (model from 2010)? Or will it not work?
(I installed Linux in Virtual Box, so no problems with OsX...)
newbie
Activity: 41
Merit: 0
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

Is this the option for zogminer ??
hero member
Activity: 683
Merit: 513
http://bitcoin-engrave.com/ & https://bitcore.cc
Hi!

If I downloaded the compiled version for windows and want to try this out with my CPU and GPU (Nvidia) should I create a .bat file? And what should it contain?

Been some time since I've mined on my own PC lol.

Just edit the .bat 1-8 in the folder and try everyone if some working your a lucky one Cheesy
legendary
Activity: 2828
Merit: 5894
Meh.
Hi!

If I downloaded the compiled version for windows and want to try this out with my CPU and GPU (Nvidia) should I create a .bat file? And what should it contain?

Been some time since I've mined on my own PC lol.
full member
Activity: 307
Merit: 101
Here's a compiled Windows version of nheqminer for CPU and GPU:

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

nheqminer_v0.3a_suprnova is producing only invalid shares it seems. Thousands of "unconfirmed shares" in the dashboard. In the terminal it says something like "low difficulty share".
That's with R9 Nano under Win7 64bit and 15.12 drivers.
full member
Activity: 183
Merit: 100
ocminer  My ZEC drawing has been close to 15 hours please see it as soon as possible to help me deal with very grateful
sr. member
Activity: 362
Merit: 250
Code:
$ ./zcash-miner -G -stratum="stratum+tcp://pool:port" -user=wallet -password=x
[OPENCL]:Found suitable OpenCL device [GeForce GT 650M] with 1073545216 bytes of GPU memory
[OPENCL]:Using platform: NVIDIA CUDA
[OPENCL]:Using device: GeForce GT 650M(OpenCL 1.2 CUDA)
terminate called without an active exception
legendary
Activity: 1134
Merit: 1001
Here's a compiled Windows version of nheqminer for CPU and GPU:

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

can you upload the 3a for your pool? it hash faster

Yes pls compile v3a for nvidia cuda windows work on stratum+tcp://zec-eu.suprnova.cc:2142 pls ? .
legendary
Activity: 3206
Merit: 1069
Here's a compiled Windows version of nheqminer for CPU and GPU:

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

can you upload the 3a for your pool? it hash faster
sr. member
Activity: 291
Merit: 250
how do you solo mine now?
legendary
Activity: 1134
Merit: 1001
I mined with cpu and gpu nvidia on stratum+tcp://zec-eu.suprnova.cc:2142 in testnet, it remains the same for mainnet ? .

Yes, no changes needed on client side if you are using stratum and ocminer pool

Im use stratum+tcp://zec-eu.suprnova.cc:2142 with nheqminer_v0.2a_suprnova .
sr. member
Activity: 314
Merit: 250
I mined with cpu and gpu nvidia on stratum+tcp://zec-eu.suprnova.cc:2142 in testnet, it remains the same for mainnet ? .

Yes, no changes needed on client side if you are using stratum and ocminer pool
sr. member
Activity: 291
Merit: 250
is this going to work with mainnet? do i have to reinstall it? update? upgrade or anything?

asking because of the key files that it creates using the fetch-params?
legendary
Activity: 1134
Merit: 1001
I mined with cpu and gpu nvidia on stratum+tcp://zec-eu.suprnova.cc:2142 in testnet, it remains the same for mainnet ? .
Pages:
Jump to: