Author

Topic: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 45 sol/s on RX480) - page 135. (Read 320684 times)

member
Activity: 105
Merit: 11
The current pool fee is 4% ouch, any other pools or stratum support ?
newbie
Activity: 5
Merit: 0
Code:
madPrimeMiner-v1.1
ClientName = 'KOMPUTER'  ClientID = 15767517  InstanceID = 3205560986
Address = 'zthTb2ToG5kuAc11Ni6NxoYjoxQdEr2XvST7XEdLvmHG9k7kotEcwYCaAn1SH4zRdPoXn9kNeFm8CQok9SNtNgn8d9WcdTK'
found platform[0] name = 'NVIDIA CUDA'
found 1 devices
Using device 0 as GPU 0
OpenCL error: -42 at /build/xpmclient/src/opencl.cpp:163
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:181
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:181
threads: 8192, work size: 256
ZCash GPU miner thread 0 started
Connecting to frontend: coinsforall.io:6668 ...
Connecting to bitcoin: coinsforall.io:60200 ...
Connecting to signals: coinsforall.io:60201 ...
Work received: height=2355 diff=24717.186 latency=281ms
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:112
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:378


This happens on GTX 1060
sr. member
Activity: 2106
Merit: 282
👉bit.ly/3QXp3oh | 🔥 Ultimate Launc
Hi, any idea how to solve the following error when compiling?

$ make -j5
[ 63%] Built target config4cpp
[ 64%] Building CXX object CMakeFiles/zcashcpuclient.dir/zcash/equihash_original.cpp.o
[ 78%] Built target xpmclient
[ 90%] Built target zcashgpuclient
/home/bobsmoke/Downloads/xpmclient/zcash/equihash_original.cpp:23:38: fatal error: /data/build/inc/printhex.h: No such file or directory
compilation terminated.
CMakeFiles/zcashcpuclient.dir/build.make:142: recipe for target 'CMakeFiles/zcashcpuclient.dir/zcash/equihash_original.cpp.o' failed
make[2]: *** [CMakeFiles/zcashcpuclient.dir/zcash/equihash_original.cpp.o] Error 1
CMakeFiles/Makefile2:141: recipe for target 'CMakeFiles/zcashcpuclient.dir/all' failed
make[1]: *** [CMakeFiles/zcashcpuclient.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

Fixed.
sr. member
Activity: 283
Merit: 250

Damn nice fix brother!! Smiley
Looks good on my end.

EDIT: PowerColor 380x Modded @ 930/1650 -100v

[GPU 0] T=-1C A=-1% sols=10.958
[GPU 1] T=-1C A=-1% sols=12.202
[GPU 2] T=-1C A=-1% sols=12.252
[GPU 3] T=-1C A=-1% sols=12.210
[GPU 4] T=-1C A=-1% sols=11.126
[GPU 5] T=-1C A=-1% sols=12.538
(ST/INV/DUP): 21x 0ch(0/0/0)


All GPU's now have own file now. Looks good in folder and fully functional.   
sr. member
Activity: 314
Merit: 250
Hi, any idea how to solve the following error when compiling?

$ make -j5
[ 63%] Built target config4cpp
[ 64%] Building CXX object CMakeFiles/zcashcpuclient.dir/zcash/equihash_original.cpp.o
[ 78%] Built target xpmclient
[ 90%] Built target zcashgpuclient
/home/bobsmoke/Downloads/xpmclient/zcash/equihash_original.cpp:23:38: fatal error: /data/build/inc/printhex.h: No such file or directory
compilation terminated.
CMakeFiles/zcashcpuclient.dir/build.make:142: recipe for target 'CMakeFiles/zcashcpuclient.dir/zcash/equihash_original.cpp.o' failed
make[2]: *** [CMakeFiles/zcashcpuclient.dir/zcash/equihash_original.cpp.o] Error 1
CMakeFiles/Makefile2:141: recipe for target 'CMakeFiles/zcashcpuclient.dir/all' failed
make[1]: *** [CMakeFiles/zcashcpuclient.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
sr. member
Activity: 2106
Merit: 282
👉bit.ly/3QXp3oh | 🔥 Ultimate Launc
legendary
Activity: 1134
Merit: 1001
https://www.dropbox.com/s/8gtdnfsq1p8k6zu/zcashclient-0.1.1.zip?dl=0
for multi GPU NVIdia rigs (works on AMD too Smiley )
Now miner use separate kernel for each GPU, names equiw200k9_gpuN.bin, where N - GPU number (starts from 0).

2xgtx 1070 on windows 10 x64



server = "coinsforall.io";
port = "6668";

# Your ZCASH payout address
address = "zthTb2ToG5kuAc11Ni6NxoYjoxQdEr2XvST7XEdLvmHG9k7kotEcwYCaAn1SH4zRdPoXn9kNeFm8CQo k9SNtNgn8d9WcdTK";

# You can give this machine a custom name
# Computer name is used as default
# name = "worker_name";

# Platform:
#  "amd": AMD GCN cards
#  "nvidia": NVidia Maxwell cards
platform = "nvidia";

# GPU crash handling (properly untested feature):
# 0 - do nothing
# 1 - close miner application
# 2 - reboot system (need superuser rights)
onCrash = "0";

# - The following settings have one entry per GPU
# - If you have more than 4 just add more entries or leave it as is to use defaults
# - All entries must be separated by commas and set between double quotes

# 0 = don't use device
# 1 = use device
devices =        ["1", "1", "1", "1", "1"];

# work sizes
worksizes = ["256", "256", "256", "256", "256"];

# threads
threads = ["8192", "8192", "8192", "8192", "8192"];

# -1 means don't change
corefreq =       ["-1", "-1", "-1", "-1", "-1"];
memfreq =        ["-1", "-1", "-1", "-1", "-1"];
powertune =      ["-1", "-1", "-1", "-1", "-1"];
fanspeed =       ["-1", "-1", "-1", "-1", "-1"];
newbie
Activity: 5
Merit: 0
The same error for me either on amd or nvidia:
Also suorce size 0 bytes, i unzipped it to desktop


OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:181
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:181
sr. member
Activity: 2106
Merit: 282
👉bit.ly/3QXp3oh | 🔥 Ultimate Launc
Quote
compiling ...
source: 0 bytes
source files not found or empty
It seems you try launch miner from WinRAR without unpack to folder Smiley
sr. member
Activity: 390
Merit: 250
new version doesn't work for me

Code:
found platform[0] name = 'NVIDIA CUDA'
found 1 devices
Using device 0 as GPU 0
compiling ...
source: 0 bytes
source files not found or empty
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:181
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:181
threads: 8192, work size: 256
Connecting to frontend: coinsforall.io:6668 ...
ZCash GPU miner thread 0 started
Connecting to bitcoin: coinsforall.io:60200 ...
Connecting to signals: coinsforall.io:60201 ...
Work received: height=2343 diff=22616.045 latency=140ms
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:112
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:378

0.1.0 did work without an error
full member
Activity: 140
Merit: 100
new version -

compiling ...
source: 0 bytes
source files not found or empty
compiling ...
source: 0 bytes
source files not found or empty
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:181
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:181
threads: 8192, work size: 256
ZCash GPU miner thread 0 started
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:181
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:181
threads: 8192, work size: 256
Connecting to frontend: coinsforall.io:6668 ...
ZCash GPU miner thread 1 started
Connecting to bitcoin: coinsforall.io:60200 ...
Connecting to signals: coinsforall.io:60201 ...
Work received: height=2341 diff=23295.628 latency=325ms
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:112
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:378
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:112
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:378
full member
Activity: 199
Merit: 100
https://www.dropbox.com/s/8gtdnfsq1p8k6zu/zcashclient-0.1.1.zip?dl=0
for multi GPU NVIdia rigs (works on AMD too Smiley )
Now miner use separate kernel for each GPU, names equiw200k9_gpuN.bin, where N - GPU number (starts from 0).

zip file won't open.. it says invalid!
sr. member
Activity: 2106
Merit: 282
👉bit.ly/3QXp3oh | 🔥 Ultimate Launc
https://www.dropbox.com/s/eu7m5fevxt0e2xh/zcashclient-0.1.1.zip?dl=0
for multi GPU NVIdia rigs (works on AMD too Smiley )
Now miner use separate kernel for each GPU, names equiw200k9_gpuN.bin, where N - GPU number (starts from 0).
sr. member
Activity: 283
Merit: 250
Did you change the config file? If so...make sure to use the original file that come in the download. (just testing at this point) Dont change the pool or anything.
hero member
Activity: 935
Merit: 1001
I don't always drink...
Funny stuff.

zcashclient-0.10

using kernel RX4xx with r9280x gives me about 9.5 Sol/s
with kernel R92xx it is 8.3 Sol/s

Win7 and 15.12 drivers

Any ideas why potentialy optimized kernel for my card works worse than rx's?

I cannot reproduce that with my 280x's.  My miner nearly immediately shuts down.

Try to delete or rename the equiw200k9.bin in your main directory and start again

I just tried it on two different rigs with different 280x's or 7970's.  Still cannot reproduce your result.  They shut down immediately.
sr. member
Activity: 283
Merit: 250
I'm running a 380 and 480 on one mobo but getting OpenCL error-42 at/build/xpmclient/arc/opencl.cpp:152. Any ideas?

Most likely the difficulty is to high. I had issues with a couple of my cards doing this as well when set to high. My msi 380 still not working correctly but all the 380x and 390s seem to be ok. Make sure you test everything stock with unmodded bios first. You can always change the settings later.
hero member
Activity: 935
Merit: 1001
I don't always drink...
This is still running on a test network, or can you mine real zCash already?
No, coin is not released until 28th
newbie
Activity: 34
Merit: 0
This is still running on a test network, or can you mine real zCash already?
hero member
Activity: 935
Merit: 1001
I don't always drink...
Funny stuff.

zcashclient-0.10

using kernel RX4xx with r9280x gives me about 9.5 Sol/s
with kernel R92xx it is 8.3 Sol/s

Win7 and 15.12 drivers

Any ideas why potentialy optimized kernel for my card works worse than rx's?

I cannot reproduce that with my 280x's.  My miner nearly immediately shuts down.

Try to delete or rename the equiw200k9.bin in your main directory and start again

I always have done that.
sr. member
Activity: 390
Merit: 250
Funny stuff.

zcashclient-0.10

using kernel RX4xx with r9280x gives me about 9.5 Sol/s
with kernel R92xx it is 8.3 Sol/s

Win7 and 15.12 drivers

Any ideas why potentialy optimized kernel for my card works worse than rx's?

I cannot reproduce that with my 280x's.  My miner nearly immediately shuts down.

Try to delete or rename the equiw200k9.bin in your main directory and start again
Jump to: