I will make few test later on! for meanwhile:
How do I know which threads, intensity and work size to use?
I might a bit understand work size but it might help knowing more on two first things
I couldn't find any information based on my GPU (leading to thread and intensity)
You mention using 2 threads and intensity, based on following code, can you implement what you said for me to get started?
I know which server to use but it other setting strings I need help with!
your support is greatly appreciated.
I tried using just the program as command prompt and I get the following warnings:
GPU_MAX_ALLOC_PERCENT is not specified
GPU_USE_SYNC_OBJECTS is not specified
Once I know those settings that overide those above then it might be easier
Is there way to show listing of option using program?
I have latest catalyst and tried using without specifying amount of video ram following stream using sph-sgminer:
GPU_MAX_ALLOC_PERCENT
Too many rejected shares and I am doing better mining on a CPU which I am earning 50 QRK in two week than on gpu.
Since windows binaries is availasble and so I can test it, proper settings would be great.
Any feedback?
also i never get any HW errors and the only rejects are stale shares
This might help in your .bat file
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
i assume he doesn't know how to set up sgminer at all
try this (from OP, with minor modification)
setx GPU_USE_SYNC_OBJECTS 1
sgminer --algorithm quarkcoin --no-extranonce -I 14 -g 2 -w 64 -o stratum+tcp://some-quark-pool:3333 -u ... -p ...
see above |
-I is intensity, -g is threads, -w is work size, -o is your pool address and port, -u is username, -p is password