Can someone help me, Im really new w/ this coin mining. Im trying to setup a cudaminer w/ GT 540M gpu.
My first question is I dont know where the .bat file should be save to.
Im using this configuration cudaminer -d 0 -i 1 -C 2 -l K4x16 -H 1 stratum+tcp://coinotron.com:3334 -O user:pass
2nd question can someone give me the proper configuration? please help! Thanks for those create and share cudaminer btw.
.bat should be in the same folder as cudaminer.exe
beginning should be:
cudaminer.exe --no-autotune
if you are setting your own launch-config (using the -l option)
you don't need -i 1 since that is the default
don't know if you need -d 0 if you have only 1 GPU, I guess it can't hurt?
In my testing I didn't find the -H option to ever be helpful -H 0 made it worse and -H 1 made no difference for me.
you can make another .bat with just
cudaminer -D --benchmark
and that will find the best launch-config for you
you can also try:
cudaminer -D -C 1 --benchmark
cudaminer -D -C 2 --benchmark
mine didn't spit out the best launch-config unless I had the -C option set
also you can read the readme.txt in the cudaminer folder for all the options and what they do
protip: use GPU-Z to watch your temps.