Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: bil on January 30, 2014, 07:12:47 PM



Title: HELP CAN'T CONFIGURE MY GPU TO MINE DOGECOIN
Post by: bil on January 30, 2014, 07:12:47 PM
Can anyone help me get my sapphire 7970 up and mining been trying for 2 days now and cant seam to get it configured and mining  ???


Title: Re: HELP CAN'T CONFIGURE MY GPU TO MINE DOGECOIN
Post by: ClutchThese on January 30, 2014, 07:25:32 PM
what miner are you using and what is the command line


Title: Re: HELP CAN'T CONFIGURE MY GPU TO MINE DOGECOIN
Post by: bil on January 30, 2014, 07:45:48 PM
CGMINER that's where my problem is i cant find the proper settings for ithink  stratum+tpc://stratum6.doghouse.org:933 -u xxx -p xxx -I 13 -w 256 --thread-concurrency 8192 --gpu-powertune 20 --auto-fan --temp-target 80 --temp-overheat 92 --temp-cutoff 95

sorry im handicapeable and can only type with t hand ;D


Title: Re: HELP CAN'T CONFIGURE MY GPU TO MINE DOGECOIN
Post by: bil on January 30, 2014, 07:57:35 PM
i was thinking about trying this    after p- xx --expiry 1 --scan-time 1 --queue 0 --gpu-engine 1090 --gpu-memclock 1500 --shaders 2048 --thread-concurrency 8192 -I 13 -g 2 -w 256 --lookup-gap 2 --no-submit-stale
do you think that will work
you should i add or take away something


Title: Re: HELP CAN'T CONFIGURE MY GPU TO MINE DOGECOIN
Post by: vpasic on January 30, 2014, 09:22:37 PM
You need 3.7.2 version of cgminer or lower to mine with you gpu.
Newest versions doesn't support gpu-s any more.


Title: Re: HELP CAN'T CONFIGURE MY GPU TO MINE DOGECOIN
Post by: juggalodarkclow on January 30, 2014, 10:03:57 PM
don't forget --scrypt


Title: Re: HELP CAN'T CONFIGURE MY GPU TO MINE DOGECOIN
Post by: ClutchThese on January 30, 2014, 11:13:36 PM
Are you missing

 cgminer.exe --scrypt

At the beginning of the bat file


Title: Re: HELP CAN'T CONFIGURE MY GPU TO MINE DOGECOIN
Post by: btcmania on January 31, 2014, 03:05:27 AM
You could try it from the DOS prompt and see where you're going wrong. The batch file method may close the window so quickly you can't see the results.

1) Go to start- > Run -> type in "cmd"

2) go to the directory (eg. "cd c:\cgminer")  cd means change directory

3) try "cgminer.exe --scrypt -o whatever -u username -p password"

Add on the extra parameters a few at a time. Also the -u and -p that you have as xxx, I trust that you have actual username and password for these and the 'xxx' isn't what you're actually using. Had to ask. :)