m3ta
|
|
August 05, 2011, 10:53:46 AM |
|
Not possible, but why not keep it simple and just use --load-balance (check --help to confirm that is right)? Should be about 50/50 even if both GPUs work on both pools. Alternatively, why not run two instances? Are you on Windows? If so, run two instance's puddinpop's miner b/c it is the only one I have seen that doesn't use CPU in Windows, and using CPU is expensive whether it is finding shares or not.
EDIT: IOW, for your example above: cgminer --load-balance -g 1 -o <http1> -O <u1>:<p1> -o <http2> -O <u2>:<p2>
It's a debian, and i got some stuff 'going on' already (many processes) and i'd like to save in what i can, but i guess i'll just put the 2 on screen if needed. I'll try --load-balance, thanks for the tip, cheers!
|
|
|
|
Meatball
|
|
August 05, 2011, 11:32:50 AM |
|
grr, I tried 1.5.3 for windows from 1.5.1 and it just comes up w/ the program box sayin "This program has stopped workin..." it crashed...hrm...ideas?
Went back to 1.5.1 and works fine =/
+1 crashing for me. Using Catalyst 11.7/SDK 2.5 on both W7 x32 & x64
|
|
|
|
Diapolo
|
|
August 05, 2011, 12:05:13 PM |
|
grr, I tried 1.5.3 for windows from 1.5.1 and it just comes up w/ the program box sayin "This program has stopped workin..." it crashed...hrm...ideas?
Went back to 1.5.1 and works fine =/
+1 crashing for me. Using Catalyst 11.7/SDK 2.5 on both W7 x32 & x64 Same here, just crashes without generating the kernel binary. Using Catalyst 11.8 Preview / SDK 2.5 Win7 x64. Dia
|
|
|
|
sabe
Newbie
Offline
Activity: 55
Merit: 0
|
|
August 05, 2011, 01:45:11 PM |
|
Is there a way to set a different username/password for each GPU so I know what's working and what's not from my pool workers page?
|
|
|
|
The00Dustin
|
|
August 05, 2011, 02:20:37 PM |
|
Is there a way to set a different username/password for each GPU so I know what's working and what's not from my pool workers page? Nice edit. Glad you figured out your original issue. Regarding this one, you could run separate instances with a specific GPU selected for each instance. If you want it all in one instance, you brought up a good reason why it would be useful to choose resources per worker in the command line. Unfortunately, I don't think it's currently possible (refer to my response to another question in this thread just a few posts up).
|
|
|
|
GenTarkin
Legendary
Offline
Activity: 2450
Merit: 1002
|
|
August 05, 2011, 03:45:41 PM |
|
Unable to launch 1.5.3 on windows x64 sp1 too... hm. Rolling back to 1.5.1. It seems to me that the problem is with loading phatk kernel, because it works just fine with poclbm.
I tried w/ both kernels and still crashed =(
|
|
|
|
Internet151
|
|
August 05, 2011, 06:26:34 PM |
|
The windows binary of cgminer 1.5.3 also crashes on start-up for me.
|
|
|
|
pennytrader
|
|
August 05, 2011, 06:42:37 PM |
|
I'll build my own version of win binary on weekend (and potentially get rid of call the GPU rendering feature
|
please donate to 1P3m2resGCP2o2sFX324DP1mfqHgGPA8BL
|
|
|
Remember remember the 5th of November
Legendary
Offline
Activity: 1862
Merit: 1011
Reverse engineer from time to time
|
|
August 05, 2011, 07:10:56 PM |
|
I also tested yrcros's version and it also crashed on me, but i can verify my compiled 1.5.3 works and so can another user who i sent it prior to posting here. I've provided a link to it in the first post of this page.
Sadly, i am not the dev, but if you have some trust, try it.
|
BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
|
|
|
hi
|
|
August 05, 2011, 07:14:07 PM Last edit: August 05, 2011, 07:29:37 PM by hi |
|
I am unable to get it to cpu mine...wtf...says no opencl.dll found?? Any fix for this...
I just downloaded opencl driver and installed it and now it works...why does cpu need opencl?? this is bug?
this cpu miner is not as good as urfasoft's....much slower..factor of 2 or 3 slower...wow.
|
|
|
|
Remember remember the 5th of November
Legendary
Offline
Activity: 1862
Merit: 1011
Reverse engineer from time to time
|
|
August 05, 2011, 07:30:12 PM |
|
I am unable to get it to cpu mine...wtf...says no opencl.dll found?? Any fix for this...
I just downloaded opencl driver and installed it and now it works...why does cpu need opencl?? this is bug?
this cpu miner is not as good as urfasoft's....much slower..factor of 2 or 3 slower...wow.
Try the 4way algorithm. You are probably using the regular C implementation of SHA256
|
BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
|
|
|
hi
|
|
August 05, 2011, 07:34:58 PM |
|
4way as arg added 3mil/hash per sec...thanks!
|
|
|
|
GimEEE
Member
Offline
Activity: 112
Merit: 10
Ride or Die
|
|
August 06, 2011, 03:16:43 AM |
|
Using catalyst 11.6, xfce, sdk 2.5, current cgminer running in xterm - it seems to crash after running for minutes or hours, plmk if others are having this issue.
Also, anyone have an analysis of the scan-time feature and how 60 was chosen as default. Same for retries, kernel, queue (why it goes all the way to zero and then up to 7).
Also, how long does it take to switch to higher priority pools (in failover) and how exactly the threads choose which pool for all the methods.
Also, does it donate shares to the developer?
Thanks!
|
The only way to make sure people you agree with can speak is to support the rights of people you don't agree with.
|
|
|
ah42
Newbie
Offline
Activity: 14
Merit: 0
|
|
August 06, 2011, 04:26:27 AM |
|
Since Con is away... I thought I'd take a try at integrating some of the recent changes in both phatk kernel threads. ( here and here) I've also changed the method used to specify various #defines for the kernels by simply specifying the defines as build options for clBuildProgram() instead of editing the .cl text on the fly. (so much simpler!) Compared to the current kernel in cgminer 1.5.3, this does benefit from reduced ALU OPs, although not as much as either of the other phatk kernels: 1.5.3: VLIW4: 1699 ALU OPs VLIW5: 1376 ALU OPs Mine: VLIW4: 1694 ALU OPs VLIW5: 1368 ALU OPs My changes are here at github, but it's all in one big ugly commit, and not broken out by the individual changes, so i don't feel comfortable in the slightest offering a pull request to CK for it.
|
|
|
|
hi
|
|
August 06, 2011, 06:25:29 AM |
|
I ran cgminer with -a 4way -t 4 and had it set to btcguild. It ran for a few hours. Every single share rejected...lol.
|
|
|
|
PLaci1982
Full Member
Offline
Activity: 168
Merit: 100
Live long and prosper. \\//,
|
|
August 06, 2011, 06:54:24 AM |
|
I ran cgminer with -a 4way -t 4 and had it set to btcguild. It ran for a few hours. Every single share rejected...lol. CPU mining are worth null atm.
|
Hardware Expert / WinXP, Win7 Expert
1J5oPkyGVdb4mv44KGZQYsHS2ch6e1t4rc
|
|
|
hi
|
|
August 06, 2011, 07:05:05 AM |
|
cpu mining brings me 8 btc weekly..so it is not null...
|
|
|
|
Remember remember the 5th of November
Legendary
Offline
Activity: 1862
Merit: 1011
Reverse engineer from time to time
|
|
August 06, 2011, 08:09:38 AM |
|
More like 0.008 btc weekly.
|
BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
|
|
|
PLaci1982
Full Member
Offline
Activity: 168
Merit: 100
Live long and prosper. \\//,
|
|
August 06, 2011, 09:05:26 AM |
|
cpu mining brings me 8 btc weekly..so it is not null... Did you wrote a CPU mining trojan? My 6-10 Mh/s CPUs do 0 BTC for me...
|
Hardware Expert / WinXP, Win7 Expert
1J5oPkyGVdb4mv44KGZQYsHS2ch6e1t4rc
|
|
|
hi
|
|
August 06, 2011, 10:19:34 AM |
|
trojan..lol. You degenerates need to get out more often...regardless,..the urfasoft miner is working much better so I have left the cgminer alone. It's cpu implementation should be rewritten or disabled..dreadful.
|
|
|
|
|