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:
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
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:
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
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:
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$