socal
|
|
April 01, 2015, 10:41:06 AM |
|
well thats funny cause it is totally hashing away and like I stated I am solving blocks and receiving my coins just get bouts of large amounts of share above target errors
did you try --difficulty-multiplier ? though intel graphics is nevertheless hmmmmmm no i didn't how does that work? and what would be your recommended multiplier?
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
April 01, 2015, 11:30:01 AM |
|
well thats funny cause it is totally hashing away and like I stated I am solving blocks and receiving my coins just get bouts of large amounts of share above target errors
did you try --difficulty-multiplier ? though intel graphics is nevertheless hmmmmmm no i didn't how does that work? and what would be your recommended multiplier? generally 2 values are worth trying, 256 and 1/256, but in rare cases you might experiment, put in your conf "difficulty-multiplier" : "256" or "difficulty-multiplier" : "0.00390625" i doubt that helps since intel's not supported but... it should work on some OpenCL devices other than AMD, including intel and nvidia.
|
|
|
|
a1binos
|
|
April 01, 2015, 03:39:58 PM |
|
anybody tried to start sgminer X11 mining on r9 290 with 15.3 drivers? It stucks with black screen
|
|
|
|
5m4ru1
Newbie
Offline
Activity: 59
Merit: 0
|
|
April 01, 2015, 04:33:37 PM |
|
anybody tried to start sgminer X11 mining on r9 290 with 15.3 drivers? It stucks with black screen i mine 6,8 Mh/s r280x 15.3 beta driver (sGMiner-5.1-dev-2014-mod) win 7 x64
|
|
|
|
oncloud9
Newbie
Offline
Activity: 23
Merit: 0
|
|
April 01, 2015, 06:02:30 PM |
|
anybody tried to start sgminer X11 mining on r9 290 with 15.3 drivers? It stucks with black screen How would I setup my XFX R9 290X for X11 mining please here is my batch file for myriadcoin-groest which gives me 22Mhs but the fans are on 100% and 70c so I would like to lower it if I could @echo off setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 sgminer.exe -k myriadcoin-groestl -o stratum+tcp://europe1.hub.miningpoolhub.com:12005 -u imcloud9.imcloud9 -p x -I 16 -g 2 -w 64 --no-submit-stale --failover-only --gpu-engine 1025 --gpu-memclock 1250 --gpu-powertune 0
|
|
|
|
Atomicat
Legendary
Offline
Activity: 952
Merit: 1002
|
|
April 01, 2015, 07:15:13 PM |
|
anybody tried to start sgminer X11 mining on r9 290 with 15.3 drivers? It stucks with black screen How would I setup my XFX R9 290X for X11 mining please here is my batch file for myriadcoin-groest which gives me 22Mhs but the fans are on 100% and 70c so I would like to lower it if I could @echo off setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 sgminer.exe -k myriadcoin-groestl -o stratum+tcp://europe1.hub.miningpoolhub.com:12005 -u imcloud9.imcloud9 -p x -I 16 -g 2 -w 64 --no-submit-stale --failover-only --gpu-engine 1025 --gpu-memclock 1250 --gpu-powertune 0 Here's something you could try quickly, a negative value for powertune. See if it'll still run with those clocks and -20 or -50.
|
|
|
|
Atomicat
Legendary
Offline
Activity: 952
Merit: 1002
|
|
April 01, 2015, 09:10:33 PM |
|
+1 Atomicat Thank you I already have my CPU custom water cooled and I have got a 360 rad waiting to go on the GPU when I have the money to buy the waterblock and backplate so hopefully that will help Is my batch file correct? I copied it off different post in this section
Oh that custom stuff, does run don't it? Well if you've got the scratch it's good for the economy. Personally I don't, and I've got this as a poster-sized print on the wall. http://i33.photobucket.com/albums/d72/AtomicNixon/Art/CheapMaterials.jpgI don't know just how much more performance you can get out of a custom block setup but I know that the Gelid solutions shown here does an absolutely great job. http://www.memoryexpress.com/Products/MX40080 I've got two of them and they'll keep even 7950's out of trouble range. Again, the problem is never the GPU itself, it's always the VRM's. Right now I've got Heaven 4.0 running and despite the last fan/sink mod my temps are 45C, and 53/49 on VRM's 1 & 2. Now that's great, because I was fighting an over 20C difference in all cases, like my 7950, the 6970's, etc etc. So I guess I'm done with this one and it's now time to take some pics. Here's somebody going absolutely mad with the sinks. Total over-kill and about 80% of em doing nothing but he's happy and that's fine. Gotta love it... http://www.overclock.net/t/1511914/sapphire-r9-290-arctic-accelero-xtreme-iv-vrm-mod
|
|
|
|
Fiyasko
Legendary
Offline
Activity: 1428
Merit: 1001
Okey Dokey Lokey
|
|
April 02, 2015, 01:21:42 PM |
|
Could someone explain to me what these: setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 commands do? I don't use them and hit 5.5mh/s on a 7950 core1050 mem1375
|
|
|
|
Fiyasko
Legendary
Offline
Activity: 1428
Merit: 1001
Okey Dokey Lokey
|
|
April 02, 2015, 02:32:02 PM |
|
Thanks for the response. I tried running my sgminer with the setx GPU_MAX_ALLOC_PERCENT 100 command, and noticed no difference, GPU still uses ~1.5gb of memory out of avalible 3gb Should it have made a difference?
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
April 02, 2015, 02:44:13 PM |
|
Thanks for the response. I tried running my sgminer with the setx GPU_MAX_ALLOC_PERCENT 100 command, and noticed no difference, GPU still uses ~1.5gb of memory out of avalible 3gb Should it have made a difference?
I don't think it makes any difference for algos that don't use the global ram (like groestl) or use it but only for scratch registers (i.e. no explicit buffer allocation) (like x11). As far as I know, only scrypt uses those kind of buffers in sgminer.
|
|
|
|
z0n0
Legendary
Offline
Activity: 1274
Merit: 1006
|
|
April 02, 2015, 07:36:09 PM |
|
What's going on here? Should I be worried about temp? Shouldn't GPU temp be within VRM values?
|
|
|
|
drr0ss
Member
Offline
Activity: 98
Merit: 10
|
|
April 02, 2015, 08:24:39 PM |
|
Thanks for the response. I tried running my sgminer with the setx GPU_MAX_ALLOC_PERCENT 100 command, and noticed no difference, GPU still uses ~1.5gb of memory out of avalible 3gb Should it have made a difference?
There is no miner that can use more than 2 GB of VRAM. This is a bug of opencl. This environment variable is for RAM, instead of VRAM
|
|
|
|
Atomicat
Legendary
Offline
Activity: 952
Merit: 1002
|
|
April 02, 2015, 09:34:49 PM |
|
What's going on here? Should I be worried about temp? Shouldn't GPU temp be within VRM values? Gah! YES! Usually they're higher. Check the seating on whatever you're using to cool that sucker. They'll take high temperatures, everyone says that, but not everyone has actually seen chips 'n' shit flow off a board like warm butter.
|
|
|
|
anatolikostis
Legendary
Offline
Activity: 2026
Merit: 1005
|
|
April 02, 2015, 11:49:35 PM Last edit: April 02, 2015, 11:59:45 PM by anatolikostis |
|
There is no miner that can use more than 2 GB of VRAM. This is a bug of opencl. This environment variable is for RAM, instead of VRAM
You are wrong. z0n0Your gpu-vddc is too high. Try to fix it at the 1.086v under the mining pressure. Play with PowerTune: from -6 to -xx .
|
|
|
|
z0n0
Legendary
Offline
Activity: 1274
Merit: 1006
|
|
April 03, 2015, 07:46:00 AM Last edit: April 03, 2015, 07:58:48 AM by z0n0 |
|
What's going on here? Should I be worried about temp? Shouldn't GPU temp be within VRM values? Gah! YES! Usually they're higher. Check the seating on whatever you're using to cool that sucker. They'll take high temperatures, everyone says that, but not everyone has actually seen chips 'n' shit flow off a board like warm butter. 60% fan ?? maybe autofan switched off or wrong threshold values. wake up your fan let him do his job. and show average readings of vddc and currents, they fluctuate a lot The other card doing just fina at 60% fan Will try to play with powertune, thanks EDIT: fuck, nothing helps. Not lowering powertune, nor lowering intensity from 19 to 14, always above 90C :/
|
|
|
|
z0n0
Legendary
Offline
Activity: 1274
Merit: 1006
|
|
April 03, 2015, 07:59:11 AM |
|
The other card doing just fina at 60% fan Will try to play with powertune, thanks
what card is it, 280x ? yes, the same
|
|
|
|
z0n0
Legendary
Offline
Activity: 1274
Merit: 1006
|
|
April 03, 2015, 09:38:18 AM |
|
The other card doing just fina at 60% fan Will try to play with powertune, thanks
what card is it, 280x ? yes, the same here we are, my 280x Wolf's public X11, powertune +20. high VDDC, high current, hotter VRM as usual, no problem at all. something else wrong in your system, try exchange cards in slots, what willl you see then ? http://gpuz.techpowerup.com/15/04/03/6q8.pngI tried, even worse, skyrock till 100C I also tried put that card in another PC where its only this card inside - same shit, above 95C There must be something wrong with card itself
|
|
|
|
z0n0
Legendary
Offline
Activity: 1274
Merit: 1006
|
|
April 03, 2015, 10:18:56 AM |
|
The other card doing just fina at 60% fan Will try to play with powertune, thanks
what card is it, 280x ? yes, the same here we are, my 280x Wolf's public X11, powertune +20. high VDDC, high current, hotter VRM as usual, no problem at all. something else wrong in your system, try exchange cards in slots, what willl you see then ? http://gpuz.techpowerup.com/15/04/03/6q8.pngI tried, even worse, skyrock till 100C I also tried put that card in another PC where its only this card inside - same shit, above 95C There must be something wrong with card itself looks like, and yet fan speed 60% when card is 90C is absolute absurdity modded firmware ? wrong readings ? is it really 90C ? then cooling system, disassemble, check everything I want it at 60% - but its strange how my other cards doing just fine at 60%
|
|
|
|
z0n0
Legendary
Offline
Activity: 1274
Merit: 1006
|
|
April 03, 2015, 12:32:30 PM |
|
That's wrong, right? GPU clock 1130 (pic 1) and GPU core clock (pic 2) should be same right?
|
|
|
|
platinum4
|
|
April 03, 2015, 06:25:32 PM |
|
At this point I'd tear the GPU apart, clean the heatsink and get all the old paste off, then re-paste it.
|
|
|
|
|