So i tried with different pool now getting the foll
pool0.btcdig.com:3333 x11 bl ock 335183
GPU #0: GeForce GTX 670, 2112 kH/s
GPU #0: GeForce GTX 670, 2119 kH/s
GPU #0: GeForce GTX 670, 2058 kH/s
etc
pool 10.btcfdig.com:3333 x11 block 335184
bl a bla bla... but no shares nothing.. m I doing something wrong ? Sorry im new to mining and atm self mining on pc rig.
sgminer requires that you set the algorithm that it will be mining via -k x11mod ( as an example ) with other parameters to get it mining ...
BUT - as far as i know ( and guys in the know please help here ) sgminer is an opencl miner - which will work - but not well on nvidia ( cuda based ) gpu ...
i have both ... so with nvidia gpu - i use ccminer ... with amd gpu - i use sgminer ...
nvidia gpus are built with different chipsets - so different 'compute' instructions are required ... which means that different ccminer's are required for the type of gpu you have ...
as djm34 posted - you will require to specify the algorithm ( that the coin you are trying to mine ) is using AND get the compute 3.0 ccminer ... ie ccminer30 ( .exe if you are using windows )
if its say - granitecoin ( shameless plug - so sue me ) - then you will need to specify the kernel to be used which is in this case -a x11 ( the algorithm parameter for ccminer ) ... if it were feathercoin for instance - the kernel for the algorithm is -a neoscrypt ...
so you command line would look something like this ...
./ccminer -o stratum+tcp://pool.profitcoin.org:3893 -u Weblogin.WorkerName -p WorkerPassword -a x11 ( plus any other parameters you require after that - but stick to the basics first as a beginner ) ...
or ccminer30.exe -o stratum+tcp://pool.profitcoin.org:3893 -u Weblogin.WorkerName -p WorkerPassword -a x11 ...
if you use ccminer that is compiled for a different compute than yours - you will get wild hashrates and NO accepted shares ...
so ... two questions ...
what coin are you mining?
which ccminer are you using?
i hope this helps - at least a little ...
#crysx