Pages:
Author

Topic: GUI mining - updated Dec 3 with 7970 bugfix, also supports Stratum! - page 58. (Read 3232159 times)

member
Activity: 84
Merit: 10
Hmm thanks I know pooling will have the stats. How about solo mining?
Kiv
full member
Activity: 162
Merit: 100
Does anyone know if there are any GPU miners that will work with non-OpenCL supporting (DirectX 10) GPUs

GPU miners have to run on either OpenCL or CUDA, so if your card supports neither of those you are unfortunately out of luck.
member
Activity: 76
Merit: 10
Hi is there a way to check which GPU is responsible for the successful mining of a block? I have 6 ati gpus running and I would like to know which GPUs are not performing. Using version 327 guiminer.

Cheers!

Hmm i noticed that my question went unanswered. So I guess theres no way to determine which gpu successfully mined the block?

The pool you are in will show which account found the block. By using the account details, u can know which gpu found block.

Create individual works per GPU on the pool (different on each pool).  Setup each GPU to point to its corresponding account, ride into the sunset with more specific metrics.
legendary
Activity: 1855
Merit: 1016
Hi is there a way to check which GPU is responsible for the successful mining of a block? I have 6 ati gpus running and I would like to know which GPUs are not performing. Using version 327 guiminer.

Cheers!

Hmm i noticed that my question went unanswered. So I guess theres no way to determine which gpu successfully mined the block?

The pool you are in will show which account found the block. By using the account details, u can know which gpu found block.
member
Activity: 84
Merit: 10
Hi is there a way to check which GPU is responsible for the successful mining of a block? I have 6 ati gpus running and I would like to know which GPUs are not performing. Using version 327 guiminer.

Cheers!

Hmm i noticed that my question went unanswered. So I guess theres no way to determine which gpu successfully mined the block?
k
sr. member
Activity: 451
Merit: 250
it has an ATI mobility radeon hd 4500 but that doesn't appear in the device drop down list in the GUI miner. Instead it only lists the CPU name -am I'm I right in thinking that that means it's using the CPU and not the GPU?

First, welcome to the forums Smiley

You are indeed using your CPU, probably this is because your laptop's video card doesn't support OpenCL. To verify this you can download GPU Caps Viewer and look to see if OpenCL is supported. If it's not, then you're stuck with CPU mining.


thanks for that. Looking at the GPU Caps viewer it only brings up the CPU for the OpenCL devices.

I found this http://superuser.com/questions/246909/ati-mobility-radeon-hd-4500-support-opencl-or-not which suggests that my card is DirectX 10 and only DirectX 11 or better supports OpenCL.

Does anyone know if there are any GPU miners that will work with non-OpenCL supporting (DirectX 10) GPUs

thanks again

hero member
Activity: 590
Merit: 500
I'm very new to all of this.  I've never done anything with bitcoins or bitcoin mining before.  Do I need to do anything before I run this program (besides register with a pool)?  Do I need some kind of a bitcoin account or something?  Sorry, I'm a total noob here.

you need to have the client operating or a account with an online service like mybitcoin in order to have a bitcoin address to receive your mining earnings.
legendary
Activity: 2198
Merit: 1311
I'm very new to all of this.  I've never done anything with bitcoins or bitcoin mining before.  Do I need to do anything before I run this program (besides register with a pool)?  Do I need some kind of a bitcoin account or something?  Sorry, I'm a total noob here.
Kiv
full member
Activity: 162
Merit: 100
it has an ATI mobility radeon hd 4500 but that doesn't appear in the device drop down list in the GUI miner. Instead it only lists the CPU name -am I'm I right in thinking that that means it's using the CPU and not the GPU?

First, welcome to the forums Smiley

You are indeed using your CPU, probably this is because your laptop's video card doesn't support OpenCL. To verify this you can download GPU Caps Viewer and look to see if OpenCL is supported. If it's not, then you're stuck with CPU mining.
k
sr. member
Activity: 451
Merit: 250
first post.

totally new to all this. just playing around trying to learn about bitcoins.

Thanks for the GUI miner. Think I got it working with deepbit pool but I think it is using my CPU instead of GPU.
I'm trying it on my laptop - it has an ATI mobility radeon hd 4500 but that doesn't appear in the device drop down list in the GUI miner. Instead it only lists the CPU name -am I'm I right in thinking that that means it's using the CPU and not the GPU?

reading through the posts (sorry haven't gone through them all), common advice seems to suggest to update the GPU driver. I've checked and have the latest version.

Any suggestions how to get the GUI miner to use the GPU?
let me know if there are any other details that may be helpful to resolve this issue.

thanks
newbie
Activity: 56
Merit: 0
Yeah! I have now a Mining Rig!

1 - 2x5850 @ 900 (300+300=600MH/s) (mining rig -> 24/7) (C2D E6600 2.4 @ 3.2GHz)
2 - 1x6970 @ 1000 (330MH/s) (gaming rig ~ 13h per day) (i7 2600K 3.4 @ 5GHz)
3 - 1x5570 @ stock (60MH/s) (working rig ~ 24/7) (AMD 64 X2 6000+ @ 3GHz)
4 - 1x5450 @ stock (12MH/s) (HTPC rig ~ 24/7) (P4 2.8 @ 3GHz)

TOTAL ~ 1GH/s

All with "poclbm-gui pre"

I am OutsiMiner!

ByE!
full member
Activity: 294
Merit: 100
Thanks Kiv, when I viewed the source code I could see where I went wrong, I see you have your own miner and being a dick was thinking by default yours was just a shell and launching puddinpop's miner by default but I was using yours. So for me at the moment it amounts to puddinpop's is OK on one GPU, and yours is OK on the second (or both) apart from not stopping properly, and I can't get his to fire up on both Huh.

I guess this BTC mining does represent real mining where it ends up tough Cheesy. Anyway that's enough for today being midnight here, thanks for you help and hope you have a great day Smiley.
Kiv
full member
Activity: 162
Merit: 100
I noticed that poclbm.exe was using 25% CPU all the time on a quad core, I didn't know if that was normal or maybe related in some way.

This is not normal but several people are experiencing this with poclbm, see this post


In general while tweaking things I can stop and start the command line version with no ill effects, but any attempt to stop the instance created by your program causes grief. For the command-line version I've just been pressing the close "X". With yours if I start a single instance and stop it causes problems 100% of the time which seems odd, maybe the process is killed in a slightly different way?

I couldn't seem to spot the source code for this beta version, I was going to take a look at what command-line parameters were pased by default to launch the miner and I thought that might give me some clues as to possible reasons for the problems I was having. I thought if I could start them the same way that would isolate if it's something to do with the resources allocated or something else.

The latest source code is on GitHub - you can look at the method configure_subprocess_poclbm() to see the miner flags and then the start_mining() and stop_mining() methods for the miner startup. I believe on Windows the program is killed using TerminateProcess, but maybe it would be better to do something else like send poclbm a CTRL+C. Feel free to give it a go and let me know if you have any questions.
member
Activity: 84
Merit: 10
Hi is there a way to check which GPU is responsible for the successful mining of a block? I have 6 ati gpus running and I would like to know which GPUs are not performing. Using version 327 guiminer.

Cheers!
full member
Activity: 294
Merit: 100
I recently got an HD 5970 and had previously been using puddinpop's miner with a Nvidia so thought I'd stick with it because it's neat and small. I had problems getting full performance and had started another thread and got some helpful suggestions that pointed me here, I was using -gpu=0 and -gpu=1 to start two difference instances as in the readme.txt but for some reason it seemed to be ignoring them, so my second miner would halve the speed of the first. Then when I installed your software things were sweet and I was getting double the performance and about what I expected Grin.

The joy was short lived though because I quickly got the BSOD on subsequent occasions after it was running OK for a while. I know there are a 101 driver/hardware problems that could cause it but thought after playing around further I'd post my results to see if you could think why it might be happening, it seems to be related to how the process is launched:

If I use your application set for auto-start I get a freeze and/or BSOD straight away, I did that after originally manually starting it while setting up when all looked OK. Anyway doing it manually and leaving a delay between worked OK so that's a problem elsewhere no doubt.

However even though I got it started that way it wouldn't keep running long, which I'd put down to a motherboard / temperature issue but I thought to use my original command line file to start a miner on GPU 0, and your program to start it on GPU1 it all ran fine for 12 hours. I wanted to stop it for a while, closed the command line OK but pressing stop on yours froze a little while then gave the BSOD.

I noticed that poclbm.exe was using 25% CPU all the time on a quad core, I didn't know if that was normal or maybe related in some way.

In general while tweaking things I can stop and start the command line version with no ill effects, but any attempt to stop the instance created by your program causes grief. For the command-line version I've just been pressing the close "X". With yours if I start a single instance and stop it causes problems 100% of the time which seems odd, maybe the process is killed in a slightly different way?

I couldn't seem to spot the source code for this beta version, I was going to take a look at what command-line parameters were pased by default to launch the miner and I thought that might give me some clues as to possible reasons for the problems I was having. I thought if I could start them the same way that would isolate if it's something to do with the resources allocated or something else.
newbie
Activity: 28
Merit: 0
That explains it, I had been messing around quite a bit with my drivers since it is a new system. Thanks for the clarification.
legendary
Activity: 1855
Merit: 1016
Actually I figured it out. Console was saying:

 "more than one platform found, use --platform to select one
 stream[0] - stream sdk
 stream[1] - ati parallel processing"

I was using the --platform command wrong. I fixed it by adding the --platoform=0 argument. Does anyone know what the two choices mean? 0 seems to give me slightly higher hash rate.

2 choice only comes if you have installed amd app 2.3 & ati stream 2.2 or less.

If your graphics card is 6000 series, KEEP amp app 2.3 or greater & remove ati stream 2.2 or less
If your graphics card id 5000 or less series KEEP ati stream 2.2 or less & remove amd app 2.3

besides, u can just add --platform=0 & if it didn't work then --platform=1
It clearly shows 0 is stream means 2.2 or less & 1 means 2.3 or more.
newbie
Activity: 28
Merit: 0
Actually I figured it out. Console was saying:

 "more than one platform found, use --platform to select one
 stream[0] - stream sdk
 stream[1] - ati parallel processing"

I was using the --platform command wrong. I fixed it by adding the --platoform=0 argument. Does anyone know what the two choices mean? 0 seems to give me slightly higher hash rate.
Kiv
full member
Activity: 162
Merit: 100
That seems strange... can you try enabling the console (View -> Show Console) and then pasting me what is shown in the console tab when you try to start a miner?

newbie
Activity: 28
Merit: 0
I am having some trouble. I just upgraded to a new motherboard with a 5870 and 5770. I have them both set up and recognized in CCC. I have SDK 2.3 and CCC 11.3 installed and working fine. I can hash with my CPU through bitcoin client but not through GUIminer. All my cards show up as their codenames and my CPU shows up as its real name.

When I try to mine with anything on GUIminer it says "connected" in the bottom right but never displays a hash rate. Any ideas?
Pages:
Jump to: