Bitcoin Forum
May 28, 2024, 04:01:59 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 [3] 4 »  All
  Print  
Author Topic: [SOLVED][dogecoin]Please help. several questions. [Unfrustrated]  (Read 2810 times)
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 06:27:19 PM
 #41

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.
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 06:28:15 PM
 #42

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.
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 06:34:07 PM
 #43

i dont know what to do.
byt411
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
May 04, 2014, 06:34:17 PM
 #44

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
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 06:42:57 PM
 #45

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.
byt411
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
May 04, 2014, 06:48:50 PM
 #46

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"
}
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 06:58:28 PM
 #47

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
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 07:01:37 PM
 #48

after it went blank, I click on cmd, this popped up for a second i barely had time to get a screenshot.

goodluck0319
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
May 04, 2014, 07:04:26 PM
 #49

that mean wrong address. I think.
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 07:05:57 PM
 #50

that mean wrong address. I think.

https://doge.netcodepool.org/index.php?page=gettingstarted
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 07:06:39 PM
 #51

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.
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 07:18:08 PM
 #52

eh im at lost I am sure you are too.
byt411
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
May 04, 2014, 07:26:40 PM
 #53

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.
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 07:27:42 PM
 #54

this is crappy.  Embarrassed
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 07:40:55 PM
 #55

hopefully we'll get some insight with this problem.

I post a new thread.

http://forum.netcodepool.org/forum/showthread.php?tid=2618
brioche
Full Member
***
Offline Offline

Activity: 192
Merit: 100



View Profile
May 04, 2014, 08:08:28 PM
 #56

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

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

\   \  \ \\\\\\\\\\\\\\\\◥◣◢◤//////////////// /  /   /
North Carolina ❖ First in Flight ❖ /   /  / ////////////////◢◤◥◣\\\\\\\\\\\\\\\\ \  \   \
byt411
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
May 04, 2014, 08:20:27 PM
 #57

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

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.
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 08:22:43 PM
 #58

guiminer works. cgminer dont hmm.
byt411
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
May 04, 2014, 08:26:19 PM
 #59

guiminer works. cgminer dont hmm.

guiminer works or guiminer-scrypt works?
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 08:29:58 PM
 #60

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"
}
Pages: « 1 2 [3] 4 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!