Bitcoin Forum
May 13, 2024, 08:07:12 PM *
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 52 53 »
  Print  
Author Topic: The big VTC Vertcoin settings thread  (Read 264169 times)
MiXXiM
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
February 05, 2014, 11:02:20 AM
 #341

I tried to compile vertminer 0.5.3 in ubuntu but I get this error:

Code:
api.c:1418:7: warning: format not a string literal and no format arguments [-Wformat-security]
       );
       ^
  CC       vertminer-logging.o
  CC       vertminer-driver-opencl.o
  CC       vertminer-scrypt.o
scrypt.c:359:1: error: unknown type name ‘cl_uint’
 static void scrypt_1024_1_1_256_sp(const uint32_t* input, char* scratchpad, uint32_t *ostate, const cl_uint n)
 ^
scrypt.c: In function ‘scrypt_regenhash’:
scrypt.c:414:2: error: unknown type name ‘cl_uint’
  cl_uint nfactor = 10;    // scrypt default
  ^
make[2]: *** [vertminer-scrypt.o] Error 1

Any ideas?
1715630832
Hero Member
*
Offline Offline

Posts: 1715630832

View Profile Personal Message (Offline)

Ignore
1715630832
Reply with quote  #2

1715630832
Report to moderator
1715630832
Hero Member
*
Offline Offline

Posts: 1715630832

View Profile Personal Message (Offline)

Ignore
1715630832
Reply with quote  #2

1715630832
Report to moderator
1715630832
Hero Member
*
Offline Offline

Posts: 1715630832

View Profile Personal Message (Offline)

Ignore
1715630832
Reply with quote  #2

1715630832
Report to moderator
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715630832
Hero Member
*
Offline Offline

Posts: 1715630832

View Profile Personal Message (Offline)

Ignore
1715630832
Reply with quote  #2

1715630832
Report to moderator
GilAlexander
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
February 05, 2014, 11:06:13 AM
 #342

Have one Cheesy R9 280x GV-R928XOC-3GD with stock 1100/1500. According Vertcoin-CGMinerAleks_NR3 have about 400kh/s (78C, HW=0) with this batch:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer --scrypt --gpu-engine 1160 --gpu-memclock 1850 --thread-concurrency 8191 -w 256 -I 13 -g 2 -E 30 --lookup-gap 2 --gpu-powertune -20 --gpu-fan 100 -o stratum+tcp://pickaxe.pool.pm:3305 -u * -p *

Testing this config now and it looks stable (when trying --thread-concurrency 8193 OS crashes after 5min).
1020/1800 yields about 390.
Note that monitor (or radmin/vnc video driver) can decrease your kh/s.
ASrock 970 extr4, sempron 145, 4gb ram, 13.12 catalyst, 12.7 sdk, win7x64, hunix memory in my sweety card (elpida memory is likely impossible to overclock).
bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
February 05, 2014, 12:02:10 PM
 #343

Code:
timeout /t 30
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
C:\Users\b\Downloads\Vertcoin-CGMinerAleksNR3\cgminer.exe --scrypt --thread-concurrency 19712,5120 -I 19,18 -g 1 -w 256

7950 ~272kh/s
5850 ~190kh/s

btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
pearstar20
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
February 05, 2014, 12:13:37 PM
 #344

 --scrypt -o stratum+tcp://vtc.poolz.net:3333 -u xxx -p xxxxx -I 13 -g 2 --gpu-engine 1080 --gpu-powertune -20 --gpu-memclock 1500 --thread-concurrency 2048 --gpu-fan 45

Using 3gpu, 4gb ram. This setting gives me only HW errors.

When i set concurrency to 8192 then only 2 gpu works third one is off... How can i get third one to work ?Cheesy
MarcusDe
Hero Member
*****
Offline Offline

Activity: 796
Merit: 505



View Profile WWW
February 05, 2014, 12:15:01 PM
 #345

Here're my 4x ASUS 280X (top version):

 GPU  1:  64.0C 2962RPM | 362.4K/364.9Kh/s | A:461 R: 0 HW:0 WU: 246.5/m I:13
 GPU  2:  73.0C 3057RPM | 365.2K/365.0Kh/s | A:601 R:15 HW:0 WU: 300.4/m I:13
 GPU  3:  64.0C 3085RPM | 365.3K/365.2Kh/s | A:895 R:53 HW:0 WU: 434.8/m I:13
 GPU  4:  63.0C 2998RPM | 365.2K/363.9Kh/s | A:454 R:34 HW:0 WU: 250.9/m I:13
--------------------------------------------------------------------------------

280.sh file:

export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
./vertminer -o -u -p -d 1,2,3,4 -I 13 --worksize 256 --gpu-threads 2 --thread-concurrency 8191 --gpu-engine 1020 --gpu-mem
clock 1600 --gpu-fan 40-80 --temp-overheat 80 --temp-cutoff 85  --lookup-gap 0

So far works great;

Vsm7CxTXBaB386LT6WnarftPKjm5wGYvpS
tips welcome :-p

pearstar20
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
February 05, 2014, 12:27:14 PM
 #346

Tried ur settings, im running 2x asus 280x dc2t and 1x msi 280x gaming. Even with your cmd my 3 doesnt work toghter.. and when i restart the miner, you never know which two cards work, it picks random one card and shuts it off
MarcusDe
Hero Member
*****
Offline Offline

Activity: 796
Merit: 505



View Profile WWW
February 05, 2014, 12:31:38 PM
 #347

Tried ur settings, im running 2x asus 280x dc2t and 1x msi 280x gaming. Even with your cmd my 3 doesnt work toghter.. and when i restart the miner, you never know which two cards work, it picks random one card and shuts it off

Try running vertminer 3 times with -d 0, -d 1 and -d 2 for each card, that way you will diagnoze which fails

entropico
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
February 05, 2014, 12:34:15 PM
 #348

I have the following settings on my 2xGigabyte 7950s setup (I got a couple of cards n the shop):
./vertminer -o startum+tcp://stratum.vertco.in:8080 -u -p x -I 13  --thread-concurrency 14777   --gpu-engine 1050  --gpu-memclock 1500

these are the best settings I can get without getting HW errors and all I get is a whopping 327 mhs  Angry!!!!

Apparently everyone has r9 280x now, so I have been having a lot of trouble trying to get better settings around here  Undecided

Would be awesome if more people published their configs for 7950s


Cheers!  Grin
xKingx
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
February 05, 2014, 12:39:29 PM
 #349

I have the following settings on my 2xGigabyte 7950s setup (I got a couple of cards n the shop):
./vertminer -o startum+tcp://stratum.vertco.in:8080 -u -p x -I 13  --thread-concurrency 14777   --gpu-engine 1050  --gpu-memclock 1500

these are the best settings I can get without getting HW errors and all I get is a whopping 327 mhs  Angry!!!!

Apparently everyone has r9 280x now, so I have been having a lot of trouble trying to get better settings around here  Undecided

Would be awesome if more people published their configs for 7950s


Cheers!  Grin

That's not bad. Remember hashrate is half of normal scrypt. Going to try your settings as mine (posted some 20 updates ago) got me a good 250Khs on HD7950's.
pearstar20
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
February 05, 2014, 12:42:42 PM
 #350

Tried ur settings, im running 2x asus 280x dc2t and 1x msi 280x gaming. Even with your cmd my 3 doesnt work toghter.. and when i restart the miner, you never know which two cards work, it picks random one card and shuts it off

Try running vertminer 3 times with -d 0, -d 1 and -d 2 for each card, that way you will diagnoze which fails


Tried it, none fails when used each card alone. Also as i said before when using 3 cards toghter.. you never know which one fails, sometimes its 0, another time its 2(the gpu that is connected to monitor) sometimes its 1... it choose randomly.

Maybe im using old version of vertminer, can anyone send me the latest link to download?
entropico
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
February 05, 2014, 12:51:37 PM
 #351

I have the following settings on my 2xGigabyte 7950s setup (I got a couple of cards n the shop):
./vertminer -o startum+tcp://stratum.vertco.in:8080 -u -p x -I 13  --thread-concurrency 14777   --gpu-engine 1050  --gpu-memclock 1500

these are the best settings I can get without getting HW errors and all I get is a whopping 327 mhs  Angry!!!!

Apparently everyone has r9 280x now, so I have been having a lot of trouble trying to get better settings around here  Undecided

Would be awesome if more people published their configs for 7950s


Cheers!  Grin

That's not bad. Remember hashrate is half of normal scrypt. Going to try your settings as mine (posted some 20 updates ago) got me a good 250Khs on HD7950's.

I'm getting 163.5 khs per card! not 327 hashes each ! I used to mine @ ~650 dogecoin so I am currently mining @ 1/4 of the normal scrypt currencies :-/
xKingx
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
February 05, 2014, 12:57:36 PM
 #352

I have the following settings on my 2xGigabyte 7950s setup (I got a couple of cards n the shop):
./vertminer -o startum+tcp://stratum.vertco.in:8080 -u -p x -I 13  --thread-concurrency 14777   --gpu-engine 1050  --gpu-memclock 1500

these are the best settings I can get without getting HW errors and all I get is a whopping 327 mhs  Angry!!!!

Apparently everyone has r9 280x now, so I have been having a lot of trouble trying to get better settings around here  Undecided

Would be awesome if more people published their configs for 7950s


Cheers!  Grin

That's not bad. Remember hashrate is half of normal scrypt. Going to try your settings as mine (posted some 20 updates ago) got me a good 250Khs on HD7950's.

I'm getting 163.5 khs per card! not 327 hashes each ! I used to mine @ ~650 dogecoin so I am currently mining @ 1/4 of the normal scrypt currencies :-/

That explains why I couldn't get it to work properly.

My HD7950 (XFX's) config again, for 250+ Khs each:
./vertminer -o blabla -u aa -p bb --failover-only -I 19,19 -w 256 --thread-concurrency 16384 --gpu-powertune 5,15 --gpu-engine 1110 --gpu-memclock 1500 --gpu-fan 30-90 --auto-fan --auto-gpu --scan-time 30 --temp-cutoff 90 --temp-overheat 85 --temp-target 80 --api-port 4028 --api-listen --api-network --api-allow W:192.168.1/24
SnakeEater
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
February 05, 2014, 12:58:27 PM
 #353

VTC wallet : Vj6Qh3WnzCyuvtSM1oEVb4aiCdEcSX4cbR

R9 290 around 255KH/s.  Only Intensity max 13 and TC varies from 8192 to 14320 no difference to hashrate.  M:1500E:1000 increases to 270Kh/s

Higher Intensity produces HW errors.

"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"expiry" : "30",
"failover-only" : true,
"fix-protocol" : true,
"kernel-path" : "/usr/local/bin",
"log" : "5",
"no-submit-stale" : true,
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"gpu-threads" : "1",
"gpu-engine" : "947",
"gpu-fan" : "100",
"gpu-memclock" : "1250",
"gpu-powertune" : "20",
"gpu-vddc" : "1",
"intensity" : "13",
"temp-target" : "85",
"temp-overheat" : "95",
"temp-cutoff" : "100",
"temp-hysteresis" : "3",
"lookup-gap" : "2",
"thread-concurrency" : "14320"


Today add another 4GB to a total 8GB system RAM from 4GB and Intensity can increase to 20 smoothly and Hash increases to 420kH/s R 290 Flash with 290X BIOS.

Using command line

setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
cgminer --scrypt -o [mining pool] --gpu-vddc 1 --gpu-fan 100 --gpu-engine 1000 --gpu-memclock 1500 --thread-concurrency 24000 -g 1 -I 20 --worksize 512 --gpu-powertune +20 --lookup-gap 2 -u -p [p]
buiweezy
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 05, 2014, 12:59:51 PM
 #354

Can anyone please help me. I'm only getting 240khs per 290s and i have 4 r9 290s. heres my spec.. and i have 4gb of ram running windows 7 64 bit

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
"C:\Users\Mining Rig 1\Desktop\vertminer-0.5.3\vertminer.exe" -o stratum+tcp://s.ny.vertco.in:3333 -u fafs.1 -p fasfs -I 13 -g 1 -w 512 --lookup-gap 2 --thread-concurrency 8191 --gpu-engine 947 --gpu-memclock 1250 --auto-fan --temp-cutoff 85 --temp-overheat 83 --temp-target 75
SnakeEater
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
February 05, 2014, 01:05:54 PM
 #355

Can anyone please help me. I'm only getting 240khs per 290s and i have 4 r9 290s. heres my spec.. and i have 4gb of ram running windows 7 64 bit

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
"C:\Users\Mining Rig 1\Desktop\vertminer-0.5.3\vertminer.exe" -o stratum+tcp://s.ny.vertco.in:3333 -u fafs.1 -p fasfs -I 13 -g 1 -w 512 --lookup-gap 2 --thread-concurrency 8191 --gpu-engine 947 --gpu-memclock 1250 --auto-fan --temp-cutoff 85 --temp-overheat 83 --temp-target 75


I have the same problem first trying yesterday.  Today just increase System RAM to 8GB and easily jump to 420Kh/s.  But I am not sure 4 GPU need 32GB or not LOL
setx GPU_MAX_ALLOC_PERCENT 200
TC increase to 24000 and OC the VCC with 50mV E 1000 M 1500.
entropico
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
February 05, 2014, 01:08:01 PM
 #356

I have the following settings on my 2xGigabyte 7950s setup (I got a couple of cards n the shop):
./vertminer -o startum+tcp://stratum.vertco.in:8080 -u -p x -I 13  --thread-concurrency 14777   --gpu-engine 1050  --gpu-memclock 1500

these are the best settings I can get without getting HW errors and all I get is a whopping 327 mhs  Angry!!!!

Apparently everyone has r9 280x now, so I have been having a lot of trouble trying to get better settings around here  Undecided

Would be awesome if more people published their configs for 7950s


Cheers!  Grin

That's not bad. Remember hashrate is half of normal scrypt. Going to try your settings as mine (posted some 20 updates ago) got me a good 250Khs on HD7950's.

I'm getting 163.5 khs per card! not 327 hashes each ! I used to mine @ ~650 dogecoin so I am currently mining @ 1/4 of the normal scrypt currencies :-/

That explains why I couldn't get it to work properly.

My HD7950 (XFX's) config again, for 250+ Khs each:
./vertminer -o blabla -u aa -p bb --failover-only -I 19,19 -w 256 --thread-concurrency 16384 --gpu-powertune 5,15 --gpu-engine 1110 --gpu-memclock 1500 --gpu-fan 30-90 --auto-fan --auto-gpu --scan-time 30 --temp-cutoff 90 --temp-overheat 85 --temp-target 80 --api-port 4028 --api-listen --api-network --api-allow W:192.168.1/24


Weird! I get a TON of HW with your settings. Guess I'll be sshing from my morning classes to get a clean install going and give it another try
entropico
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
February 05, 2014, 01:12:41 PM
 #357

I have the following settings on my 2xGigabyte 7950s setup (I got a couple of cards n the shop):
./vertminer -o startum+tcp://stratum.vertco.in:8080 -u -p x -I 13  --thread-concurrency 14777   --gpu-engine 1050  --gpu-memclock 1500

these are the best settings I can get without getting HW errors and all I get is a whopping 327 mhs  Angry!!!!

Apparently everyone has r9 280x now, so I have been having a lot of trouble trying to get better settings around here  Undecided

Would be awesome if more people published their configs for 7950s


Cheers!  Grin

That's not bad. Remember hashrate is half of normal scrypt. Going to try your settings as mine (posted some 20 updates ago) got me a good 250Khs on HD7950's.

I'm getting 163.5 khs per card! not 327 hashes each ! I used to mine @ ~650 dogecoin so I am currently mining @ 1/4 of the normal scrypt currencies :-/

That explains why I couldn't get it to work properly.

My HD7950 (XFX's) config again, for 250+ Khs each:
./vertminer -o blabla -u aa -p bb --failover-only -I 19,19 -w 256 --thread-concurrency 16384 --gpu-powertune 5,15 --gpu-engine 1110 --gpu-memclock 1500 --gpu-fan 30-90 --auto-fan --auto-gpu --scan-time 30 --temp-cutoff 90 --temp-overheat 85 --temp-target 80 --api-port 4028 --api-listen --api-network --api-allow W:192.168.1/24


Weird! I get a TON of HW with your settings. Guess I'll be sshing from my morning classes to get a clean install going and give it another try

actually . . . what is your mining rig setup? Maybe I'm lacking memory or something?
xKingx
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
February 05, 2014, 01:16:47 PM
 #358

I have the following settings on my 2xGigabyte 7950s setup (I got a couple of cards n the shop):
./vertminer -o startum+tcp://stratum.vertco.in:8080 -u -p x -I 13  --thread-concurrency 14777   --gpu-engine 1050  --gpu-memclock 1500

these are the best settings I can get without getting HW errors and all I get is a whopping 327 mhs  Angry!!!!

Apparently everyone has r9 280x now, so I have been having a lot of trouble trying to get better settings around here  Undecided

Would be awesome if more people published their configs for 7950s


Cheers!  Grin

That's not bad. Remember hashrate is half of normal scrypt. Going to try your settings as mine (posted some 20 updates ago) got me a good 250Khs on HD7950's.

I'm getting 163.5 khs per card! not 327 hashes each ! I used to mine @ ~650 dogecoin so I am currently mining @ 1/4 of the normal scrypt currencies :-/

That explains why I couldn't get it to work properly.

My HD7950 (XFX's) config again, for 250+ Khs each:
./vertminer -o blabla -u aa -p bb --failover-only -I 19,19 -w 256 --thread-concurrency 16384 --gpu-powertune 5,15 --gpu-engine 1110 --gpu-memclock 1500 --gpu-fan 30-90 --auto-fan --auto-gpu --scan-time 30 --temp-cutoff 90 --temp-overheat 85 --temp-target 80 --api-port 4028 --api-listen --api-network --api-allow W:192.168.1/24


Weird! I get a TON of HW with your settings. Guess I'll be sshing from my morning classes to get a clean install going and give it another try

actually . . . what is your mining rig setup? Maybe I'm lacking memory or something?

I'm running Xubuntu 13.10 from usb stick and use 4Gb RAM on Asrock Extreme 4 motherboard and sempron 145 cpu. 2x HD7950 (XFX DD and XFX DD Black) and 1x XFX R9 280x.

Also using AMD SDK 2.6 and (I think) 12.8 AMD Drivers. Forgot which version I used though.
buiweezy
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 05, 2014, 01:21:16 PM
 #359

Can anyone please help me. I'm only getting 240khs per 290s and i have 4 r9 290s. heres my spec.. and i have 4gb of ram running windows 7 64 bit

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
"C:\Users\Mining Rig 1\Desktop\vertminer-0.5.3\vertminer.exe" -o stratum+tcp://s.ny.vertco.in:3333 -u fafs.1 -p fasfs -I 13 -g 1 -w 512 --lookup-gap 2 --thread-concurrency 8191 --gpu-engine 947 --gpu-memclock 1250 --auto-fan --temp-cutoff 85 --temp-overheat 83 --temp-target 75


I have the same problem first trying yesterday.  Today just increase System RAM to 8GB and easily jump to 420Kh/s.  But I am not sure 4 GPU need 32GB or not LOL
setx GPU_MAX_ALLOC_PERCENT 200
TC increase to 24000 and OC the VCC with 50mV E 1000 M 1500.

i cant go over 8192 without gpus going OFF. ima try to add 4 more gb
madjihad
Full Member
***
Offline Offline

Activity: 227
Merit: 260



View Profile
February 05, 2014, 01:42:42 PM
 #360

Here're my 4x ASUS 280X (top version):

 GPU  1:  64.0C 2962RPM | 362.4K/364.9Kh/s | A:461 R: 0 HW:0 WU: 246.5/m I:13
 GPU  2:  73.0C 3057RPM | 365.2K/365.0Kh/s | A:601 R:15 HW:0 WU: 300.4/m I:13
 GPU  3:  64.0C 3085RPM | 365.3K/365.2Kh/s | A:895 R:53 HW:0 WU: 434.8/m I:13
 GPU  4:  63.0C 2998RPM | 365.2K/363.9Kh/s | A:454 R:34 HW:0 WU: 250.9/m I:13
--------------------------------------------------------------------------------

280.sh file:

export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
./vertminer -o -u -p -d 1,2,3,4 -I 13 --worksize 256 --gpu-threads 2 --thread-concurrency 8191 --gpu-engine 1020 --gpu-mem
clock 1600 --gpu-fan 40-80 --temp-overheat 80 --temp-cutoff 85  --lookup-gap 0

So far works great;

Vsm7CxTXBaB386LT6WnarftPKjm5wGYvpS
tips welcome :-p


Shocked How? Can't pass 250Kh/s per core with you settings, that's so sad Sad
P.S. lookup-gap 0 probably means 2 Smiley You can check your .bin files names.
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 52 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!