Pages:
Author

Topic: The big VTC Vertcoin settings thread - page 40. (Read 264260 times)

member
Activity: 98
Merit: 10
Mine for your life
February 04, 2014, 04:12:40 PM
When you see that it fall down again just Decrese CoreClock in steps by 2 untill it stays around your highest peak. GL  Smiley
full member
Activity: 147
Merit: 100
February 04, 2014, 04:04:16 PM
Odd I use the MSI R9 280X with

Display driver       : 9.14.10.01001, Catalyst 13.12
BIOS                 : 015.041.000.000

((CGminer)) -v 1 -w 256 -I 13 -g 2 --lookup-gap 2 --gpu-powertune -20 --temp-target 70 --temp-overheat 80 --temp-cutoff 90 --gpu-memclock 1500 --gpu-engine 1082 --thread-concurrency 8191

And they put out 381-383



i changed my settings to match your concurrency, memclock and engine - now 1 card is on 0, another on 277 and the other 2 on 366. - getting some hw errors tho :S

Lower your Coreclock to stock (1020) and work UP from there in steps of 5,does it help?

yes it has thanks! 323, 350, 350, 350. I'm up to 1045 on the clock, how much higher can i go safely?

edit:
so, i stopped it and turned it back on to return to 280 speeds :/
member
Activity: 98
Merit: 10
Mine for your life
February 04, 2014, 03:58:47 PM
Odd I use the MSI R9 280X with

Display driver       : 9.14.10.01001, Catalyst 13.12
BIOS                 : 015.041.000.000

((CGminer)) -v 1 -w 256 -I 13 -g 2 --lookup-gap 2 --gpu-powertune -20 --temp-target 70 --temp-overheat 80 --temp-cutoff 90 --gpu-memclock 1500 --gpu-engine 1082 --thread-concurrency 8191

And they put out 381-383



i changed my settings to match your concurrency, memclock and engine - now 1 card is on 0, another on 277 and the other 2 on 366. - getting some hw errors tho :S

Lower your Coreclock to stock (1020) and work UP from there in steps of 5,does it help?
full member
Activity: 147
Merit: 100
February 04, 2014, 03:56:08 PM
Odd I use the MSI R9 280X with

Display driver       : 9.14.10.01001, Catalyst 13.12
BIOS                 : 015.041.000.000

((CGminer)) -v 1 -w 256 -I 13 -g 2 --lookup-gap 2 --gpu-powertune -20 --temp-target 70 --temp-overheat 80 --temp-cutoff 90 --gpu-memclock 1500 --gpu-engine 1082 --thread-concurrency 8191

And they put out 381-383



i changed my settings to match your concurrency, memclock and engine - now 1 card is on 0, another on 277 and the other 2 on 366. - getting some hw errors tho :S
member
Activity: 98
Merit: 10
Mine for your life
February 04, 2014, 03:52:39 PM
Odd I use the MSI R9 280X with

Display driver       : 9.14.10.01001, Catalyst 13.12
BIOS                 : 015.041.000.000

((CGminer)) -v 1 -w 256 -I 13 -g 2 --lookup-gap 2 --gpu-powertune -20 --temp-target 70 --temp-overheat 80 --temp-cutoff 90 --gpu-memclock 1500 --gpu-engine 1082 --thread-concurrency 8191

And they put out 381-383

full member
Activity: 147
Merit: 100
February 04, 2014, 03:45:02 PM
member
Activity: 79
Merit: 10
February 04, 2014, 03:43:52 PM
Windows.

If you've got 280x's yourself try these settings out. Working like a charm for me.

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
COLOR 0A

C:\vertminer\cgminer.exe --scrypt -o Server -u Username -p Password-w 256 -I 13 -g 2 --lookup-gap 2 --gpu-engine 1000 --gpu-powertune -20 --gpu-memclock 1490 --thread-concurrency 8193

Thanks for these settings! Getting 349KH/s on my 7970. I slighty changed the clock and mem speeds to get a bit more out of it. happy now Smiley

setx GPU_MAX_ALLOC_PERCENT 200
C:\minervert\cgminer.exe --scrypt -o stratum+tcp://vtc.kilovolt.co.uk:3333 -u saitek1900.1 -p x -d 0 -w 256 -I 13 -g 2 --lookup-gap 2 --gpu-engine 1022 --gpu-powertune -20 --gpu-memclock 1493 --thread-concurrency 8193
member
Activity: 98
Merit: 10
Mine for your life
February 04, 2014, 03:42:37 PM
full member
Activity: 147
Merit: 100
February 04, 2014, 03:38:24 PM
Hey guys, i'm pretty new to this and need some help please ^_^
I have 4x MSI R9 280x and am using vertminer, can't quite seem to get my settings right - either hardware errors or a card disabling - I understand we get 50% of our hashing power compared to other coins, i was getting around 780 per card on Doge, can't seem to get over 280 here without any errors :/

When i load vertminer i get a message saying error in confiq file, start miner with -T to see error.

here is my config file:

{
"pools" : [
    {
        "url" : "stratum+tcp://eu.bitcrush.info:3444",
        "user" : "user.worker",
        "pass" : "pass"
    },
    {
        "url" : "stratum+tcp://eu.bitcrush.info:3444",
        "user" : "user.worker",
        "pass" : "pass"
    }
]
,
"intensity" : "12",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "10000",
"shaders" : "0",
"gpu-engine" : "1070",
"gpu-fan" : "65-85",
"gpu-memclock" : "1500",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "85",
"temp-overheat" : "80",
"temp-target" : "75",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"kernel-path" : "/usr/local/bin"
}

currently this gives me 210-250 on the 4 cards.

Help muchly appreciated guys, thank you in advance Smiley

edit: i've been playing around with intensity, thread concurrency, gpu engine, memclock - is that right?
member
Activity: 98
Merit: 10
Mine for your life
February 04, 2014, 03:36:03 PM
so I see alot of people runing cgminer where did you get that from, I installed from git and got vertminer (running ubuntu) can anyone point me into the direction of cgminer ?

Did you even bother to read the first page?  Roll Eyes
sr. member
Activity: 322
Merit: 250
February 04, 2014, 03:22:13 PM
so I see alot of people runing cgminer where did you get that from, I installed from git and got vertminer (running ubuntu) can anyone point me into the direction of cgminer ?

also I get an error at gpu engine and memclock, they're not supported as it seems...
full member
Activity: 131
Merit: 100
February 04, 2014, 03:00:07 PM
Hey guys, I am testing the wallet, can anyone spare 0.00000001 VTC ? VkrFwc2eZ7UyEBxPS422zBSFVrMgUf77cH
hero member
Activity: 812
Merit: 500
February 04, 2014, 02:40:46 PM

setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
cgminer --scrypt -o stratum+tcp://vtcpool.co.uk:9171 -u Vd64qHcTSHfBT2EGMgrfMLKUFkEm4HRZVW -p x -I 13 -g 2 -w 256 --thread-concurrency 8192  --lookup-gap 2  --auto-fan --gpu-fan 30-75,30-75,30-75,30-75 --temp-cutoff 88,88,88,88 --temp-overheat 85,85,85,85 --temp-target 72,72,72,72 --gpu-memclock 1500,1500,1500,1500 --gpu-engine 1080,1080,1080,1080 --gpu-powertune -20,-20,-20,-20,-20 --expiry 1 --scan-time 1 --queue 0 --no-submit-stale


Hi!
Would you mind leaving a step by step tutorial? I really dont know what im doing wrong (im into mining for a pretty long time now, but i cant get this one to work). I use the R9 280x aswell, but it looks like i forgot something... whenever i open the application, the cmd window closes almost instantly :S
Any help would be much appreciated!

Hi. Did you downloaded the modded cgminer?
Whats settings are you using?
hero member
Activity: 840
Merit: 500
Risk taker & Black Swan farmer.
February 04, 2014, 02:39:49 PM
I have a laptop with i5 and ati radeon. What would be the best way to mine? I do 9 kh right now. Is that all I can do with the laptop?

What other configs should I try without burning my laptop? Cheesy

I am only starting now with VTC VfL8SXEHq9QArkwhpKeHL8T5GBVhqCzJ5h so appreciate any help. Thanks Smiley
newbie
Activity: 33
Merit: 0
February 04, 2014, 02:30:54 PM
R9 270x -->205KH
setx GPU_MAX_ALLOC_PERCENT 100
.... -g 1 --lookup-gap 2 -w 256 -I19 --auto-fan --temp-target 84

No HW and no thread-concurency needed, default timings Wink

not for me, hashrate shown is ~200 kh/s with those flags and default settings in afterburner, but all I'm getting is a rapidly increasing number of HW and no accepted shares. Also overclocking this just got me a bluescreen
I'm using the modyfied cgminer from the main thread
newbie
Activity: 1
Merit: 0
February 04, 2014, 02:23:08 PM
Hi, I have Asus R9 280x Dc2t

Card is underclocked from 1070 to 970 and from 6400 memory to 6200 and iam having about 335Kh/s and no HW errors! With these settings:

setx GPU_MAX_ALLOC_PERCENT 200
(here you copy past what you find at "getting started" in any pool your choose) --thread-concurrency 8192 --intensity 13 -g 2


I was getting HW errors all the time with anything i tried until i put max alloc to 200. Then HW stoped and everything works as supoused. It does sligthy above 50% of what i get in normal CGminer on other altcoin pools.

- VERY IMPORTANT (at least for r9 280x) as someone allready mentioned is setx GPU_MAX_ALLOC_PERCENT 200 (hope you know where to copy/paste it)
- it is modified Cgminer, you are gona have 50% of normal Kh/s and it is supoused to be like that.
- my card is underclocked to drain less power, with higher settings you are gona get higher hash rating.
newbie
Activity: 14
Merit: 0
February 04, 2014, 02:15:47 PM
Can someone please upload the older version of the miners. I think thats why all the new people to vertcoin are having problems!!!
newbie
Activity: 28
Merit: 0
February 04, 2014, 02:14:51 PM

setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
cgminer --scrypt -o stratum+tcp://vtcpool.co.uk:9171 -u Vd64qHcTSHfBT2EGMgrfMLKUFkEm4HRZVW -p x -I 13 -g 2 -w 256 --thread-concurrency 8192  --lookup-gap 2  --auto-fan --gpu-fan 30-75,30-75,30-75,30-75 --temp-cutoff 88,88,88,88 --temp-overheat 85,85,85,85 --temp-target 72,72,72,72 --gpu-memclock 1500,1500,1500,1500 --gpu-engine 1080,1080,1080,1080 --gpu-powertune -20,-20,-20,-20,-20 --expiry 1 --scan-time 1 --queue 0 --no-submit-stale


Hi!
Would you mind leaving a step by step tutorial? I really dont know what im doing wrong (im into mining for a pretty long time now, but i cant get this one to work). I use the R9 280x aswell, but it looks like i forgot something... whenever i open the application, the cmd window closes almost instantly :S
Any help would be much appreciated!
newbie
Activity: 58
Merit: 0
February 04, 2014, 02:08:28 PM
finally here it is

vertminer-0.5.3 released

windows build: https://www.dropbox.com/s/5n70hj3izjj64y1/vertminer-0.5.3.zip
github source: https://github.com/Bufius/vertminer-gpu.git

release notes:
Code:
Version 0.5.3 - 2 February 2014
- changed automatic TC calculation (again but still not finished / perfect...)
- increased max intensity to 21
- shaders are now used for intensity calculation
  --> option shaders is set: intensity calculation tries to align to shaders count (can increase performance but also decrease with low intensity)
  --> shaders NOT set: old cgminer intensity calculation is used
- opencl changed to keep speed with adaptive nfactor
- introduced first time dependent nfactor changes in code (not finally done yet)
- fix for ADL with R9 cards

Important: the automatic TC calculation is only performed if you do not set TC manually and this is only an estimation what could be the best.
Manual tuning TC is in most cases the best you can do.

Copy from the main thread:

Hi, just so you're aware, I'm getting around 100kh/s less with this version compared to 0.5.2 on 280X (both of them)!

My config is the same:

del *.bin
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
vertminer.exe --scrypt-vert -o stratum+tcp://vtcpool.co.uk:3333 -u x -p x --lookup-gap 2 --thread-concurrency 8192 -I 13 -g 2 -w 256 --gpu-engine 1050 --gpu-memclock 1460 --auto-fan --gpu-fan 30-85 --temp-target 80 --temp-overheat 85 --temp-cutoff 90


0.5.2 ~ 350kh/s on 2nd card, ~ 280kh/s on card connected to display
0.5.3 ~ 250kh/s on 2nd card, ~ 200kh/s on card connected to display
full member
Activity: 226
Merit: 100
February 04, 2014, 02:06:31 PM
HD5970: --> 344KH
HD6870:-->  152KH
HD5870: --> 199KH
setx GPU_MAX_ALLOC_PERCENT 100
 .... -g 1 --lookup-gap 2 -w 256 -I18 --auto-fan --temp-target 84

NO HW and no thread-concurency needed, default timings Wink

R9 270x -->205KH
setx GPU_MAX_ALLOC_PERCENT 100
.... -g 1 --lookup-gap 2 -w 256 -I19 --auto-fan --temp-target 84

No HW and no thread-concurency needed, default timings Wink
Pages:
Jump to: