Bitcoin Forum
June 17, 2024, 06:57:04 PM *
News: Voting for pizza day contest
 
   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 264171 times)
jmdm
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
March 23, 2014, 10:26:10 AM
 #881

Hello

i am trying to mine with vertminer 0.53 but i am getting very low kh/s i have a hd 7750 oc and its getting just 18 to 20kh/s is that normal ? with normal cgminer when i mine ltc it gets around 155kh/s

thats my settings

"intensity" : "13",
"kernel" : "scrypt",
"shaders": "512",
"vectors" : "1",
"worksize" : "256",
"lookup-gap" : "0",
"thread-concurrency" : "12290",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "30",
"scrypt-vert" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
litecoinmonster
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
March 23, 2014, 03:48:00 PM
 #882

can anybody able to get stable at least 24 hours 450kh/s from 290 trix oc can share his setting?I can run 6-7 hours straight with this:
Code:
"intensity" : "19",
"vectors" : "1,1,1",
"worksize" : "256,256,256",
"lookup-gap" : "2,2,2",
"thread-concurrency" : "24550",
"shaders" : "0,0",
"gpu-engine" : "1020",
"gpu-fan" : "50-50,50-50,50-50",
"gpu-memclock" : "1250",
"gpu-memdiff" : "0",
"gpu-powertune" : "25,25,25",
"gpu-vddc" : "0.000",
"temp-overheat" : "100",
"temp-target" : "93",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "15",
"gpu-dyninterval" : "7",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"failover-only" : true,
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"scrypt-vert" : true

but after 6-7 hours either pc freezes or 1 of the card driver stops responding using catalyst 13.12

Running for more than 12 hours with this:

vertminer.exe --scrypt-vert -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3354 -u litecoinmonster.4 -p x --lookup-gap 2 --thread-concurrency 24000 --gpu-engine 1040 --gpu-memclock 1500 -w 256 -I 20 --gpu-powertune 20 --gpu-fan 80
ozzy1926
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
March 23, 2014, 05:16:03 PM
 #883

can anybody able to get stable at least 24 hours 450kh/s from 290 trix oc can share his setting?I can run 6-7 hours straight with this:
Code:
"intensity" : "19",
"vectors" : "1,1,1",
"worksize" : "256,256,256",
"lookup-gap" : "2,2,2",
"thread-concurrency" : "24550",
"shaders" : "0,0",
"gpu-engine" : "1020",
"gpu-fan" : "50-50,50-50,50-50",
"gpu-memclock" : "1250",
"gpu-memdiff" : "0",
"gpu-powertune" : "25,25,25",
"gpu-vddc" : "0.000",
"temp-overheat" : "100",
"temp-target" : "93",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "15",
"gpu-dyninterval" : "7",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"failover-only" : true,
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"scrypt-vert" : true

but after 6-7 hours either pc freezes or 1 of the card driver stops responding using catalyst 13.12

Running for more than 12 hours with this:

vertminer.exe --scrypt-vert -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3354 -u litecoinmonster.4 -p x --lookup-gap 2 --thread-concurrency 24000 --gpu-engine 1040 --gpu-memclock 1500 -w 256 -I 20 --gpu-powertune 20 --gpu-fan 80


whats your kh/s and are you using msi after burner for 1040 /1500 setting?
DaZuru
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
March 23, 2014, 06:29:32 PM
Last edit: March 24, 2014, 03:40:19 AM by DaZuru
 #884

BAMT makes coldreboots every 3 hours and I have no idea where to look data of longer period...

Look for this in /etc/crontab and change the 3 (Crontab Info: http://en.wikipedia.org/wiki/Cron):

0 */3 * * *    root    /sbin/coldreboot

Also you can use crontab -e

I found this scrypt (http://www.reddit.com/r/litecoinmining/comments/1yz53e/i_made_an_autocoldrebooter_script_for_bamtsmos/) for checking temp and rebooting (why reboot if it's working ok?):

Scrypt is between "------".

---------
#!/bin/bash

#Set your targeted minimum temp here, system will issue a cold
#reboot if a card temp falls below this number
targetMinTemp=50
i=0
(/opt/bamt/viewgpu | awk '{ print $2; }' | cut -c -2 > /tmp/viewgpu) & pid=$!
echo $pid
(sleep 10 && kill $pid)
sleep 15
array=(`cat /tmp/viewgpu`)
if [ ${#array
  • } -eq 0 ]; then
 echo "`date +%m-%d-%Y` `uptime | awk -F, '{sub(".*ge ",x,$1);print $1}'` viewgpu command failed to run, rebooting" >>  /home/$(grep '1000' /etc/passwd | cut -d ':' -f 1)/autoRebooter.log
  /sbin/coldreboot &
  sleep 30
  echo s > /proc/sysrq-trigger
  sleep 10
  echo b > /proc/sysrq-trigger
fi
for temp in ${array
  • }; do
 if [ $temp -lt $targetMinTemp ]; then
    echo "`date +%m-%d-%Y` `uptime | awk -F, '{sub(".*ge ",x,$1);print $1}'` card number $i has stopped, its current temp is $temp, coldrebooting" >> /home/$(grep '1000' /etc/passwd | cut -d ':' -f 1)/autoRebooter.log
    /sbin/coldreboot &
    sleep 30
    echo s > /proc/sysrq-trigger
    sleep 10
    echo b > /proc/sysrq-trigger
  fi
i=$(($i+1))
done

---------


Named it "autoRebooter.sh" placed in root. Make it executable.

Crontab entry:

0 */1 * * *     root    /root/autoRebooter.sh

Hope it helps!

DaZ
litecoinmonster
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
March 23, 2014, 06:33:00 PM
 #885

can anybody able to get stable at least 24 hours 450kh/s from 290 trix oc can share his setting?I can run 6-7 hours straight with this:
Code:
"intensity" : "19",
"vectors" : "1,1,1",
"worksize" : "256,256,256",
"lookup-gap" : "2,2,2",
"thread-concurrency" : "24550",
"shaders" : "0,0",
"gpu-engine" : "1020",
"gpu-fan" : "50-50,50-50,50-50",
"gpu-memclock" : "1250",
"gpu-memdiff" : "0",
"gpu-powertune" : "25,25,25",
"gpu-vddc" : "0.000",
"temp-overheat" : "100",
"temp-target" : "93",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "15",
"gpu-dyninterval" : "7",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"failover-only" : true,
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"scrypt-vert" : true

but after 6-7 hours either pc freezes or 1 of the card driver stops responding using catalyst 13.12

Running for more than 12 hours with this:

vertminer.exe --scrypt-vert -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3354 -u litecoinmonster.4 -p x --lookup-gap 2 --thread-concurrency 24000 --gpu-engine 1040 --gpu-memclock 1500 -w 256 -I 20 --gpu-powertune 20 --gpu-fan 80


whats your kh/s and are you using msi after burner for 1040 /1500 setting?

No afterburner or any other controllers. Just vertminer.

https://i.imgur.com/iib97uo.jpg
ozzy1926
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
March 23, 2014, 06:56:14 PM
 #886

can anybody able to get stable at least 24 hours 450kh/s from 290 trix oc can share his setting?I can run 6-7 hours straight with this:
Code:
"intensity" : "19",
"vectors" : "1,1,1",
"worksize" : "256,256,256",
"lookup-gap" : "2,2,2",
"thread-concurrency" : "24550",
"shaders" : "0,0",
"gpu-engine" : "1020",
"gpu-fan" : "50-50,50-50,50-50",
"gpu-memclock" : "1250",
"gpu-memdiff" : "0",
"gpu-powertune" : "25,25,25",
"gpu-vddc" : "0.000",
"temp-overheat" : "100",
"temp-target" : "93",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "15",
"gpu-dyninterval" : "7",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"failover-only" : true,
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"scrypt-vert" : true

but after 6-7 hours either pc freezes or 1 of the card driver stops responding using catalyst 13.12

Running for more than 12 hours with this:

vertminer.exe --scrypt-vert -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3354 -u litecoinmonster.4 -p x --lookup-gap 2 --thread-concurrency 24000 --gpu-engine 1040 --gpu-memclock 1500 -w 256 -I 20 --gpu-powertune 20 --gpu-fan 80


whats your kh/s and are you using msi after burner for 1040 /1500 setting?

No afterburner or any other controllers. Just vertminer.


wow that has to be  golden  card .is that really a 290 or 290x?
Spoetnik
Legendary
*
Offline Offline

Activity: 1540
Merit: 1011


FUD Philanthropist™


View Profile
March 23, 2014, 07:15:37 PM
 #887

can someone give me a invite code on pool  https://vertco.in Huh

thanks !!!!

pm me your email address and i will (don't post it in this topic)

FUD first & ask questions later™
ihorecius
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
March 23, 2014, 07:34:16 PM
 #888

sup guys I have my r9 270x getting stable 500KHash/s while mining scyrpt currencies with those settings:


Quote
{
"pools" : [

        {
                "url" : "stratum+tcp://eu.clevermining.com:3333",
                "user" : "17KrnSLmF77nji4zt1A1RHgzUfGKYahjJ3",
                "pass" : "290x"
        },
        {
                "url" : "stratum+tcp://us.clevermining.com:3333",
                "user" : "17KrnSLmF77nji4zt1A1RHgzUfGKYahjJ3",
                "pass" : "290x"
        }
]
,
"device" : "0",
"xintensity" : "4",
"worksize" : "256",
"lookup-gap" : "2",
"gpu-threads" : "2",
"thread-concurrency" : "8193",
"gpu-engine" : "1160-1160",
"gpu-fan" : "62-62",
"gpu-memclock" : "1498",
"temp-cutoff" : "80",
"temp-overheat" : "85",
"temp-target" : "70",
"api-mcast-port" : "4028",
"expiry" : "1",
"log" : "5",
"no-pool-disable" : true,
"queue" : "0",
"scan-time" : "1",
"scrypt" : true,
"kernel-path" : "/usr/local/bin"
}

And when I try to mine with vertminer I get only 10KHash (Not only with this settings, i googled another for my GPU). So where is the problem hidden? the only hope for me is you guys...
NuSalvo
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
March 23, 2014, 08:26:39 PM
 #889

Why not post the settings your trying to use?
litecoinmonster
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
March 23, 2014, 09:54:06 PM
 #890

can anybody able to get stable at least 24 hours 450kh/s from 290 trix oc can share his setting?I can run 6-7 hours straight with this:
Code:
"intensity" : "19",
"vectors" : "1,1,1",
"worksize" : "256,256,256",
"lookup-gap" : "2,2,2",
"thread-concurrency" : "24550",
"shaders" : "0,0",
"gpu-engine" : "1020",
"gpu-fan" : "50-50,50-50,50-50",
"gpu-memclock" : "1250",
"gpu-memdiff" : "0",
"gpu-powertune" : "25,25,25",
"gpu-vddc" : "0.000",
"temp-overheat" : "100",
"temp-target" : "93",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "15",
"gpu-dyninterval" : "7",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"failover-only" : true,
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"scrypt-vert" : true

but after 6-7 hours either pc freezes or 1 of the card driver stops responding using catalyst 13.12

Running for more than 12 hours with this:

vertminer.exe --scrypt-vert -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3354 -u litecoinmonster.4 -p x --lookup-gap 2 --thread-concurrency 24000 --gpu-engine 1040 --gpu-memclock 1500 -w 256 -I 20 --gpu-powertune 20 --gpu-fan 80


whats your kh/s and are you using msi after burner for 1040 /1500 setting?

No afterburner or any other controllers. Just vertminer.

https://i.imgur.com/iib97uo.jpg
wow that has to be  golden  card .is that really a 290 or 290x?


All four are Sapphire R9 290 Tri-x.
feelxyz
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
March 23, 2014, 09:58:28 PM
 #891

 I am getting ave of 155kh/s

The settings in my config File are shown below.
Should i not be getting a bit more kh/s?


Please some one should explain to me, do i have this in my config file and i execute my batch file?  both batch file and config file has by pool address and  ports etc, or do i remove the batch file leave in the config file and run vertminer.exe.



"gpu-reorder": true,
"auto-fan": true,
"gpu-fan": "40-80,50-80",
"temp-cutoff": "95",
"temp-overheat": "85",
"temp-target": "75",
"rawintensity": "5120",
"vectors": "1",
"worksize": "256",
"lookup-gap": "0",
"thread-concurrency": "6336",
"shaders": "1280",
"api-listen": true,
"api-port": "4028",
"gpu-dyninterval": "7",
"gpu-platform": "0",
"gpu-threads": "1",
"gpu-engine": "1000",
"gpu-memclock": "1400",
"gpu-powertune": "-10",
"log": "5",
"no-pool-disable": true,
"no-submit-stale": true,
"queue": "0",
"scan-time": "1",
"expiry": "30",
"scrypt": true,
"shares": "0",
"kernel-path": "/usr/local/bin"
orcage
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 24, 2014, 07:54:36 AM
 #892

just set gpu-threads 2

if i help VfusECvhsWkBSSc1YWFuGqaPwSFvSUj4bH
whywefight
Legendary
*
Offline Offline

Activity: 1078
Merit: 1042


www.explorerz.top


View Profile
March 24, 2014, 09:47:12 AM
 #893

running 5 sapphire r9 290s with the following settings:

vertminer --scrypt-vert -o stratum+tcp://xxxxxxxxx -u x -p x -g 1 -w 256 -I 20 --thread-concurrency 32765 --gpu-fan 100 --api-listen
gpus fixed to 924mhz, temps around 71-82°. getting  ~2.1 mh/s.

played with the memory clocks but iam just able to get more hashes but lower WU, so i decided to keep it this way. the hw error problems does not seem to affect the 290s, so i stick to -I 20, getting 0 HW. WU is arround 95% of current hashrate.

litecoinmonster
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
March 24, 2014, 11:34:20 AM
 #894

running 5 sapphire r9 290s with the following settings:

vertminer --scrypt-vert -o stratum+tcp://xxxxxxxxx -u x -p x -g 1 -w 256 -I 20 --thread-concurrency 32765 --gpu-fan 100 --api-listen
gpus fixed to 924mhz, temps around 71-82°. getting  ~2.1 mh/s.

played with the memory clocks but iam just able to get more hashes but lower WU, so i decided to keep it this way. the hw error problems does not seem to affect the 290s, so i stick to -I 20, getting 0 HW. WU is arround 95% of current hashrate.

How are you doing that? I can't get it to start with those settings. Vertminer says TC is too high.
dragonmike
Hero Member
*****
Offline Offline

Activity: 1274
Merit: 556



View Profile
March 24, 2014, 02:51:08 PM
 #895

If it helps anyone, I can run my (watercooled) ASUS DC2T-3GD5 R9 280X @ 1135/1800 and it hashes away happily @ 385 Kh/s.

main settings:

"lookup-gap": "2",
"thread-concurrency": "8192",
"worksize": "256",
"gpu-threads": "2",
"intensity" : "13",

The rest is probably irrelevant.


Accepting donations if it helped Grin
VTC: VkjFSmPWk3nvbU76WkS1tS6gwaXuChh82E
Sinyk7
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile
March 24, 2014, 05:23:39 PM
Last edit: March 24, 2014, 05:48:47 PM by Sinyk7
 #896

I'm not sure what I am doing differently, but I am running vertminer in BAMT 1.4 with three 7950s and now I am only getting 258 kh/s per card instead of about 315 like before. I don't know if it's BAMT or the latest version of vertminer (0.5.4pre2) that is causing the huge loss of hashrate.


EDIT: OK, it's totally the newest version of vertminer that was the problem. I did a git checkout to the last commit of 0.5.3, recompiled it and now my hashrate is back around 310 kh/s per card.

VTC: Vq8qKPFiGoGJZh6kEuCpEcWDS5Y9cqT4Pb
DOGE: DPgdMAk1wWRw49JBrdX9sxRUbixs4F4d6b
LTC: LayUZZ2VukQGBoSaxwqE4wWXH6htkagYw9
Rigimon
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
March 24, 2014, 06:50:11 PM
Last edit: March 25, 2014, 09:01:49 AM by Rigimon
 #897

Anyone have settings for Asus r9 270x top cards?

I am starving
Please donate some WC so I can buy some food.
WC: WX8vccXQ4nEhtAnMiMrMC5r95bsGpCKyth
AcidSplash
Member
**
Offline Offline

Activity: 101
Merit: 10


View Profile
March 24, 2014, 06:57:06 PM
 #898

running 5 sapphire r9 290s with the following settings:

vertminer --scrypt-vert -o stratum+tcp://xxxxxxxxx -u x -p x -g 1 -w 256 -I 20 --thread-concurrency 32765 --gpu-fan 100 --api-listen
gpus fixed to 924mhz, temps around 71-82°. getting  ~2.1 mh/s.

played with the memory clocks but iam just able to get more hashes but lower WU, so i decided to keep it this way. the hw error problems does not seem to affect the 290s, so i stick to -I 20, getting 0 HW. WU is arround 95% of current hashrate.

How are you doing that? I can't get it to start with those settings. Vertminer says TC is too high.

Are you sure you have enough RAM?
goatonastick
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
March 24, 2014, 08:04:01 PM
 #899

HELP!

I've tried using all my dogecoin settings, and even pasting some of the settings here, but have not managed to break more than 11 KH/s with vertminer Sad

My tried-and-true settings for dogecoin on my 7850 usually give me 346 KH/s:
-intensity 12 --gpu-threads 2 --gpu-engine 1000 --gpu-memclock 1200 --shaders 1024 --thread-concurrency 4096 --worksize 256

but even with the thread concurrency in half, I still can't get much higher than 12 KH/s.

what am I doing wrong? gpu has 2GB of memory, and system has 4GB of ram.
ReRunRod
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
March 24, 2014, 08:57:15 PM
 #900

Hello All,

I have:

1x 520 watt PSU
2 PCIE 16x slots on motherboard
2x Sapphire HD6850
4 GB of Ram

In a milk crate.

Running Vertcoin-BAMT 1.5.2 running it Headless

I haven't begun to play with settings, I was looking to know if anyone had good settings to begin with.. I originally mined AUR and BTB. I would like to give VTC a shot.. Thanks to everyone that helps me out!! Smiley
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!