Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: pekv2 on May 04, 2014, 11:46:32 AM



Title: [SOLVED][dogecoin]Please help. several questions. [Unfrustrated]
Post by: pekv2 on May 04, 2014, 11:46:32 AM
[SOLVED]
https://bitcointalk.org/index.php?topic=595255.msg6545162#msg6545162
[/SOLVED]
Please help.

It's been long time since I mined, I searched the dogecoin forums and I cannot find any digging "mining" guides.

CPU: 13-2100
GPU: R9 280x

What program is used to mine dogecoin?

What are the cmds for w/e program used? Any environment variables need to be added to windows7?

Are .bat files involved? If so, what needs to be placed into the batch file?

I get aggravated very fast, please bare with me if you may.


Title: Re: Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 12:37:51 PM
i give up. brain is stupid.

like two years ago I be able to do this in a snap of fingers. go fckin fig.


Title: Re: Please help. several questions. [Frustrated]
Post by: jjj0923 on May 04, 2014, 12:41:58 PM
i give up. brain is stupid.

like two years ago I be able to do this in a snap of fingers. go fckin fig.

download cgminer - I tlike it the best of all miners

or for a really simple way to go - just google BAMT , download it - burn it on a stick, boot from the stick and start mining - I use it on all my rigs


Title: Re: Please help. several questions. [Frustrated]
Post by: Bizquick on May 04, 2014, 12:47:53 PM
i give up. brain is stupid.

like two years ago I be able to do this in a snap of fingers. go fckin fig.

download cgminer - I tlike it the best of all miners

or for a really simple way to go - just google BAMT , download it - burn it on a stick, boot from the stick and start mining - I use it on all my rigs

Yep!  If you want the cgminer, LTCRabbit has a good tutorial and downloads...  If you mine there, it will convert your coins to LTC. 

https://www.ltcrabbit.com/index.php?page=gettingstarted


Title: Re: Please help. several questions. [Frustrated]
Post by: jjj0923 on May 04, 2014, 12:50:19 PM
i give up. brain is stupid.

like two years ago I be able to do this in a snap of fingers. go fckin fig.

download cgminer - I tlike it the best of all miners

or for a really simple way to go - just google BAMT , download it - burn it on a stick, boot from the stick and start mining - I use it on all my rigs

Yep!  If you want the cgminer, LTCRabbit has a good tutorial and downloads...  If you mine there, it will convert your coins to LTC. 

https://www.ltcrabbit.com/index.php?page=gettingstarted

that's great - It's what I use and I just change the cgminer.conf to mine different scrypt coin.

PLUS there's enough room to download and compile other algo's too if you want to mine x11 - scrypt-jane coins etc...and it's got the api so I use cgwatcher to monitor my rigs


Title: Re: Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 01:28:44 PM
Im going off this.

A) http://www.minedogecoin.com/getting-such-dogecoin-a-basic-guide-to-gpu-mining-with-cgminer/
b) http://www.minedogecoin.com/an-advanced-guide-to-mining-dogecoin-with-cgminer/

cgminer is still not working.

I created worker and an account @
http://dogepool.pw/

I followed A) instructions. & B) instructions, cgminer asks to connect to the net than cgminer does nothing.


Title: Re: Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 01:30:27 PM
here is my bat

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe -I 19

Here is my cgminer.cfg user and pass removed from be low.

Code:
{
 "pools" : [
{
"url" : "stratum+tcp://dogepool.pw:3334",
"user" : "removed",
"pass" : "removed"
}
],
"scrypt" : true,
"kernel-path" : "/usr/local/bin"
}


Title: Re: Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 01:32:32 PM
A bin doesnt even get created meaning cgminer is incorrectly tuned.


Title: Re: Please help. several questions. [Frustrated]
Post by: byt411 on May 04, 2014, 01:52:07 PM
A bin doesnt even get created meaning cgminer is incorrectly tuned.

You need to add --scrypt to your CGminer bat.


Title: Re: Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 01:58:00 PM
Here is my new bat. name.worker pw removed

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe --scrypt -o stratum+tcp://dogepool.pw:3334 -u name.worker -p password -w 256 -g 2 --auto-fan --thread-concurrency 18944 --intensity 13

cgminer asks to connect net then does nothing.


Title: Re: Please help. several questions. [Frustrated]
Post by: byt411 on May 04, 2014, 02:09:04 PM
Here is my new bat. name.worker pw removed

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe --scrypt -o stratum+tcp://dogepool.pw:3334 -u name.worker -p password -w 256 -g 2 --auto-fan --thread-concurrency 18944 --intensity 13

cgminer asks to connect net then does nothing.

Can you please post a screenshot of it?


Title: Re: Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 02:24:14 PM
Here is my new bat. name.worker pw removed

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe --scrypt -o stratum+tcp://dogepool.pw:3334 -u name.worker -p password -w 256 -g 2 --auto-fan --thread-concurrency 18944 --intensity 13

cgminer asks to connect net then does nothing.

Can you please post a screenshot of it?

https://i.imgur.com/F5esSaF.jpg


Title: Re: Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 02:27:26 PM
only thing that happens is the fans get louder than usual.

I checked gpuz, gpu is not @load nor does powerplay change=frequency of core and mem.


Title: Re: Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 02:28:09 PM
this is for dogecoin, you know this correct?


Title: Re: Please help. several questions. [Frustrated]
Post by: byt411 on May 04, 2014, 02:28:16 PM
only thing that happens is the fans get louder than usual.

I checked gpuz, gpu is not @load nor does powerplay change=frequency of core and mem.

So after displaying that screen, all it does is exit itself?


Title: Re: Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 02:33:13 PM
only thing that happens is the fans get louder than usual.

I checked gpuz, gpu is not @load nor does powerplay change=frequency of core and mem.

So after displaying that screen, all it does is exit itself?

nope it stays, i have to reboot to reset the fan rpms.


Title: Re: Please help. several questions. [Frustrated]
Post by: byt411 on May 04, 2014, 02:42:30 PM
only thing that happens is the fans get louder than usual.

I checked gpuz, gpu is not @load nor does powerplay change=frequency of core and mem.

So after displaying that screen, all it does is exit itself?

nope it stays, i have to reboot to reset the fan rpms.

open cmd, do the setx commands, close cmd, and remove the setx commands from your bat file, and see if it works.


Title: Re: Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 02:50:00 PM
Is this what it is suppose to be?

https://i.imgur.com/6u3k8ng.jpg


Title: Re: Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 02:52:12 PM
Code:
cgminer.exe --scrypt -o stratum+tcp://dogepool.pw:3333 -u pekv2.1 -p recycle -w 256 -g 2 --auto-fan --thread-concurrency 18944 --intensity 13

new bat, ran it, same results fan speed is gentle, box is sitting like


https://i.imgur.com/F5esSaF.jpg


Title: Re: Please help. several questions. [Frustrated]
Post by: goodluck0319 on May 04, 2014, 02:57:30 PM
maybe u can tried like this :

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe --scrypt -o stratum+tcp://dogepool.pw:3333 -u pekv2.1 -p recycle --auto-fan --auto-gpu
pause





Title: Re: Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 03:06:26 PM
maybe u can tried like this :

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe --scrypt -o stratum+tcp://dogepool.pw:3333 -u pekv2.1 -p recycle --auto-fan --auto-gpu
pause

Same as the screenshot above your post. :(


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 03:09:46 PM
i've got a raid card in my second pcie slot, could this be interfering with the cgminer process?

ima take it out brb 3 min.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 03:13:46 PM
i've got a raid card in my second pcie slot, could this be interfering with the cgminer process?

ima take it out brb 3 min.
removed raid card. thought maybe pcie slots were conflicting with cgminer possibly.
irrelevant, no difference.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: byt411 on May 04, 2014, 03:14:19 PM
i've got a raid card in my second pcie slot, could this be interfering with the cgminer process?

ima take it out brb 3 min.

irrelevant, no difference.

What drivers have you got installed?


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 03:16:50 PM
i've got a raid card in my second pcie slot, could this be interfering with the cgminer process?

ima take it out brb 3 min.

irrelevant, no difference.

What drivers have you got installed?

very good question, man!

amd-catalyst-14.4-rc-v1.0-windows-apr17


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 03:20:04 PM
should i drop down to 13.11 beta4? or beta3?


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: byt411 on May 04, 2014, 03:21:46 PM
should i drop down to 13.11 beta4? or beta3?


I suggest any beta of 13.11.
http://www.guru3d.com/files_details/amd_catalyst_13_11_beta_9_5_driver_download.html

It's much better than what you are using right now.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 03:24:41 PM
should i drop down to 13.11 beta4? or beta3?


I suggest any beta of 13.11.
http://www.guru3d.com/files_details/amd_catalyst_13_11_beta_9_5_driver_download.html

It's much better than what you are using right now.

Thanks for the link, dl'n now, gonna uninstall what i got, be back about 5 min. brb.

plz let this be the problem.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 03:53:06 PM
nope, no go,

https://i.imgur.com/F5esSaF.jpg


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: byt411 on May 04, 2014, 04:02:26 PM
Try thread concurrency of 8192, make sure you have enough RAM on your system.
By the way, what R9 280x is it? Gigabyte, MSI, Asus, etc.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 04:09:02 PM
Try thread concurrency of 8192, make sure you have enough RAM on your system.
By the way, what R9 280x is it? Gigabyte, MSI, Asus, etc.

SAPPHIRE 100363L Radeon R9 280X 3GB
http://www.newegg.com/Product/Product.aspx?Item=N82E16814202046

I have 8gig on my system of ram. I will try that concurrency.



Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 04:13:56 PM
no go with that type of concurrency.

ionno, it don't like me.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 04:18:04 PM
ok one step further.

I added --shaders 2048 to the mix here is the screenshot.

https://i.imgur.com/G0q7Mjg.jpg


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 04:45:20 PM
i guess cant mine with my card :/ uhwell. off to gamin.

if someone knows, plz let me know.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: byt411 on May 04, 2014, 05:24:18 PM
i guess cant mine with my card :/ uhwell. off to gamin.

if someone knows, plz let me know.

You definitely can. By the way, that's a good step forward, now it's that you got something wrong with the pool details.
If it still doesn't work, try another pool.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 05:25:58 PM
i guess cant mine with my card :/ uhwell. off to gamin.

if someone knows, plz let me know.

You definitely can. By the way, that's a good step forward, now it's that you got something wrong with the pool details.
If it still doesn't work, try another pool.

hm didnt even think bout trying dif pool, i dleted all my cgminer files gah. bad day.

yea screw it, get mad fast, and im gettting pissed bout it. i'll just leave it alone. dunno why it dont work when millions others work. dumbass me.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: byt411 on May 04, 2014, 05:28:18 PM
i guess cant mine with my card :/ uhwell. off to gamin.

if someone knows, plz let me know.

You definitely can. By the way, that's a good step forward, now it's that you got something wrong with the pool details.
If it still doesn't work, try another pool.

hm didnt even think bout trying dif pool, i dleted all my cgminer files gah. bad day.

yea screw it, get mad fast, and im gettting pissed bout it. i'll just leave it alone. dunno why it dont work when millions others work. dumbass me.

Man... You're missing out on a huge opportunity right now...


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 05:51:41 PM
i know but what can i do it wont work. i tried a new pool. same thing. cgminer wants to be stupid with me.

I need a working config. if someone has one that'll be great.

like trying to guess a combination lock.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 06:11:02 PM
Error -1: Getting Device IDs (num) something is wrong, this is a fresh folder of cgminer, using a bat cmding it to cgminer -n

Code:
C:\Users\Admin\Desktop\New folder>cgminer -n
 [2014-05-04 13:09:37] CL Platform 0 vendor: Intel(R) Corporation

 [2014-05-04 13:09:37] CL Platform 0 name: Intel(R) OpenCL
 [2014-05-04 13:09:37] CL Platform 0 version: OpenCL 1.2
 [2014-05-04 13:09:37] Error -1: Getting Device IDs (num)
 [2014-05-04 13:09:37] CL Platform 1 vendor: Advanced Micro Devices, Inc.

 [2014-05-04 13:09:37] CL Platform 1 name: AMD Accelerated Parallel Processing

 [2014-05-04 13:09:37] CL Platform 1 version: OpenCL 1.2 AMD-APP (1348.4)

 [2014-05-04 13:09:37] Platform 1 devices: 1
 [2014-05-04 13:09:37]  0       Tahiti
 [2014-05-04 13:09:37] GPU 0 AMD Radeon R9 200 Series hardware monitoring enable
d
 [2014-05-04 13:09:37] 1 GPU devices max detected
 [2014-05-04 13:09:37] USB all: found 5 devices - listing known devices

 [2014-05-04 13:09:37] No known USB devices

C:\Users\Admin\Desktop\New folder>pause
Press any key to continue . . .


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: byt411 on May 04, 2014, 06:15:08 PM
Error -1: Getting Device IDs (num) something is wrong, this is a fresh folder of cgminer, using a bat cmding it to cgminer -n

Code:
C:\Users\Admin\Desktop\New folder>cgminer -n
 [2014-05-04 13:09:37] CL Platform 0 vendor: Intel(R) Corporation

 [2014-05-04 13:09:37] CL Platform 0 name: Intel(R) OpenCL
 [2014-05-04 13:09:37] CL Platform 0 version: OpenCL 1.2
 [2014-05-04 13:09:37] Error -1: Getting Device IDs (num)
 [2014-05-04 13:09:37] CL Platform 1 vendor: Advanced Micro Devices, Inc.

 [2014-05-04 13:09:37] CL Platform 1 name: AMD Accelerated Parallel Processing

 [2014-05-04 13:09:37] CL Platform 1 version: OpenCL 1.2 AMD-APP (1348.4)

 [2014-05-04 13:09:37] Platform 1 devices: 1
 [2014-05-04 13:09:37]  0       Tahiti
 [2014-05-04 13:09:37] GPU 0 AMD Radeon R9 200 Series hardware monitoring enable
d
 [2014-05-04 13:09:37] 1 GPU devices max detected
 [2014-05-04 13:09:37] USB all: found 5 devices - listing known devices

 [2014-05-04 13:09:37] No known USB devices

C:\Users\Admin\Desktop\New folder>pause
Press any key to continue . . .

Try adding -d 1 --gpu-platform 1 to your bat.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 06:27:19 PM
Error -1: Getting Device IDs (num) something is wrong, this is a fresh folder of cgminer, using a bat cmding it to cgminer -n

Code:
C:\Users\Admin\Desktop\New folder>cgminer -n
 [2014-05-04 13:09:37] CL Platform 0 vendor: Intel(R) Corporation

 [2014-05-04 13:09:37] CL Platform 0 name: Intel(R) OpenCL
 [2014-05-04 13:09:37] CL Platform 0 version: OpenCL 1.2
 [2014-05-04 13:09:37] Error -1: Getting Device IDs (num)
 [2014-05-04 13:09:37] CL Platform 1 vendor: Advanced Micro Devices, Inc.

 [2014-05-04 13:09:37] CL Platform 1 name: AMD Accelerated Parallel Processing

 [2014-05-04 13:09:37] CL Platform 1 version: OpenCL 1.2 AMD-APP (1348.4)

 [2014-05-04 13:09:37] Platform 1 devices: 1
 [2014-05-04 13:09:37]  0       Tahiti
 [2014-05-04 13:09:37] GPU 0 AMD Radeon R9 200 Series hardware monitoring enable
d
 [2014-05-04 13:09:37] 1 GPU devices max detected
 [2014-05-04 13:09:37] USB all: found 5 devices - listing known devices

 [2014-05-04 13:09:37] No known USB devices

C:\Users\Admin\Desktop\New folder>pause
Press any key to continue . . .

Try adding -d 1 --gpu-platform 1 to your bat.

-d 1 breaks it. using --gpu-platform 1 works but still that same window.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 06:28:15 PM
cgminer --scrypt -o stratum+tcp://stratum.netcodepool.org:4093 -u pekv2.worker -p recycle -w 256 -g 2 --auto-fan --auto-gpu --thread-concurrency 8192 --intensity 13 --gpu-platform 1 --shaders 2048


theoretically it should work. brb gotta reboot to stop the fans. gr hate this.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 06:34:07 PM
i dont know what to do.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: byt411 on May 04, 2014, 06:34:17 PM
Error -1: Getting Device IDs (num) something is wrong, this is a fresh folder of cgminer, using a bat cmding it to cgminer -n

Code:
C:\Users\Admin\Desktop\New folder>cgminer -n
 [2014-05-04 13:09:37] CL Platform 0 vendor: Intel(R) Corporation

 [2014-05-04 13:09:37] CL Platform 0 name: Intel(R) OpenCL
 [2014-05-04 13:09:37] CL Platform 0 version: OpenCL 1.2
 [2014-05-04 13:09:37] Error -1: Getting Device IDs (num)
 [2014-05-04 13:09:37] CL Platform 1 vendor: Advanced Micro Devices, Inc.

 [2014-05-04 13:09:37] CL Platform 1 name: AMD Accelerated Parallel Processing

 [2014-05-04 13:09:37] CL Platform 1 version: OpenCL 1.2 AMD-APP (1348.4)

 [2014-05-04 13:09:37] Platform 1 devices: 1
 [2014-05-04 13:09:37]  0       Tahiti
 [2014-05-04 13:09:37] GPU 0 AMD Radeon R9 200 Series hardware monitoring enable
d
 [2014-05-04 13:09:37] 1 GPU devices max detected
 [2014-05-04 13:09:37] USB all: found 5 devices - listing known devices

 [2014-05-04 13:09:37] No known USB devices

C:\Users\Admin\Desktop\New folder>pause
Press any key to continue . . .

Try adding -d 1 --gpu-platform 1 to your bat.

-d 1 breaks it. using --gpu-platform 1 works but still that same window.

try -d 0 then


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 06:42:57 PM
try -d 0 then

cgminer --scrypt -o stratum+tcp://stratum.netcodepool.org:4093 -u pekv2.worker -p recycle -w 256 -g 2 --auto-fan --auto-gpu --thread-concurrency 8192 --intensity 13 -d 0 --gpu-platform 1 --shaders 2048

Only thing now happens the window stays open like the screenshot, with fans blowing gently then the cmd window goes blank then I think its about to shut off in a minute. so d0 works and not conflicting.

I also tried
Code:
{
"pools" : [
 {
 "url" : "stratum+tcp://stratum.netcodepool.org:4093",
 "user" : "pekv2.worker",
 "pass" : "recycle"
 }
],
"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "0",
"gpu-engine" : "1100",
"gpu-autofan" : "true",
"gpu-memclock" : "1500",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"temp-cutoff" : "95",
"temp-overheat" : "82",
"temp-target" : "75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "1",
"gpu-threads" : "2",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "30",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}

same thing as that screenshot.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: byt411 on May 04, 2014, 06:48:50 PM
Try this...
Code:
"auto-fan" : true,
"temp-cutoff" : "90",
"temp-overheat" : "85",
"temp-target" : "75",
"gpu-fan" : "30-70",
"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "8191",
"shaders" : "2048",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"gpu-engine" : "1050",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"log" : "5",
"no-pool-disable" : true,
"queue" : "0",
"scan-time" : "60",
"shares" : "0",
"scrypt" : true,
"kernel-path" : "/usr/local/bin"
}


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 06:58:28 PM
I changed the plateform to 1 in this code, used the code

same as that one screenshot, just sitting there with gentle fans blowing

cmd window went blank


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 07:01:37 PM
after it went blank, I click on cmd, this popped up for a second i barely had time to get a screenshot.

https://i.imgur.com/XPZafR6.jpg


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: goodluck0319 on May 04, 2014, 07:04:26 PM
that mean wrong address. I think.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 07:05:57 PM
that mean wrong address. I think.

https://doge.netcodepool.org/index.php?page=gettingstarted


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 07:06:39 PM
maybe its a stratum thing, but I used stratum on litecoin for litecoinpool by pooler just fine. not on this card though, this was 2 years ago.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 07:18:08 PM
eh im at lost I am sure you are too.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: byt411 on May 04, 2014, 07:26:40 PM
eh im at lost I am sure you are too.

I seriously have no idea why you have this error. It happened to me once, but I just rebooted and it worked fine.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 07:27:42 PM
this is crappy.  :-[


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 07:40:55 PM
hopefully we'll get some insight with this problem.

I post a new thread.

http://forum.netcodepool.org/forum/showthread.php?tid=2618


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: brioche on May 04, 2014, 08:08:28 PM
Have you tried running Cgminer with no custom settings? Just let it tune itself.

If the CGminer is giving you trouble you may want to try using something a little more user friendly like GUIMiner-scrypt.

https://bitcointalk.org/index.php?topic=150331.0 (https://bitcointalk.org/index.php?topic=150331.0)

and lastly you could try mining at a different pool, maybe Coinotron or dogehouse.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: byt411 on May 04, 2014, 08:20:27 PM
Have you tried running Cgminer with no custom settings? Just let it tune itself.

If the CGminer is giving you trouble you may want to try using something a little more user friendly like GUIMiner-scrypt.

https://bitcointalk.org/index.php?topic=150331.0 (https://bitcointalk.org/index.php?topic=150331.0)

and lastly you could try mining at a different pool, maybe Coinotron or dogehouse.

Read the thread before posting. It doesn't work without settings.
Changing pool doesn't work either.
GUIMiner-Scrypt is a rubbish miner for noobs.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 08:22:43 PM
guiminer works. cgminer dont hmm.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: byt411 on May 04, 2014, 08:26:19 PM
guiminer works. cgminer dont hmm.

guiminer works or guiminer-scrypt works?


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 08:29:58 PM
omg i got cgminer working with

Code:
{
"pools" : [
 {
 "url" : "stratum.netcodepool.org:4093",
 "user" : "pekv2.worker",
 "pass" : "recycle"
 }
],
"auto-fan" : true,
"temp-cutoff" : "90",
"temp-overheat" : "85",
"temp-target" : "75",
"gpu-fan" : "30-70",
"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"thread-concurrency" : "8191",
"shaders" : "2048",
"api-port" : "4028",
"gpu-platform" : "1",
"gpu-threads" : "2",
"scrypt" : true,
"kernel-path" : "/usr/local/bin"
}


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 08:31:29 PM
https://i.imgur.com/bHPspc1.jpg


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 08:32:03 PM
guiminer works. cgminer dont hmm.

guiminer works or guiminer-scrypt works?

ionno, but im now sticking with cgminer.


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: byt411 on May 04, 2014, 08:34:48 PM
guiminer works. cgminer dont hmm.

guiminer works or guiminer-scrypt works?

ionno, but im now sticking with cgminer.

How did you fix it?


Title: Re: [dogecoin]Please help. several questions. [Frustrated]
Post by: pekv2 on May 04, 2014, 08:38:22 PM
guiminer works. cgminer dont hmm.

guiminer works or guiminer-scrypt works?

ionno, but im now sticking with cgminer.

How did you fix it?

When I ran guiminer, I selected gpu defaults, seen all the sefaults and was like wtf is all that shit doing inside the cgminer config, so I closed guiminer, stripped that cgminer cfg clean to 

Code:
{
"pools" : [
 {
 "url" : "stratum.netcodepool.org:4093",
 "user" : "pekv2.worker",
 "pass" : "recycle"
 }
],
"auto-fan" : true,
"temp-cutoff" : "90",
"temp-overheat" : "85",
"temp-target" : "75",
"gpu-fan" : "30-70",
"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"thread-concurrency" : "8191",
"shaders" : "2048",
"api-port" : "4028",
"gpu-platform" : "1",
"gpu-threads" : "2",
"scrypt" : true,
"kernel-path" : "/usr/local/bin"
}

ran cgminer and bam 655kh/s mining away.


Title: Re: [SOLVED][dogecoin]Please help. several questions. [Unfrustrated]
Post by: pekv2 on May 04, 2014, 08:49:20 PM
Thank you so much man, byt411 for almost your entire day. And thank you, brioche for bring guiminer to light as if I never tried it, the solution to get cgminer working would have never clicked.

Thanks you all for reading as well.

Now to bust out my open mining station motherboard plate..

Once I get some dogecoin, I'll chuck w/e I can to you as for a donation.

Lot of work to do.


Title: Re: [SOLVED][dogecoin]Please help. several questions. [Unfrustrated]
Post by: byt411 on May 04, 2014, 08:57:37 PM
Thank you so much man, byt411 for almost your entire day. And thank you, brioche for bring guiminer to light as if I never tried it, the solution to get cgminer working would have never clicked.

Thanks you all for reading as well.

Now to bust out my open mining station motherboard plate..

Once I get some dogecoin, I'll chuck w/e I can to you as for a donation.

Lot of work to do.

I'm glad to have helped. You know, you can mine on multipools, which automatically switch to the most profitable coin.


Title: Re: [SOLVED][dogecoin]Please help. several questions. [Unfrustrated]
Post by: pekv2 on May 04, 2014, 09:03:09 PM
Thank you so much man, byt411 for almost your entire day. And thank you, brioche for bring guiminer to light as if I never tried it, the solution to get cgminer working would have never clicked.

Thanks you all for reading as well.

Now to bust out my open mining station motherboard plate..

Once I get some dogecoin, I'll chuck w/e I can to you as for a donation.

Lot of work to do.

I'm glad to have helped. You know, you can mine on multipools, which automatically switch to the most profitable coin.

Which pool would this be and then plus I would have to run a ton of crypto currency clients.


Title: Re: [SOLVED][dogecoin]Please help. several questions. [Unfrustrated]
Post by: pekv2 on May 04, 2014, 09:05:55 PM
Now I need to

Quote
gpu_thread_concurrency should be
-- amount of shaders your card has
X amount of threads you use = gpu_thread_concurrency

to get the exact concurrency to use.


Title: Re: [SOLVED][dogecoin]Please help. several questions. [Unfrustrated]
Post by: byt411 on May 04, 2014, 09:06:50 PM
Thank you so much man, byt411 for almost your entire day. And thank you, brioche for bring guiminer to light as if I never tried it, the solution to get cgminer working would have never clicked.

Thanks you all for reading as well.

Now to bust out my open mining station motherboard plate..

Once I get some dogecoin, I'll chuck w/e I can to you as for a donation.

Lot of work to do.

I'm glad to have helped. You know, you can mine on multipools, which automatically switch to the most profitable coin.

Which pool would this be and then plus I would have to run a ton of crypto currency clients.

No, you wouldn't need to run a lot of clients.

The best pools include WafflePool (http://waffepool.com), CleverMining (http://clevermining.com) and CoinShift (http://coinshift.com).

I personally use CoinShift or CleverMining. You should use CoinShift.


Title: Re: [SOLVED][dogecoin]Please help. several questions. [Unfrustrated]
Post by: pekv2 on May 05, 2014, 12:28:10 AM
Thank you so much man, byt411 for almost your entire day. And thank you, brioche for bring guiminer to light as if I never tried it, the solution to get cgminer working would have never clicked.

Thanks you all for reading as well.

Now to bust out my open mining station motherboard plate..

Once I get some dogecoin, I'll chuck w/e I can to you as for a donation.

Lot of work to do.

I'm glad to have helped. You know, you can mine on multipools, which automatically switch to the most profitable coin.

Which pool would this be and then plus I would have to run a ton of crypto currency clients.

No, you wouldn't need to run a lot of clients.

The best pools include WafflePool (http://waffepool.com), CleverMining (http://clevermining.com) and CoinShift (http://coinshift.com).

I personally use CoinShift or CleverMining. You should use CoinShift.

Hell yea.

Coins are exchanged to BTC automatically,


Title: Re: [SOLVED][dogecoin]Please help. several questions. [Unfrustrated]
Post by: pekv2 on May 05, 2014, 01:41:44 AM
Not bad huh? back in the day it took two 5850's to do 814kh on litecoin.

Stock clocks 1050/1500

728-729kh HR
https://i.imgur.com/air93Z0.jpg