I have a question regarding BTC mining on ''CGMINER'' trying to figure out how to setup a .bat file working.
Because the cmd version is telling me no devices found!! using slushpool for now!!! created a worker already.. and a wallet!!!
Now i am having this .bat scyrpt running:
start C:Desktop\Nieuwe map\cgminer.exe -o stratum+tcp://stratum.slushpool.com:3333 -u (username) -p(no password added) -I 10 -d 1 --temp-target 65 --auto fan --gpu-memclock 450
but the .bat file closes right after clicking! what is the problem man ,, can somebody telling me how to mine with CGMINER btc?
right to create a .bat file. open notepad, paste
cgminer -o stratum+tcp://stratum.slushpool.com:3333 -u (username) -p(no password added) -I 10 -d 1 --temp-target 65 --auto fan --gpu-memclock 450
into it and save where cgminer is (must be same file as cgminer.exe. to save as .bat click file save as, call it what ever you want.bat then change the file type under it to All file (very important otherwise its going to save as .bat.txt) save and done. exit notepad and double click the bat file and it should start cgminer