Bitcoin Forum
April 23, 2024, 06:17:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 53 »
  Print  
Author Topic: The big VTC Vertcoin settings thread  (Read 264166 times)
BorisTheSpider (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
January 15, 2014, 04:14:17 AM
Last edit: March 03, 2014, 08:12:25 PM by BorisTheSpider
 #1

Vertcoin https://bitcointalk.org/index.php?topic=404364.0 uses a new (not scrypt, and not scrypt-jane) PoW, which results in about half your normal hashrate, and requires different cgminer settings and a modded cgminer.

The modded algorithm is harder to mine than normal scrypt, and requires lowered thread concurrency and possibly lowered intensity, memclock and core clocks depending on your setup.

The latest miners are always linked from http://www.vertcoin.org


I thought I'd start a thread to collect best configs and peoples hashrates with them.

Here are mine:

R9 290:


"gpu-engine" : "1000",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"intensity" : "13",
"temp-overheat" : "80",
"temp-cutoff" : "85",
"temp-hysteresis" : "3",
"vectors" : "1",
"worksize" : "512",
"lookup-gap" : "2",
"thread-concurrency" : "24550"

These are getting me about 330KH/s per GPU when using the PC.

When not using the PC for other stuff, I increase intensity to 20 and get 400KH/s per GPU.

A 7970, 7950 and any other configs and hashrates achieved would be great.
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
BorisTheSpider (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
January 15, 2014, 04:17:59 AM
 #2

R9 280x from Nonny12:

cgminer.exe --scrypt -o POOL-ADDRESS -u username -p password -v 1 -w 256 -I 13 -g 2 --lookup-gap 2 --gpu-powertune -20,-20 --gpu-fan 59,50 --temp-overheat 85,85 --temp-cutoff 90,90 --gpu-memclock 1500,1500 --gpu-engine 1000,1000 --thread-concurrency 8193
BorisTheSpider (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
January 15, 2014, 04:21:48 AM
 #3

7850 from Rasetsu:

--thread-concurrency 2048 --lookup-gap 2 --gpu-engine 1100 --gpu-memclock 1000 --gpu-powertune 20 -w 256 -I 13 -g 1

Gives 170KH/s
BorisTheSpider (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
January 15, 2014, 04:23:08 AM
 #4


From Bufius, dev of the modded cgminer:

- for now, TC needs to be lowered to ~80% of normal scrypt (as a starting point).

- try to change TC to something like 256*x (for me this works OK)
  - for my 7950s i use 19712 = 256*77 without HW errors @1000/1500
  - 5770 is at 4096, also no HW errors @ 925/1350

nonny12
Sr. Member
****
Offline Offline

Activity: 362
Merit: 250



View Profile
January 15, 2014, 04:28:04 AM
 #5

R9 280x from Nonny12:

cgminer.exe --scrypt -o POOL-ADDRESS -u username -p password -v 1 -w 256 -I 13 -g 2 --lookup-gap 2 --gpu-powertune -20,-20 --gpu-fan 59,50 --temp-overheat 85,85 --temp-cutoff 90,90 --gpu-memclock 1500,1500 --gpu-engine 1000,1000 --thread-concurrency 8193


I get about 700 kh/s with two 280x and this config.

One Powercolor R9 280x
One Sapphire R9 280x Vapor-X
XBATTO
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
January 15, 2014, 05:02:26 AM
 #6

Powercolor HD7950 PCS+ 256 kh/s

set GPU_MAX_ALLOC_PERCENT=100
setx GPU_MAX_ALLOC_PERCENT 100
cgminer --scrypt -o "ADDRESS:PORT" -u "USER" -p "PASSWORD" --shaders 1792 --worksize 256 --thread-concurrency 16384 -g 1 -I 19 --gpu-fan 100

I am getting 256.6 Kh/s (couple hours average) with Intensity set to 19. Increasing to 20 causes instability with this Vertcoin miner (without gain in hashrate).
I am living in Canada and it's winter. The window near my computers stays open  Cheesy  The rig alone is heating the whole apartment  Grin
co42
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
January 15, 2014, 05:33:10 AM
 #7

Getting around around 307 kh/s with 7950, XFX Double D Black Edition FX-795A-TDBC. No HWs so far even with this TC. Now if only I could get on a stable pool..

-I 20 -w 256 --thread-concurrency 19712  --gpu-powertune 10 --gpu-engine 1050 --gpu-memclock 1500
XBATTO
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
January 15, 2014, 06:32:39 AM
 #8

Getting around around 307 kh/s with 7950, XFX Double D Black Edition FX-795A-TDBC. No HWs so far even with this TC. Now if only I could get on a stable pool..

-I 20 -w 256 --thread-concurrency 19712  --gpu-powertune 10 --gpu-engine 1050 --gpu-memclock 1500

I am getting a stable 240 kh/s with your configuration and the same gpu ...
Have you done something else ?
marcje
Member
**
Offline Offline

Activity: 105
Merit: 10


View Profile
January 15, 2014, 07:34:24 AM
 #9

How much RAM do you guys have in your system?
gabrielknight
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
January 15, 2014, 08:33:10 AM
 #10

anyone here is using the windows one? (http://kilovolt.co.uk/Vertcoin/Vertcoin-CGMinerAleks_NR3.zip)

if you try to set the windows one tc to above 4k, it will claim not enough memory and just quit.
if you set below 4k, it will result in all hardware errors.

Tried it with 270x, 280x, different pc same result.
It's just doesn't work.
tex81
Full Member
***
Offline Offline

Activity: 145
Merit: 100


View Profile
January 15, 2014, 02:32:43 PM
 #11

3x ASUS R9 280X (non-powered risers)
Celeron G1610 + 4Gb ram
Windows 7
Vertcoin-CGMinerAleksNR3 (3.7.2)

"intensity" : "13",
"thread-concurrency" : "8193",
"gpu-threads" : "1",
"gpu-powertune" : "20",
"gpu-engine" : "1100",
"gpu-memclock" : "1500",

305-306 khs x3

Russia
co42
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
January 15, 2014, 02:47:23 PM
 #12

I am getting a stable 240 kh/s with your configuration and the same gpu ...
Have you done something else ?
Not anything significant that I can think of. I did crash with intensity 20 after a few hours though, switched to I 19 and so far running stable at 300 kh/s. I have Catalyst 13.9 and I'm on Win7.
savale
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile WWW
January 15, 2014, 04:27:51 PM
 #13

It mines, but I only get rejects... I must be doing something wrong. My setup:

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
TIMEOUT 10
C:\cgminer\cgminer.exe --verbose --scrypt -o stratum+tcp://eu2.bitcrush.info:3444 -u x -p x -I 13 -w 256 --gpu-fan 58,52 -g 2 -v 1 --lookup-gap 2 --gpu-engine 1020,1000 --gpu-memclock 1500,1500 --shaders 2048,2048 --thread-concurrency 8193,8193 --gpu-powertune -20,-20 --expiry 1 --scan-time 1 --queue 0 --no-submit-stale

BorisTheSpider (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
January 15, 2014, 04:50:27 PM
 #14

It mines, but I only get rejects... I must be doing something wrong. My setup:

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
TIMEOUT 10
C:\cgminer\cgminer.exe --verbose --scrypt -o stratum+tcp://eu2.bitcrush.info:3444 -u x -p x -I 13 -w 256 --gpu-fan 58,52 -g 2 -v 1 --lookup-gap 2 --gpu-engine 1020,1000 --gpu-memclock 1500,1500 --shaders 2048,2048 --thread-concurrency 8193,8193 --gpu-powertune -20,-20 --expiry 1 --scan-time 1 --queue 0 --no-submit-stale

Are you using the modded cgminer (it is specific to vertcoin because of the different PoW):

Windows: http://kilovolt.co.uk/Vertcoin/VertCoin-CGMinerCPU-Aleks_N.zip

Linux x64 binary: http://www.sendspace.com/file/yc8eys

Source: https://www.dropbox.com/sh/iu1ieqz2th5kfhj/o_G3gRnGMa/cgminer-vertcoin.tgz

Zombie123
Legendary
*
Offline Offline

Activity: 868
Merit: 1000


View Profile
January 15, 2014, 05:42:37 PM
 #15

I am now getting 450 * 4  on 4 * XFX R9 290 ThreadConcurrency 27000 Intensity 20

My normal hashrate is around 880/ card
BorisTheSpider (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
January 15, 2014, 05:53:45 PM
 #16

I am now getting 450 * 4  on 4 * XFX R9 290 ThreadConcurrency 27000 Intensity 20

My normal hashrate is around 880/ card

Awesome - that's better than me, please post your full config.

Zombie123
Legendary
*
Offline Offline

Activity: 868
Merit: 1000


View Profile
January 15, 2014, 06:02:05 PM
 #17

I am now getting 450 * 4  on 4 * XFX R9 290 ThreadConcurrency 27000 Intensity 20

My normal hashrate is around 880/ card

Awesome - that's better than me, please post your full config.



I am at work so cant access the config file ( will have to use my Phone to do teamviewer hehe ) Anyways my config is exactly the same as

http://www.holynerdvana.com/2013/11/litecoin-mining-with-r9-290-and-r9-290x.html.   I just changed Thread Concurrency
BorisTheSpider (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
January 15, 2014, 06:14:22 PM
 #18


Thanks, tried but can't get past 400KH/s per R9 290 here, you must have golden cards!
aleks648
Full Member
***
Offline Offline

Activity: 230
Merit: 100


Bounty Manager


View Profile WWW
January 15, 2014, 06:25:45 PM
 #19

Code:
--scrypt -I 13 -g 2 -w 256 --thread-concurrency 8192 --gpu-powertune 0
Gets me 650 KHs on my 7990.

Bounty Manager http://t.me/aleks648
Zombie123
Legendary
*
Offline Offline

Activity: 868
Merit: 1000


View Profile
January 15, 2014, 06:31:25 PM
 #20


Thanks, tried but can't get past 400KH/s per R9 290 here, you must have golden cards!

Whats your normal hashrate ? which company cards do you have ?  mine are XFX ( One of the card is 20KHz faster lol  rest all are same)
Also, How much RAM do you have in your system. When I was on 4GB I was not able to get 880. I was on 820.. Increasing RAM helped me to increase thread concurrency and 815 became 880  Huh
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 53 »
  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!