Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: whatthephil on February 05, 2014, 04:55:50 PM



Title: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: whatthephil on February 05, 2014, 04:55:50 PM
http://vertcoin.org (official website)
https://bitcointalk.org/index.php?topic=404364.0 (main thread)

So I feel the need to post this to help any newcomers, after having the worst experience trying to make vertcoin work correctly and getting an optimal amount of Kh/s.

Vertcoin uses a new algorithm: Scrypt-Adaptive-Nfactor (Not scrypt-jane) which results in about half your normal hashrate, and requires different miner settings and a modded miner(vertminer).

------------------------------------------------------------------------------------------------------------------------------------------------------------

Here is a list of things you will need!

1) First things first you need to get the Vertcoin wallet of course! http://vertcoin.org/#wallets

2) Second download VERTMINER-0.5.3 (it is currently not updated with the main website). If you want the latest versions of the miner you have to keep up with the main Vertcoin thread which is quoted below since they don't update the website with the latest version right away! This miner wont give you hardware errors (HW) like the other older versions.

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.

3) Thirdly you will need a GPU (of course), as well as A MINIMUM OF 4GB OF RAM(this is not optional!!!). This is where I had all my problems before. I was running this miner with only 2gb of ram in my system. If you do that you will get tons of Hardware Errors(HW)/Rejected shares, and you wont be able to go above Intensity level of "-I 12". As well as you cant have a Thread Concurrency(TC) that exceeds 6,000. I was only getting a total of 200 Kh/s on my XFX r9 280x. NOW IM GETTINGS 340 KH/s ONCE I PLUGGED IN 8GB INTO MY RIG. SO RAM IS DEFINITELY IMPORTANT. NO ONES SETTINGS WILL WORK FOR YOU IF YOU DO NOT HAVE THIS.

4) Lastly you will need to signup for a pool of your choosing which can be found here: http://vertcoin.com/

----------------------------------------------------------------------------------------------------------------------------------------------------------------

So once you extract the vertminer you then have to go and tweak your settings to best fit your setup. Vertminer gives you both a .bat file and a.conf file EITHER are fine to run the program. I personally use the .bat file to run the miner. To edit either of the files just right click "edit".

Here are my settings for the .bat file. Averaging 340Kh/s on my XFX R9 280x! NO HW(HARDWARE ERRORS)

setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
COLOR 0A

vertminer.exe --scrypt-vert -o stratum+tcp://vertcoinheavyindustries.com:4444 -u xxxx -p xxxxxx -v 1 -w 256 -I 13 -g 2 --lookup-gap 2 --gpu-powertune -20,-20 --temp-overheat 85 --temp-cutoff 90 --gpu-memclock 1500,1500 --gpu-engine 1000,1000 --thread-concurrency 8193



Please post your settings below and any tips to help new comers! Thanks :)

Vertcoin all the way!




Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: whatthephil on February 05, 2014, 05:15:36 PM
help the thread! post your settings below :D


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: noobinscrypt on February 05, 2014, 05:30:42 PM
Tried similar settings, and from the other How to Mine Vertcoin thread... with my 7970/280x i still get HW errors. On an i7 3770k desktop with 8gigs of ram, I cant get above i=12... very strange.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: CrystalCoin on February 05, 2014, 05:35:38 PM
For some reason I'm getting better results with
COLOR 0B
Weird, but I can still only get like 180 max out of my 270's... I've got 8gb in the system.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Brainofmasses on February 05, 2014, 06:04:52 PM
Im getting a error that I can´t find the source of. Maybe someone here have a idea.
Ill try to mine VTC with a MSI 7950.

When I start the modified cgminer,
It means:

Error -4: Enqueueing kernel onto command queue. <clEnqueueeNDRangekernel>
GPU 0 failure, disabling!

When I connect directly over the cgminer.exe it shows some unreal hashrates of 500 mhash and still no accepted shares.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: madjihad on February 05, 2014, 07:17:00 PM
IMPORTANT!!!!!

When you are setting you vertminer values via terminal/cmd or config file they aren't always used!!! To be sure what threads-concurrency, worksize and lookup-gap you are using check generated .bin files. And remove them before testing new settings.
For example:
file: scrypt140121Pitcairnglg2tc14144w256l8.bin
GPU: Pitcairn
threads-concurrency: 14144
worksize: 256
lookup-gap: 2


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: whatthephil on February 05, 2014, 09:12:32 PM
Im getting a error that I can´t find the source of. Maybe someone here have a idea.
Ill try to mine VTC with a MSI 7950.

When I start the modified cgminer,
It means:

Error -4: Enqueueing kernel onto command queue. <clEnqueueeNDRangekernel>
GPU 0 failure, disabling!

When I connect directly over the cgminer.exe it shows some unreal hashrates of 500 mhash and still no accepted shares.

I hope you are using the VERTMINER I POSTED ABOVE. It's the latest version. dont use anything else. Also do you have 4gb of ram or more?

I was getting that same message UNTIL I got this version of VERTMINER and added 8gb to my rig. Problem solved


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: whatthephil on February 05, 2014, 09:27:11 PM
Tried similar settings, and from the other How to Mine Vertcoin thread... with my 7970/280x i still get HW errors. On an i7 3770k desktop with 8gigs of ram, I cant get above i=12... very strange.

Are you using the VERTMINER version I posted above? Did you just skip to my settings/configs..? Read everything maybe you missed something

Had the same problem with intensities with the older miners. This one seems to work perfectly


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: LucD88 on February 05, 2014, 09:27:32 PM
Got my Vertminer (v0.5.3) running stable, but it's far from optimized. Hope to get things running better with some help via this thread. :)

Currently running 4x Gigabyte 7950 WindForce 3 REV2.0 (Windows 7 x64, 8GB RAM, Catalyst 12.8 ) @ ~270KH/s each, totalling ~1.100KH/s.

https://i.imgur.com/zKHnfMD.jpg

My .bat file:
Code:
@echo off
setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
COLOR 0A
vertminer.exe

My .conf file:
Code:
{
"pools" : [
        {
                "url" : "stratum+tcp://xxx:xxx",
                "user" : "xxx.xxx",
                "pass" : "xxx"
        }
]
,
"intensity" : "20, 20, 20, 20",
"vectors" : "1",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "22400, 22400, 22400, 22400",
"shaders" : "0,0",
"gpu-fan" : "30-100, 30-100, 30-100, 30-100",
"gpu-memdiff" : "0",
"temp-target" : "72",
"temp-cutoff" : "85",
"auto-fan" : true,
"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" : "2",
"scan-time" : "5",
"temp-hysteresis" : "3"
}

My Sapphire Trixx settings:
GPU: 1150
MEM: 1250
VDDC: 1090 (1.09v locked)
Power Limit: 20 (= Powertune)

https://i.imgur.com/7ttK0lL.jpg


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: whatthephil on February 05, 2014, 09:37:33 PM
For some reason I'm getting better results with
COLOR 0B
Weird, but I can still only get like 180 max out of my 270's... I've got 8gb in the system.

seems about right. 270x go from 350-400 Kh/s and vertcoin cuts that in half.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: roundrobin on February 05, 2014, 10:11:00 PM
Tried similar settings, and from the other How to Mine Vertcoin thread... with my 7970/280x i still get HW errors. On an i7 3770k desktop with 8gigs of ram, I cant get above i=12... very strange.

For 7970/7990, this is the best I managed to come up with to avoid hw errs: --intensity 13 --lookup-gap 2 -g 2 -w 184 --shaders 2048 --thread-concurrency 6112


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: roundrobin on February 05, 2014, 10:14:20 PM
I was getting that same message UNTIL I got this version of VERTMINER and added 8gb to my rig. Problem solved

I suspect that the problem wasn't the lack of RAM in your machine, but the older cgminer you were running. Vertminer occupies very little RAM if you check it out when it's active.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: whatthephil on February 05, 2014, 10:22:10 PM
I was getting that same message UNTIL I got this version of VERTMINER and added 8gb to my rig. Problem solved

I suspect that the problem wasn't the lack of RAM in your machine, but the older cgminer you were running. Vertminer occupies very little RAM if you check it out when it's active.

See the thing is I was skeptical like you. People were saying you need 4gb ram... 4gb ram.. and when I look at how much ram I was using the miner showed no difference. So it seemed like non-sense. So eventually after I tried everything possible I gave in and tried adding more ram (not expecting it to work). I upgraded from 2gb to 8gb. Then everything suddenly worked.... Intesity could go above -I 12, TC at 8193. Even if I look at how much ram Im using right now it says 15% usage (not much right?), so idk why more ram was necessary but it worked.

I dont quiet understand why it worked but I'm just going by what worked and what people said would work. THEY WERE RIGHT :P

My guess is that the vertcoin algorithm allocates memory differently which is what makes is asic resistant.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: mattbigblue on February 06, 2014, 08:21:42 AM
I have received 2x R9 290 Sapphire Tri-x (hynix). They are both totally different, I disconnected all of the cards and were running just them to fine tune. In gpu-z they have 84% and 76% asic quality, funny is that the lower one behavies better. I’m minning vertcoin which is using different scrypt but on reference cards usually clocks didn’t change for me much. What I find is that probably both cards can’t run on 1500 memory clock.
First card
1025-1040/1475 seems to be ok.
Second cards
Anything higher than 985-990/1450 and I get artifacts/HW errors. With 980/1500 I got HW right away, with 980/1475 left over night, I wake up and found 7HW..I left it now with 980/1450 and will see afternoon if any HW comes..
Both cards doesn’t tolerate undervolting (even -6mv gives artifacts and soon after freeze).
They are hashing nice, around 470 and 455 on Vertcoin which is 50% of scrypt performance.
I don’t understand why they can’t handle 1500Mhz, and one even 1000Mhz on engine if they are reference. My 3 other reference cards go no problem 1020/1500 (elpidia) with -19mv..And those 2 are hynix which supposed to be better.
p.s. Even if I’m able to run stable with 1025/1475 on 1st and 980/1450 on another one, as soon as I stop minning I got computer freeze few seconds/minutes later , which is not the case on reference cards and it indicates that even these clocks are to much for them..What I like in these cards is extreme LACK of noise :) they run super quiet, around 70 degrees with 60% fan. WOW!!


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: NoSnipeLimit on February 06, 2014, 08:52:17 AM
16gb ram in machine
Running 2 x R9290(sapphire and xfx)(no oc)
One hynix, one Elpida

Settings, 400kh/s each:  
"intensity" : "18,18",
"vectors" : "1,1",
"worksize" : "512,512",
"kernel" : "scrypt,scrypt",
"lookup-gap" : "2,2",
"thread-concurrency" : "27000,27000",

8gb ram in machine
Running 1x6950(gigabyte) and 1x5850(asus)(engine 920)
Settings, 124kh/s and 194kh/s
"intensity" : "12,18",
"vectors" : "1,1",
"worksize" : "256,256",
"kernel" : "scrypt,scrypt",
"lookup-gap" : "2,2",
"thread-concurrency" : "4096,6000",

Cannot get the 6950 to work with any other settings without giving HW errors.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: fasola195 on February 06, 2014, 09:51:31 AM
Hi,

I followed your steps. My rig with two graphics cards works perfectly. But I have a problem when I'm trying to launch vertcoin mining on 3 and 4 cards graphics rigs (I receive kernel error). Do you know whats going on ? I have 4gb ram on each rig


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Bitock on February 06, 2014, 10:36:38 AM
5xGV-R927XOC-2GD.
.bat file (vertminer-0.5.3):
Code:
vertminer --scrypt-vert -I 13,13,13,13,13 -w 256,256,256,256,256 -g 1 --thread-concurrency 8193,8193,8193,8193,8193 --lookup-gap 2,2,2,2,2 --gpu-engine 1100,1100,1100,1100,1100 --gpu-memclock 1500,1500,1500,1500,1500 --auto-fan --temp-target 67,67,67,67,67
Results: 177Kh/s first four and 171Kh/s last card.
How can increase hashrate?


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: thrilled on February 06, 2014, 03:27:34 PM
I am clueless......

I have 2 x Sapphire Tri-X 290x cards...

I am running the perfectly fine at 988 Khz each on any "normal" scrypt alt coin. Using I 20, 24600 thread conc, 1000 gpu engine. 1500 memory. This gives me NO HW at all.

Now I wanted to transition over to Vect coins... this has ended up in a total fail...

The miner I have currently has 4 gb ram.

Using anything higher then 8192 tc makes the cards go disabled. Using any intensity higher then 13 makes the HW run mad. Going i13 and tc 8192 gives me a hash rate of about 280khz per card which is way less it should be. Using intensity 19-20 gives me around 470khz but then the hardware errors are INSANE. I have tried to adjust the config file so many times and it all ends up with the same results.

I am using vectminer 0.5.3

I am in dire need of your help here!

Thanks in advance!

/T


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: LucD88 on February 06, 2014, 04:47:49 PM
I am clueless......

I have 2 x Sapphire Tri-X 290x cards...

I am running the perfectly fine at 988 Khz each on any "normal" scrypt alt coin. Using I 20, 24600 thread conc, 1000 gpu engine. 1500 memory. This gives me NO HW at all.

Now I wanted to transition over to Vect coins... this has ended up in a total fail...

The miner I have currently has 4 gb ram.

Using anything higher then 8192 tc makes the cards go disabled. Using any intensity higher then 13 makes the HW run mad. Going i13 and tc 8192 gives me a hash rate of about 280khz per card which is way less it should be. Using intensity 19-20 gives me around 470khz but then the hardware errors are INSANE. I have tried to adjust the config file so many times and it all ends up with the same results.

I am using vectminer 0.5.3

I am in dire need of your help here!

Thanks in advance!

/T
Try adding some extra memory to your system, I believe going from 4GB to 8GB of RAM will solve a lot of - still weird - issues.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: reha on February 06, 2014, 10:56:19 PM
You're my hero. The settings got my 2x 280x running at 340x each! I have 4gb ram and vertminer 0.5.2

( I compiled 0.5.3 and overwrite the allready built binary (http://vertcoin.org/downloads/vertminer.tgz) Otherwise I didn't get the temps showing. Same probleme that Ewing mentioned here: https://bitcointalk.org/index.php?topic=416572.380 )
http://s15.postimg.org/7zfhl1rrf/vertminer.gif

Also, I had pretty good results before but I got few HW's with this:
Code:
-v 1 -w 256 -I 13 -g 2 --lookup-gap 2 --gpu-powertune -20 --temp-target 65 --temp-overheat 75 --temp-cutoff 80 --gpu-memclock 1500 --gpu-engine 1000 --thread-concurrency 8191

Now you're config is this which is giving no errors:
Code:
-v 1 -w 256 -I 13 -g 2 --lookup-gap 2 --gpu-powertune -20,-20 --temp-overheat 85 --temp-cutoff 90 --gpu-memclock 1500,1500 --gpu-engine 1000,1000 --thread-concurrency 8193

I think the only real difference is thread-concurrency. And it was off only off by 2 :S

And for the final note, I have "Asus Radeon R9 280x DirectCU II / 3GB GDDR5 / (R9280X-DC2-3GD5)"


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Brainofmasses on February 06, 2014, 11:58:24 PM
Im getting a error that I can´t find the source of. Maybe someone here have a idea.
Ill try to mine VTC with a MSI 7950.

When I start the modified cgminer,
It means:

Error -4: Enqueueing kernel onto command queue. <clEnqueueeNDRangekernel>
GPU 0 failure, disabling!

When I connect directly over the cgminer.exe it shows some unreal hashrates of 500 mhash and still no accepted shares.

I hope you are using the VERTMINER I POSTED ABOVE. It's the latest version. dont use anything else. Also do you have 4gb of ram or more?

I was getting that same message UNTIL I got this version of VERTMINER and added 8gb to my rig. Problem solved

Well Im using the same version like you mentioned, and yes I have have also enough ram, 4 gb are accessable with 32 bit of working system.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: LucD88 on February 07, 2014, 12:20:31 AM
Just an idea but to prevent having two topics for the same thing, how about locking this one and continue in the bigger one?

https://bitcointalk.org/index.php?topic=416572.new#new

^ More activity as well.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: WutriCoin on February 07, 2014, 12:48:01 AM
Azure Vertcoin Pool - DDOS reisistant P2Pool Node

http://cryptopool.cloudapp.net:9171/

To connect to this P2Pool node simply point your miner at:

URL: stratum+tcp://cryptopool.cloudapp.net:9171
Username: Your vertcoin address
Password: Anything

Sample configuration

cgminer.exe --scrypt -o stratum+tcp://cryptopool.cloudapp.net:9171 -u VbNPoxNeiNg6Bj9RwjjS4GazDbKLgUqNDP -p X

Fast facts

1. P2Pool nodes are all part of one single, big, distributed pool
2. When any p2pool worker on any node finds a block, everyone on all the nodes gets paid their share
3. There is no pool wallet, and hence no payout threshold. Payments go directly to your wallet
4. The distributed nature of p2pool resists DDoS attacks

Decentralize the hashrate!

http://cryptopool.cloudapp.net:9171/



Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: clockers25 on February 08, 2014, 06:42:31 AM
Let me start off by saying I know about as much about setting up miners as your great grandparents. 

I am in need of an extremely trustworthy individual that can be verified somehow to help me set up mining vtc on my rigs.  I have 5 rigs, the majority using 280x cards or 270 cards.  We will use teamviewer to set everything up, each rig will need to be setup. 

This person needs to be extremely well versed with vertcoin and mining it in order to tweak my settings to the absolute best.
Trust will be established via paypal, payment will be 50 bucks per rig or 250USD

Interested parties PM me! 

Thanks


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: LucD88 on February 08, 2014, 12:16:55 PM
Let me start off by saying I know about as much about setting up miners as your great grandparents.  

I am in need of an extremely trustworthy individual that can be verified somehow to help me set up mining vtc on my rigs.  I have 5 rigs, the majority using 280x cards or 270 cards.  We will use teamviewer to set everything up, each rig will need to be setup.  

This person needs to be extremely well versed with vertcoin and mining it in order to tweak my settings to the absolute best.
Trust will be established via paypal, payment will be 50 bucks per rig or 250USD

Interested parties PM me!  

Thanks
I'm willing to help, helped several others as well. Hit me up in PM!

On a sidenote.. This topic should be locked, and continued here: https://bitcointalk.org/index.php?topic=416572.0


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: jeffrolc on February 09, 2014, 08:24:46 PM
What should be the expected hash rate for a 7990?


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: clockers25 on February 09, 2014, 10:22:06 PM
Ive been reading in order to mine VTC that you need faster RAM.  Does anybody have a link of the exact RAM that would get the most out of my cards? 

Thanks


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: razorpl on February 10, 2014, 10:24:30 AM
I Have a big problem with 4x r9 290.
One of my 4 gpu is not mining (GPU 0)
Right after running vertminer 5.3.0 graphic driver reports an error. the screen starts to blink and then screen back to normal.
But the verminer says that gpu 0 is mining at 0 khash/s.
Tried different settings with no luck.
My settings are:

--scrypt-vert -o stratum+tcp://stratum.vertco.in:8080 -u user.w3 -p x --thread-concurrency 24550 --lookup-gap 2 --auto-gpu --gpu-engine 800 --gpu-memclock 1250 -w 512 -I 20 --gpu-powertune 20 --auto-fan --gpu-fan 40-85 --temp-overheat 90 --temp-target 70 --temp-cutoff 95 -g 1

http://img.ctrlv.in/img/52f8a784e63cd.jpg

system specs:
i5, 8gb ram

Please help!


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: roundrobin on February 10, 2014, 08:13:25 PM
What should be the expected hash rate for a 7990?

We don't know yet as no one with enough RAM in their machine (4gb+) seems to have found optimal settings. With 6GB RAM in my miner, I manage to build a CL kernel that gives 500-520 KH/s on my 7990 when it's clocked at 950 mhz with 1000 mhz memory. These clocks give me 1330 KH/s for normal scrypt coins like Doge etc., and since vertcoin is supposedly performing at 50% my settings are not optimal. With my core/mem clocks, my 7990 -should- be able to reach 650 KH/s on vertcoin but so far no cookie, and I'm still not sure how very different the memory use of vertcoin is. Maybe memory speed makes a bigger difference on vertcoin than normal scrypt. I'll keep experimenting and will post the best results I find.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: roundrobin on February 10, 2014, 08:22:34 PM
Ok vertcoin is definitely different than normal scrypt coins when it comes to memory speed. On normal scrypt coins with my core 950 mhz, it doesn't make any difference if I clock memory to 1000 mhz or 1500 mhz, but for vertcoin it does. My 7990 is now doing 650 KH/s with 950/1250 settings, 2048 shaders, 8192 tc, 256 worksize, 2 GPU threads. I will experiment more.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: roundrobin on February 10, 2014, 09:45:07 PM
Gigabyte HD7990 @ 1.025 VDDC, running Bufius' vertminer 0.5.3
-------------------------------------------------------------------------

--gpu-engine 950 --gpu-memclock 1200 -v 1 --intensity 13 --lookup-gap 2 -g 2 -w 256 --shaders 2048 --thread-concurrency 8192

I could not build the CL kernel with these settings when I had only 2GB RAM in the machine. It worked when I put another 4GB in for 6GB total. Maybe 4GB would be enough but I didn't get to test that as I returned the 4GB module I borrowed for the test.

https://i.imgur.com/Dl58TWY.png

Increasing memory clock gives no extra speed, just a bit higher temps and more power consumption. What's also strange is that going up to 1050 or 1100 MHz GPU clock did not increase hash rate at all, no matter if I used 1200 MHz or 1500 MHz memory clock. 950/1200 was the best setting I found. As the HD7990 is two 7970 on the same card I believe these settings should work just fine for HD7970 too.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: elixir on February 13, 2014, 06:46:47 PM
could someone please help. this is my command for normal scrypt.

u xxx.xxx -p xxx  --worksize 256 --lookup-gap 2 --thread-concurrency 8192 -g 2 --intensity 12 -Q 0

i have a vtx3d 7870 le tahiti and i get 345khash/s.

could some please tell me how to change it for vertcoin. thanks.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: international_ on February 13, 2014, 07:26:08 PM
Thanks a lot OP! Switching from the modified cgminer to vertminer really helped.

My 280x was stuck at ~220kh/s with -I 12, as -I 13 was producing HW-errors like crazy. Also thread-concurrency 8193 didn't work at all, so I was using 6144.

Now after switching all those problems have just vanished and I'm getting nearly 350kh/s with this:
--lookup-gap 2 --shaders 2048 --thread-concurrency 8193 -v 1 -g 2 -I 13 -w 512

So thanks again, awesome job!


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: griffinriz on February 13, 2014, 08:05:52 PM
i am getting 320khs on Saphhire 7970 with the same settings,4GB RAM  ;D

after sometime i am gettings 355khs,thansk alot


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: maeglin on February 14, 2014, 07:20:01 AM
i am getting 320khs on Saphhire 7970 with the same settings,4GB RAM  ;D

after sometime i am gettings 355khs,thansk alot

what parameters are you using? I couldn't get any accepted share with my 7970.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: griffinriz on February 14, 2014, 11:05:33 AM
setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
COLOR 0A

vertminer.exe --scrypt-vert -o stratum+tcp://vertcoinheavyindustries.com:4444 -u xxxx -p xxxxxx -v 1 -w 256 -I 13 -g 2 --lookup-gap 2 --gpu-powertune -20,-20 --temp-overheat 85 --temp-cutoff 90 --gpu-memclock 1500,1500 --gpu-engine 1000,1000 --thread-concurrency 8193

i am using exactly the same settings but you have to join some pool,write your username and pass.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: salsamoves on February 14, 2014, 03:26:27 PM
fantastic help, Thank you!!!


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: saykor on February 14, 2014, 09:44:48 PM
https://i.imgur.com/w8eGRIp.png

MSI R9 280x:
vertminer --scrypt-vert -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3361 -u saykor.miner1 -p x --gpu-platform 0 -d 0 -w 256 -v 1 -I 13 -g 2 -l 1  --thread-concurrency 22400

XFX 5870:
vertminer --scrypt-vert -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3361 -u saykor.miner1a -p x --gpu-platform 0 -d 1 -w 256 -v 1 -I 18 -g 1 -l 1  --thread-concurrency 8193

As you can see there have only 2GB ram. Perhaps more cards RAM is important, but second is not.
Your Invalid   0 (0.00%)

And more of this CPU is on 100% because I mine Qubit coin.

INTEL CPU Celeron G1620 (2.70GHz)
ASUS P8B75-V


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Vampiro4L on February 15, 2014, 05:22:31 AM
Trying to get some help.  Followed the linux install guide on the main forum exactly (https://bitcointalk.org/index.php?topic=404364.0). The miner is running but I can't see any GPU stats. Any suggestions?


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: ToScA- on February 15, 2014, 01:55:04 PM
The best I can get with my R9 290 Tri-X OC is 50 kh/s...awful...


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: madjihad on February 15, 2014, 03:38:01 PM
https://i.imgur.com/w8eGRIp.png

MSI R9 280x:
vertminer --scrypt-vert -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3361 -u saykor.miner1 -p x --gpu-platform 0 -d 0 -w 256 -v 1 -I 13 -g 2 -l 1  --thread-concurrency 22400

XFX 5870:
vertminer --scrypt-vert -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3361 -u saykor.miner1a -p x --gpu-platform 0 -d 1 -w 256 -v 1 -I 18 -g 1 -l 1  --thread-concurrency 8193

As you can see there have only 2GB ram. Perhaps more cards RAM is important, but second is not.
Your Invalid   0 (0.00%)

And more of this CPU is on 100% because I mine Qubit coin.

INTEL CPU Celeron G1620 (2.70GHz)
ASUS P8B75-V

Looks like your hashrate is super low because of HW...


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: madjihad on February 15, 2014, 06:27:50 PM
Looks like your hashrate is super low because of HW...

I not know what is HW. Can you explain me, pls?

That's HardWare errors.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: saykor on February 15, 2014, 06:43:18 PM
That's HardWare errors.

Thank you. I find the answer already. and change the settings:

https://i.imgur.com/vjDnv6V.png

for msi 280x:

setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
COLOR 0A
--gpu-platform 0 -d 0 -v 1 -w 256 -I 13 -g 2 --lookup-gap 2 --thread-concurrency 8193


for xfx 5870:

setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
COLOR 0A
--gpu-platform 0 -d 1 -v 1 -w 256 -I 18 -g 1 --lookup-gap 2 --thread-concurrency 8193

and add +2gb ram. total 4gb. Seems with 2gb when start to mining pc restart itself but with 4gb is ok.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: krud14 on February 15, 2014, 07:53:20 PM
Can someone help me out? This is the problem I get for my miner when I try to mine with coinmine.pl



http://imgearn.net/uploads/small/w3wip/hzx2z5as3y6yq.png (http://imgearn.net/uw3wip0hzx2z5as3y6yq.png)                




Sorry if I didn't post the image right.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: saykor on February 15, 2014, 07:58:41 PM
That's HardWare errors.

After some time of mining the speed on MSI 280x drop to 230kh. XFX 5870 is stable.
You have a idea why this is happen?


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Miner_ on February 15, 2014, 10:30:47 PM
I can get my 280X's to run with settings others have used, but get tons of HW errors. I have 2x Sapphire Dual-X 280X with Elpidia memory.

setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
Code:
COLOR 0A 
vertminer.exe --scrypt-vert -o stratum+tcp://stratum.vertco.in:8080 -u -p  -v 1 -w 256 -I 13 -g 2 --lookup-gap 2 --gpu-powertune -20,-20 --temp-overheat 85 --temp-cutoff 90 --gpu-memclock 1500,1500 --gpu-engine 1000,1000 --thread-concurrency 8193

https://i.imgur.com/9gfZ7XI.png


Specs:

AMD Athlon X4 750K
Asus A88X-Pro FM2/FM2+
8GB G Skill 2133 mhz
2x Sapphire Dual X 280X (Elipidia memory)
Corsair AX1200
250GB HDD
Win 7 pro x64


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: saykor on February 15, 2014, 10:32:05 PM
I can get my 280X's to run with settings others have used, but get tons of HW errors. I have 2x Sapphire Dual-X 280X with Elpidia memory.

setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
Code:
COLOR 0A 
vertminer.exe --scrypt-vert -o stratum+tcp://stratum.vertco.in:8080 -u -p  -v 1 -w 256 -I 13 -g 2 --lookup-gap 2 --gpu-powertune -20,-20 --temp-overheat 85 --temp-cutoff 90 --gpu-memclock 1500,1500 --gpu-engine 1000,1000 --thread-concurrency 8193

When I put 4gb ram on my pc HW is 0


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: steveperry on February 16, 2014, 06:31:16 PM
.bat file

setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
color 0A
vertminer



.conf settings

"intensity" : "18",
"worksize" : "512",
"lookup-gap" : "2",
"gpu-threads" : "1",
"expiry" : "30",
"scan-time" : "5",
"thread-concurrency" : "27000"
}

running a 290 @ 375kh/s with msi afterburner set @ power limit - 0, gpu core - 947, memclock - 1250
(stock settings)

also 2 290x's @ 440kh/s with power limit - 20, gpu core - 1020, memclock - 1500

anyone have any thread concurrency or intensity settings that will work with vertminer and give me some more hash?  probably not going to touch the afterburner settings, as these make my rig very stable, I just put them up for others to reference.

mining panda coin


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: saykor on February 16, 2014, 06:59:50 PM
.bat file

setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
color 0A
vertminer



.conf settings

"intensity" : "18",
"worksize" : "512",
"lookup-gap" : "2",
"gpu-threads" : "1",
"expiry" : "30",
"scan-time" : "5",
"thread-concurrency" : "27000"
}

running a 290 @ 375kh/s with msi afterburner set @ power limit - 0, gpu core - 947, memclock - 1250
(stock settings)

also 2 290x's @ 440kh/s with power limit - 20, gpu core - 1020, memclock - 1500

anyone have any thread concurrency or intensity settings that will work with vertminer and give me some more hash?  probably not going to touch the afterburner settings, as these make my rig very stable, I just put them up for others to reference.

mining panda coin

and you not have a hardware error with "intensity" : "18" ?


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: bengtåke on February 16, 2014, 07:01:40 PM
Very nice initiative!


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: steveperry on February 16, 2014, 08:10:49 PM

and you not have a hardware error with "intensity" : "18" ?

no issues that i'm aware of, i dont know how to post pics of system but all three read HW:0


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: saykor on February 16, 2014, 09:23:25 PM

and you not have a hardware error with "intensity" : "18" ?

no issues that i'm aware of, i dont know how to post pics of system but all three read HW:0


wow, incredible. what is your OS and your 290x video cards? MSI, XFX, saphire, gigabyte, asus, other?


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: steveperry on February 16, 2014, 10:32:45 PM

and you not have a hardware error with "intensity" : "18" ?

no issues that i'm aware of, i dont know how to post pics of system but all three read HW:0


wow, incredible. what is your OS and your 290x video cards? MSI, XFX, saphire, gigabyte, asus, other?

windows 8, asrock exreme 4 970 mobo, 12gb ram, msi 290 + 2 diamond 290x, corsair 1200w psu


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: gross on February 17, 2014, 05:13:52 PM
Help me with setting/configs for HD7950  ???
Thank you


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: rafonpro on February 17, 2014, 08:15:22 PM
There is my r9 270*3 rig config with 220kh each, total 660kh


"scrypt" : true,
"shares" : "0",
"auto-fan" : true,
"gpu-threads" : "1",
"gpu-dyninterval" : "7",
"gpu-engine" : "1158,1138,1158",
"gpu-fan" : "0-100,100,0-100",
"gpu-platform" : "0",
"gpu-memclock" : "1498",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"intensity" : "19",
"temp-target" : "83",
"temp-overheat" : "89",
"temp-cutoff" : "95",
"temp-hysteresis" : "3",
"vectors" : "1",
"worksize" : "256",
"lookup-gap" : "0",
"shaders" : "0",
"thread-concurrency" : "10235",
"no-pool-disable" : true


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: mehdi343 on February 18, 2014, 06:01:18 AM
I have Quadro 4000 with 48 G Ram.

can you give me the configuration for this card?  

I couldn't setting that. I mean how can I find the following data according to my Quadro 4000 ?
thread-concurrency=?
worksize=?
gpu-engine=?
gpu-threads=?
and so on ?

Thanks so much .


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: vrm86 on February 20, 2014, 06:32:00 AM
One of my card is hashing properly, while second gets only 10-20 kh/s (R9 280x).
What can I do? I'm using one config for both GPU's.

Regular scrypt coins mining doesn't make any problems.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: leptoon on February 20, 2014, 09:49:12 AM
I just want to say that I finally got it working with no HW errors at higher than 12 intensity, thanks to this thread.

I'm running a single 7970 at about 320 kh/s. These are my settings...

set GPU_MAX_ALLOC_PERCENT=100
setx GPU_MAX_ALLOC_PERCENT 100
vertminer.exe --scrypt-vert -d 0 -v 1 -I 13 --lookup-gap 2 -g 1 -w 256 --shaders 2048 --expiry 15 --thread-concurrency 22400 --gpu-powertune 20 -u leptoon.1 -p 1 -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3361


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Relaxedsense on February 20, 2014, 07:44:09 PM
Hi guys, I really need your help. So I'm trying to get mine some Vertcoins with my 2 280x. However I constantly get this error. Does someone know what I'm doing wrong? Any help would be appreciated.

My setup:
2 Asus 280x dc2t
Maximus hero formula VI
Gskill 8GB 1600 cl9
4670K

And this is my bat file:

setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
COLOR 0A

vertminer.exe --scrypt-vert -o stratum+tcp://eu2.bitcrush.info:3444 -u Relaxedsense.1 -p x -v 1 -w 256 -I 13 -g 2 --lookup-gap 2 --gpu-powertune -20,-20 --temp-overheat 85
--temp-cutoff 90 --gpu-memclock 1500,1500 --gpu-engine 1000,1000 --thread-concurrency 8193

Error:
https://i.imgur.com/aoRMmLC.jpg


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: wolfskill on February 24, 2014, 11:14:29 PM
For some reason, vertmine doesn't recognize my memory clock speed correctly.  It is always showing as 150.  Trying to change it by command line or within vertmine, nothing works.  What am I missing?


WolfSkill


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: thekitchen on February 25, 2014, 08:56:46 AM
Some general tips:

  • thread-concurrency: Without this set correctly, you will get many hardware errors, and a very low hashrate. Now I have zero HW errors with these settings, and a negligible number of rejects.
  • gpu-engine: Set it lower than you would for scrypt mining. I was able to gain over 100 kh/s on the 290x cards by lowering the clock speed from 1030 to 935.
  • RAM: As long as you have 4GB of RAM, you should be able to get the maximum possible hashrate. I have no trouble running three-card 7950 and 7970 rigs with only 4GB of RAM, while also maxing out the CPU for XPM mining.



Here are my settings, separated by type of card:

7950, at 283 kh/s:

"intensity" : "21",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "19712",
"shaders" : "0",
"gpu-engine" : "990",
"gpu-fan" : "5-85",
"gpu-memclock" : "1250",
"gpu-powertune" : "10",
"gpu-vddc" : "1.075",
"temp-cutoff" : "95",
"temp-overheat" : "90",
"temp-target" : "75",
"gpu-threads" : "1",
"nscrypt" : true,

7970, at 367 kh/s:

NB - This card needs to be run with 2 threads for optimum performance, and the intensity has to be 13.

"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "0",
"gpu-engine" : "1021",
"gpu-fan" : "5-85",
"gpu-memclock" : "1500",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : "1.081",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"auto-fan" : true,
"expiry" : "120",
"gpu-threads" : "2",
"nscrypt" : true,

R9 290x, at 456 kh/s:

NB - For this card, it's crucial to keep the temperature below 92º, because above that temp, the engine clock speed will start to drop. Don't forget to set powertune to 25, not 20!

"intensity" : "21",
"vectors" : "1",
"worksize" : "512",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "27000",
"shaders" : "0",
"gpu-engine" : "935",
"gpu-fan" : "5-85",
"gpu-memclock" : "1350",
"gpu-memdiff" : "0",
"gpu-powertune" : "25",
"gpu-vddc" : "0.000",
"temp-cutoff" : "100",
"temp-overheat" : "97",
"temp-target" : "85",
"auto-fan" : true,
"gpu-threads" : "1",
"nscrypt" : true,


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: paulcipher on February 27, 2014, 05:19:01 PM
@thekitchen Thank you for posting these settings. I am running two 280x and I couldn't get it working with any of the posts referencing the 280x specifically. I am using the 7970 settings you posted and getting about 250kh/s running verminer on linux. Is there anything I should tweak to account for the 280x vs 7970? Thanks again!



Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: WaffleMaster on February 28, 2014, 06:13:37 AM
Thank you OP for all the help. I was getting really frustrated when I was trying to open vertminer through a batch and it popped up for a millisecond and then closed. This got me into Vertcoin!


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: rcketscientist on February 28, 2014, 02:53:26 PM
r9 290 vertminer 0.5.3

Code:
-I 13 -v 1 -g 2 -w 512 --lookup-gap 2 --gpu-powertune 20 --thread-concurrency [b]8193[/b]

I'm seeing about 300Kh

If I change the thread concurrency to anything higher than 8193 I get errors or it will crash.  I see folks reporting tc in the 20k range, but I can't move any higher than 8193.  Anyone know what I might have wrong?

I can get 800 Kh regular scrypt without any tweaking so I should be able to get around 400Kh here.

**Just noticed that at this tc, intensity higher than 13 throws HW errors.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: sandpaper on February 28, 2014, 10:01:11 PM
I'm having trouble with my vertminer / other miners for some reason. It used to run fine on my 5858 around 146 kh/s. All of a sudden I try thekev's version once and it goes to max like 20 kh/s. No matter what I do now I cannot run scrypt-n at any normal rate. It is stuck so slow. My settings were the same as before, gpu doesn't really do much and the rpm stays low. It's like its running low intensity, but its set to the max of 12 for my card without HW errors.

Any clues as to what happened? I've tried using 13.9, 13.12, 14.1, 14.2 along with 2.9 apk sdk. Driver sweeper after regular uninstall along with deleting amdocl and opencl in system32 folder.

I'm at a loss. I want to be able to scrypt n mine, but this is stumping me.

Edit: Figured it out. Had a ridiculously high TC and didn't realize it could do that much damage. Set back to a multiple of 1440 and it works fine no crashes back to 140 for a 5850.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: DMacleod on March 02, 2014, 08:43:24 PM
doest vertminer support the failover command?


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Jorgeti5 on March 02, 2014, 08:44:09 PM
can anyone post the settings for sapphire hd 7850 1gb ddr5?

I only can get 18 khas.....  >:(

Thank you!!!!!!! :-*


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Tamis on March 02, 2014, 09:21:48 PM
Im getting a error that I can´t find the source of. Maybe someone here have a idea.
Ill try to mine VTC with a MSI 7950.

When I start the modified cgminer,
It means:

Error -4: Enqueueing kernel onto command queue. <clEnqueueeNDRangekernel>
GPU 0 failure, disabling!

When I connect directly over the cgminer.exe it shows some unreal hashrates of 500 mhash and still no accepted shares.

I had the same problem, it's not ram I have just 2go and it works !
Remove the two setx gpu ...

you will need to modify this registry key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment
Changes are effective after rebooting.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Jorgeti5 on March 02, 2014, 09:36:38 PM
can anyone post the settings for sapphire hd 7850 1gb ddr5?

I only can get 18 khas.....  >:(

Thank you!!!!!!! :-*

Anyone??


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Troj on March 03, 2014, 03:23:37 PM
I've been changing my settings to try to get rid of the hw errors. But for some reason what kind of setting I try it steel seems to get HW errors.

I have 4 280x toxics, tried 8191/8182/8193 and tried 1100/1500 1070/1500 etc etc

anyone could help me here or has the same cards?


setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
vertminer.exe -o stratum+tcp[Suspicious link removed].poolz.net:3333 -u troj.1 -p 2 -I 13 -g 2 -w 256 --thread-concurrency 8192

My afterburner settings atm:
core voltage 1131
core clock 1100
memory clock 1500


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: ncedomir on March 03, 2014, 03:47:29 PM
I've been changing my settings to try to get rid of the hw errors. But for some reason what kind of setting I try it steel seems to get HW errors.

I have 4 280x toxics, tried 8191/8182/8193 and tried 1100/1500 1070/1500 etc etc

anyone could help me here or has the same cards?


setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
vertminer.exe -o stratum+tcp[Suspicious link removed].poolz.net:3333 -u troj.1 -p 2 -I 13 -g 2 -w 256 --thread-concurrency 8192

My afterburner settings atm:
core voltage 1131
core clock 1100
memory clock 1500


Try this :
vertminer.exe -o stratum+tcp[Suspicious link removed].poolz.net:3333 -u troj.1 -p 2 -I 13 -g 2 -w 256 --thread-concurrency 8193 --gpu-engine 1044 --gpu-memclock 1500 --shaders 2048 --gpu-powertune 30 --lookup-gap 2

I have 3xr9 x280 vapors and get 370-372 each


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Troj on March 03, 2014, 04:04:07 PM
thanks for your reply but since I use msi afterburner will it still work with those memclocks in my bat wont it conflict with the afterburner settings?


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Bionic345 on March 03, 2014, 04:47:37 PM
I agree with you guys that VTC mining is not easy, or let's say settings are not easy.

I run 4x Saphire R9 280x dual-x cards with 4GB Ram. The rig runs very stable with no HW and very low RJ on win7 and cgAleksminer. Each card does around 363kh, just gpu 0 goes down 1kh sometimes,
it also doesn't like if I spy with radmin, it will drop 10-20kh but return quickly after ;D

I can't run a .config file, I will never get that hashrates if I choose a .config over a .bat file. I also can't use BAMT for that reason, hashrates will simply fuck up. For me it is all about
using -g 2 over -g 1 in my .bat file. If I use -g 1 instead of -g 2, all gpus will be found immidately, but they only do 280kh. Now when running -g 2, I have to restart cgminer around
3-15 times until all GPUs work. So all the fail starts only get 3 gpus running and always a random gpu will be offline. I have 2 HDs, on my SSD I can't get all gpus running at once anymore, therefore
I need to reinstall windows as it seems, I know that sounds weird but that happend after I closed the miner last time. Somehow I believe the blame goes to CGwatcher, maybe not, who knows? Anyway
I work with my replacement HD now and everything works as I just wrote. Have a quick restart of cgminer for several times and all will be fine. Look at the picture, miner runs since 8.5 hours on that. No HW, No RJ. Indeed I get a few RJ sometimes, but that depends on the server as well. Never was much more than 2%.

here are my setting:

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer --scrypt -o stratum+tcp://xxxxxx -u xxxx -p xxxx --lookup-gap 2 --thread-concurrency 8193 -g 2 -I 13 -w 256 --auto-fan --gpu-fan 30-85,30-85,30-85,30-85 --temp-cutoff 90,90,90,90 --temp-overheat 85,85,85,85 --temp-target 75,75,75,75 --gpu-memclock 1500,1500,1500,1500 --gpu-engine 1020,1020,1020,1020 --gpu-powertune -20,-20,-20,-20 --expiry 1 --scan-time 1 --queue 0 --no-submit-stale

http://s7.directupload.net/images/140303/phg5mff2.jpg

PS: btw there is another big settings thread here !
https://bitcointalk.org/index.php?topic=416572


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: goldfries on March 03, 2014, 06:08:22 PM
@thekitchen Thank you for posting these settings. I am running two 280x and I couldn't get it working with any of the posts referencing the 280x specifically. I am using the 7970 settings you posted and getting about 250kh/s running verminer on linux. Is there anything I should tweak to account for the 280x vs 7970? Thanks again!

Are you still having problem?

I got my 280X working from Scrypt to Vert within the hour. It was really tricky as it's tricky when it comes to settings.

And your best bet is to use Vertminer 0.5.3.

If any error appears, just try changing the settings.

For example if there are 2 GPU running at 1050, then put 1050,1050 instead of 1050. Minor stuff like that could just fail the rig.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Demontager on March 12, 2014, 12:32:28 PM
Could someone share settings for 270 (non-X) cards ? I have 5x gigabyte 270 and 5x asus 270.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Amph on March 13, 2014, 09:26:27 PM
setting for 290(non x)

1000/1250 or 1025/1440, then TD 8192 I 18 g 2, should be ok for any 290


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: brooklynite on March 22, 2014, 04:03:57 AM
Can someone please convert this to a .bat format?

"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "0",
"gpu-engine" : "1021",
"gpu-fan" : "5-85",
"gpu-memclock" : "1500",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : "1.081",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"auto-fan" : true,
"expiry" : "120",
"gpu-threads" : "2",
"nscrypt" : true,


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: tywors on March 22, 2014, 05:19:39 PM
Ati R9 290, CGminer OK! but vertminer...

http://i60.tinypic.com/35jf2b6.png

My Bat

Quote
vertminer --scrypt-vert -o stratum+tcp://rt2.poolerino.com:3358 -u myuser.1 -p 123 -I 13

PROBLEM???


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: panlok on March 23, 2014, 06:02:53 AM
Hello,

I'm running vertminer 0.5.3.
i7 4770
MSI R9 280X 3G
8GB ram

My .bat config :
Code:
setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
COLOR 0A

 


vertminer.exe --scrypt-vert -o x -u x -p x -v 1 -I 13 -w 256 -g 2 --lookup-gap 2 --gpu-powertune -20 --gpu-engine 1000 --gpu-memclock 1500 --thread-concurrency 8193 --temp-target 70 --temp-cutoff 90 --gpu-fan 25-80

Always get lots of HW when -I above 12.

Currently Im running in -I 11 115Kh/s without 0 HW.

Anyone know the solution?



Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: ozzy1926 on March 23, 2014, 08:32:31 AM
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


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: sergi0 on March 23, 2014, 09:26:08 AM
Hi Folks !

I have a strange problem. I have 5 rigs of 4 sapphires 290x TRIX. Mining SCRYPT I get around 3.5Mhs per rig. I have 8gb of ram on each rig, 4 cards using USB risers, 60% fan and the temp never get more than 80c, and often in the 70C range. The rig are stable. Sometime ATI drivers crash, but autoreboot and no problem.  I wanted to use one of the rig to test Vertcoin... Here my problem begin.

I use Vertminer 0.5.3 and the following parameters :

Code:
vertminer.exe --scrypt-vert -o stratum+tcp://vtc.crypto-pool.fr:4001 -u xx -p xx

The goal was to see the generated parameters and use them. I did that for cgminer and it works well.

Here I only get 2 of the 4 cards mining and at a rate of 500hs. Not kilohash, just hash... I reboot 20 times in order to make multiple tests, but I never manage to have 4 cards mining, and worst, the 2 that are mining are not always the same !!! Plus, if I run cgminer on anything else, everything is working fine...

What is hapenning ? Is it a nasty plot to not allow me to mine Vertcoin ???? ;)


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: giantkin on March 23, 2014, 01:52:58 PM
vertminer.exe -o stratum+tcp://stratum.ecurie.io:3333 -u giantkin.c1 -p xo -d 1 --lookup-gap 2 --thread-concurrency 8193 -g 2 -I 13 -w 256 --auto-fan --gpu-fan 30-95 --temp-cutoff 90 --temp-overheat 85 --temp-target 80 --gpu-memclock 1500 --gpu-engine 1020 --gpu-powertune -20 --expiry 1 --scan-time 1 --queue 0
pause

3 280's

The above is working getting roughly 330-350 khs    usually.  however they drop to 100 each, then cycle back up. (temp hits 84 at the 350 range)   only 75ish for the 100 range.

Same setup but all one command the system would freeze after 1hr (to 4 hrs)  and need a hard reset.

this setup running an hr so far.


Why the freezing with all in one.

Why the drop in hash.   Im ok with variable speed etc, but it drops so far, seems kinda odd.


(my device 2 runs hotter than the other 2)
device 0 sometimes needs 2x to start up clean.   (this is the monitor device (tho, no monitor atm))

oh i am running 0.5.2   i noticed, so my next step is to update  the version.   

System 
Win 8.1
4gb ram
2 psu's  550, 850 (2 cards)     (maybe i should put all three on the 850)

Thanks
g


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Cal_42 on March 23, 2014, 02:16:17 PM
Settings for Sapphire reference 290 and Sapphire 290 Tri-X. Any advice would be appreciated.

Reference:

"device" : "1",
"intensity" : "13",
"worksize" : "512",
"lookup-gap" : "2",
"gpu-engine" : "947",
"gpu-memclock" : "1250",
"shaders" : "2560",
"thread-concurrency" : "10176",
"expiry" : "30",
"gpu-threads" : "1",
"scan-time" : "1"

Tri-X:

"device" : "2",
"vectors" : "1",
"intensity" : "13",
"worksize" : "512",
"lookup-gap" : "2",
"gpu-engine" : "1000",
"gpu-memclock" : "1300",
"shaders" : "2560",
"thread-concurrency" : "10176",
"expiry" : "30",
"gpu-threads" : "1",
"scan-time" : "1"

Bat file:

setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
COLOR 0A
vertminer.exe


I'm gettiing round 320kh and a WU of 290 on each card. I got the TC by multiplying shaders and subtracting 64. The reference runs at 74c and the Tri-X at 62c. High TC or intensity won't load the kernel and disables the cards. Overclocking seems to crash and I'm using vertminer0.5.3. No HW errors yet and hardly any rejects. Not sure where to go from here. I have 8GB RAM installed.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: NuSalvo on March 23, 2014, 03:13:28 PM
Here's what I've gotten so far on a test rig, it's just 3 random cards (Sapphire 270x, Vapor 270x, AMD 7950) which usually does ~1.3 MH/s.

https://i.imgur.com/pqM9rJa.jpg (http://imgur.com/pqM9rJa)

I can probably get a little more, but no HW errors makes me happy!  I'm glad I found this thread, I had WAAAYY too high TC's at first.  This is with 8193 TC on 2 cards and 22400 on the 7950. Seems like the 2 x 270x's are underperforming just a bit (they were ~470 e, I'd be happy with 200-210 vert mining)  Does anyone have recommendations for my setup?  Here's my config file

Quote
"intensity" : "13,13,20",
"vectors" : "1,1,1",
"worksize" : "256,256,256",
"kernel" : "scrypt,scrypt,scrypt",
"lookup-gap" : "2,2,2",
"thread-concurrency" : "8193,8193,22400",
"shaders" : "0,0,1596",
"gpu-engine" : "1150-1150,1000-1000,1100-1100",
"gpu-fan" : "0-85,0-85,0-85",
"gpu-memclock" : "1500,1500,1500",
"gpu-memdiff" : "0,0,0",
"gpu-powertune" : "10,10,10",
"gpu-vddc" : "0.000,0.000,0.000",
"temp-cutoff" : "90,90,90",
"temp-overheat" : "80,80,80",
"temp-target" : "70,70,70",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "30",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "5",
"scrypt-vert" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"device" : "0-2"


My temp seems to be a bit lower mining this coin, is that normal?  Only like 5 C difference.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: casinocoin on March 23, 2014, 10:36:37 PM
I see some people have their intensity above 12, I cannot get my rig to go above 12 without massive hw errors and no accepted.

Running 2 different rigs with 3 msi 280x ea
all cards can only hash around 200-300 where as with other scrypt i was up to 700-750 per card
I know it should be 1/2 of the total hashrate but mine is falling quite below that.

Any suggestions.
Both rigs have 16gb ram.
Running windows vertminer with the simple provided conf and some additional settings
Tried thread concur 8192 and 11200(works better and was previous setting)


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: hero18688 on March 24, 2014, 03:38:13 AM
Is there someone runing 2*290 under win7 with 4gb ram.I can't go across threads larger than 14000.But with 8gb ram even 27400 is ok.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: ilic on March 24, 2014, 04:33:42 AM
i'm mining Darkcoins at the moment but am thinking of switching to Vert for a while.  Can someone tell me the power consumption for mining vert compared to the usual scrypt coins?  DRK uses about 30% less power for me, i'm hoping Vert uses alot less than scrypt too.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: hero18688 on March 24, 2014, 06:45:52 AM
i'm mining Darkcoins at the moment but am thinking of switching to Vert for a while.  Can someone tell me the power consumption for mining vert compared to the usual scrypt coins?  DRK uses about 30% less power for me, i'm hoping Vert uses alot less than scrypt too.
Almost the same,vert is not power effective.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: gg234 on March 24, 2014, 04:27:25 PM
I am having 3 asus r9 280x cards and with the following settings one card is getting 16K/hash can you please let me know how to get proper hash on all 3 cards

vertminer.exe --scrypt-vert -o stratum+tcp://gns.pool.mn:3333 -u xxx -p xxxx -w 256,256,256 -I 13,13,13 -g 2 --lookup-gap 2,2,2 --gpu-powertune -20,-20,-20 --temp-overheat 85,85,85 --temp-cutoff 90,90,90 --gpu-memclock 1500,1500,1500 --gpu-engine 1000,1000,1000 --thread-concurrency 8191,8191,8191

Thanks


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: casinocoin on March 24, 2014, 06:17:30 PM
I am having 3 asus r9 280x cards and with the following settings one card is getting 16K/hash can you please let me know how to get proper hash on all 3 cards

vertminer.exe --scrypt-vert -o stratum+tcp://gns.pool.mn:3333 -u xxx -p xxxx -w 256,256,256 -I 13,13,13 -g 2 --lookup-gap 2,2,2 --gpu-powertune -20,-20,-20 --temp-overheat 85,85,85 --temp-cutoff 90,90,90 --gpu-memclock 1500,1500,1500 --gpu-engine 1000,1000,1000 --thread-concurrency 8191,8191,8191

Thanks
try thread concur 8192 or 11200, try changing I to 12 as well removing the memclock and engine settings(if you have afterburner etc running.)


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: gigajosh on March 27, 2014, 02:29:25 AM
Please post your settings below and any tips to help new comers! Thanks :)

I'm using vertminer to mine Spaincoin (SPA) which has recently been changed from a Scrypt to a Scrypt-N coin.
I'm running vertminer under CGWatcher. I simply renamed vertminer.exe to cgminer.exe so that CGWatcher's Profile Manager recognises the executable.

Specs:
- Windows 7 Home Premium (64-bit)
- 3x Sapphire R9 290X
- AMD driver: 13.251 (aka: 13.11 beta 9.5 from Guru3D)
- AMD SDK v2.9
- vertminer-0.5.3 (download from this thread) (renamed to cgminer.exe as mentioned above so that it works under CGWatcher)
- I do not use a config file, I just set everything with command line arguments as follows:

--scrypt-vert --worksize 256 --thread-concurrency 14334 --auto-fan --auto-gpu --gpu-memclock 1500 --gpu-powertune 20 -I 13 --lookup-gap 2 -o {url}:{port} -u {username}.{worker} -p {password}

Performance:
With intensity set to 20 I was getting 475Kh/s per card, but then I realised I was getting loads of hardware errors and had a rubbish WU.
So I brought it right down to intensity 13, the highest I could go without getting hardware errors. At this rate unfortunately there are more profitable coins to mine. :(

NOTES:
1) TWEAK YOUR TC as follows: If you have mined scrypt coins successfully before, you need to half the TC you used for scrypt. If you still get a crash, use half your scrypt TC but subtract another 256.
E.g.
- If your original scrypt TC = 28008
- half this value = 14004 (maybe this crashes)
- if half didn't work, then try = 13748
When you get a successful TC:
- increase it by 32 and try again
- if the 32 increase was successful, keep increasing by 32 and trying again until you get a crash.
- then reduce by 2 and try again and repeat this until it works again
- now you will have optimal TC.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: WARLOCKZA on March 27, 2014, 10:57:18 AM
Hey Guys,

I realise that registrations are close but it's worth an ask, I have 17Mh/s I's love to point to your pool, would it be possible for an invite

Thanks


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: pifua on March 29, 2014, 08:52:32 PM
With the zoo of 7950 cards like; MSI Twin Frozr III, Sapphire Dual-X and XFX with custom BIOS

Code:
Adapter  0    (BN=01, DN=00, PCIID=679A1002, SSID=E207174B)
    Asic Family        :  Tahiti         
    Flash Type         :  M25P10/c    (128 KB)
    Product Name       :  Tahiti B0 PRO C38101 GDDR5 3GB 500e/150m
    Bios Config File   :  207P0C0A.O47   
    Bios P/N           :  113-1E207200SA-T4
    Bios Version       :  015.018.000.000.000000
    Bios Date          :  03/30/12 06:02
    ROM Image Type     :  Legacy Image
    ROM Image Details  : 
        Image[0]: Size(65536 Bytes), Type(Legacy Image)
Adapter  1    (BN=04, DN=00, PCIID=679A1002, SSID=32211682)
    Asic Family        :  Tahiti         
    Flash Type         :  M25P20/c    (256 KB)
    Product Name       :  Tahiti B0 CR PRO C38602 GDDR5 3GB 500e/150m
    Bios Config File   :  795TXL13.BIN   
    Bios P/N           :  113-795ATDL&TNLV1
    Bios Version       :  015.024.000.001.000000
    Bios Date          :  05/19/13 21:08
    ROM Image Type     :  Legacy Image
    ROM Image Details  : 
        Image[0]: Size(65536 Bytes), Type(Legacy Image)
Adapter  2    (BN=05, DN=00, PCIID=679A1002, SSID=254C1458)
    Asic Family        :  Tahiti         
    Flash Type         :  W25X20      (256 KB)
    Product Name       :  GV-R795WF3-3GD/F43
    Bios Config File   :  R795W3GD.F43   
    Bios P/N           :  113-C3810100-X03
    Bios Version       :  015.026.000.000.000907
    Bios Date          :  10/24/12 08:55
    ROM Image Type     :  Hybrid Images
    ROM Image Details  : 
        Image[0]: Size(65536 Bytes), Type(Legacy Image)
        Image[1]: Size(65024 Bytes), Type(EFI Image)

I heave the following under BAMT (linux):

Code:
 vertminer version 0.5.3 - Started: [2014-03-28 17:38:58]
--------------------------------------------------------------------------------
 (5s):879.5K (avg):877.4Kh/s | A:63710  R:0  HW:0  WU:807.0/m
 ST: 2  SS: 0  NB: 22  LW: 15258  GF: 0  RF: 0
 Connected to vtc.coinminerpool.com diff 135 with stratum as user vtc.w1
 Block: cb306335...  Diff:245  Started: [18:48:46]  Best share: 72.3K
--------------------------------------------------------------------------------
 [P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0: 73.0C 2145RPM  | 278.1K/277.2Kh/s | A:19138 R:0 HW:0 WU: 238.4/m I:13
 GPU 1: 76.0C 2621RPM  | 310.3K/309.3Kh/s | A:23277 R:0 HW:0 WU: 284.6/m I:13
 GPU 2: 73.0C 2170RPM  | 291.8K/291.3Kh/s | A:21295 R:0 HW:0 WU: 284.0/m I:13
--------------------------------------------------------------------------------

my config:

Code:
{
"pools" : [
        {
                "url" : "stratum+tcp://vtc.coinminerpool.com:3336",
                "user" : "vtc.w2",
                "pass" : "password"
        },
        {
                "url" : "stratum+tcp://vtc.coinminerpool.com:3306",
                "user" : "vtc.w3",
                "pass" : "password"
        }
]
,
"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "8193",
"shaders" : "1792",
"gpu-engine" : "1000",
"gpu-fan" : "0-75",
"gpu-memclock" : "1490",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "80",
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "1",
"scrypt-vert" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}

Give it a try :)



Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: kof91 on April 04, 2014, 02:08:03 AM
I've been poking around the settings, you do not need 4GB ram to run vertminer getting insane amount of hw error. I tried on my gaming rig with 16gb ram still getting hardware error with incorrect setting. imo the ram dun matter that much but you will still need a min of 2gb for scyrpt mining.

1. check if you are mining from a p2pool. most likely your card is trying to mine blocks with too low difficulty.
Quote
My worker is getting a lot of hardware errors

Because of the short blocktimes on the p2pool sharechain, your workers need to receive much lower difficulty work than they would in a traditional pool. They must finish their work and submit it before it goes stale - on the main blockchain, this would happen every time a block was generated (every 2.5 minutes on average), wheras on p2pool a new block on the sharechain happens every 10 seconds on average. Very low difficulty work often causes hardware errors. You can prevent this by telling p2pool the minimum difficulty your worker requires. You do this by appending a string to the end of your username (your Vertcoin address) in your miners startup command. The formula for calculating what to append is:

Vertcoin Address + 0.00000116 * Hash Rate in KH/s
So, if your hashrate was 350KH/s, you would calculate:
0.00000116 * 350 = 0.000406
and if your Vertcoin address was ViPBVm4sbXT38h9J23GkAWfNKiuPwVUYQX then you would use
ViPBVm4sbXT38h9J23GkAWfNKiuPwVUYQX+0.000406
as your p2pool username.

You don't want to set this value too high, or you will increase your stale shares - it sets the minimum difficulty for the shares you receive, and if you set it too high you will receive a large percentage of shares that are too difficulty for your worker to complete before the next block is generated, so the work will go stale. Setting this parameter is a balancing act between submitting work fast enough to avoid stales, and obtaining work that is difficult enough that it doesn't produce HW errors, or consume unnecessary bandwidth (if you have a very low minimum difficulty, your worker has to ask the pool for work too often, consuming extra bandwidth unnecessarily).

Here are some suggested values for various hashrates:
KHash/s     Difficulty

50          +0.00005821
100         +0.00011641
250         +0.00029103
500         +0.00058207
750         +0.00087310
1000        +0.00116414
please refer to the following guide for details
https://vtcpool.co.uk/p2pool-guide.html
2. to find the right setting balance btw concurrency thread and intensity. thread-concurrency works in a 64 block
for example if you put 8256 you will mine at concurrency block of 8256-64 = 8192
in order to mine at thread-concurrency  of 8256 set your thread-concurrency at anything  8256 + 0~64 it will automatically round down to the next nearest 64 block.
you can check the file generated to see which thread-concurrency it is running at by checking your folder for "scrypt140121Tahitiglg2tc8256w256l4.bin"
3. imo thread-concurrency uses ram on you gpu, the higher you set , the more gpu ram will be used to some point miner will tell you that you do not have enough ram
4. higher thread-concurrency doesn't seems to affect much on the overall kh/s but intensity does. you will need to find a thread-concurrency that allows you to go for highest intensity without hardware error. unfortunately at this point of time, from what I read, same card may not work with same thread-concurrency / intensity combination. you will need to manually poke the right value for your card.

my config setting is
"intensity" : "18",
"worksize" : "256",
"lookup-gap" : "2",
"gpu-threads" : "1",
"expiry" : "30",
"scan-time" : "5",
"thread-concurrency" : "6000",
"temp-cutoff" : "88"

5850 sapphire running at 830/875mhz oc via trixx, higher ram/gpu speed will affect the kh/s but to some point the increase in ram/gpu speed will not benefit much as compared to heat increase. find the balance to get the most out with least heat for a longer lasting hardware.

lastly a screenshot of my 2gb pc running without hardware error. happy tuning and share your finding here.
https://i.imgur.com/hi2a8Hk.png


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: bitcoinsguru on April 04, 2014, 02:44:29 AM
Can anybody help me to mine Vertcoin with CPU, which miner should I use..


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Thirtybird on April 04, 2014, 03:25:30 AM
You've got the general concepts correct - let me fill in the details for you.

Thread-Concurrency : for scrypt, this ONLY affects the size of the OpenCL buffer on the GPU.  It creates a buffer in size = TC*128/(1024/Lookup-Gap) (roughly, for LG=1, 2, 4 & 8 - there's other considerations for the other LG's).  TC of 8192 and Lookup Gap of 2 = 512 MB buffer - this is the most common setting I see people using for regular scrypt coins.

Lookup-Gap : as this setting goes up, this increases the effective size of the memory available to openCL hashing threads at the cost of some GPU cycles.  A LG of 2 doubles the buffer size, a LG of 4 quadruples it.  In-between settings give in-between values, etc.  The same setting of TC=8192 and LG=2 gives an effective memory size of 1024MB

Hash Size - based on N.  Vertcoin is currently at N=11 and requires 256KB of memory per hash.

AMD GPU shaders (this one is based on observation) : AMD cards running mining software can get 4 * the number of shaders executing simultaneously.  Each one needs its own memory allocation.

Combine all of this.  

Take the number of shaders on your card, multiply by 4.  Then multiply by 256 KB.  This is how large your effective memory needs to be.  With the TC 8192 and LG 2, the effective memory of 1024 MB means that if your card has 1024 shaders, you're fine as this is the exact amount needed!  If you have any more shaders (say even an R9 270 with 1280 shaders), you need to allocate a higher buffer size or you will get HW errors.  With 1280 Shaders, you need effective memory of 1280 MB which can be accomplished by a TC of 10240/LG 2.  

Taking this to the extreme - the 290X has 2816 shaders, to keep the LG at 2, you need a TC of 22528 (1,408 MB, effective size of 2816).  At this level, you may have difficulty allocating the whole buffer size in one thread if your system ram is only 2GB - The buffer gets allocated in system ram before being passed to the OpenCL kernel for execution.

If you think you've got the hang of it, try tuning your card to mine YACoin, where each hash requires 4MB of memory :)


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: SpeedDemon13 on April 04, 2014, 03:34:58 AM
Seems like the most important setting in Scrypt-N is the TC setting and running the core clock at default or a little lower. If some how someone can get Scrypt-N to lower power consumption and keep the same hash rate, that would be a goldmine....


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: kof91 on April 04, 2014, 05:05:09 AM
You've got the general concepts correct - let me fill in the details for you.

Thread-Concurrency : for scrypt, this ONLY affects the size of the OpenCL buffer on the GPU.  It creates a buffer in size = TC*128/(1024/Lookup-Gap) (roughly, for LG=1, 2, 4 & 8 - there's other considerations for the other LG's).  TC of 8192 and Lookup Gap of 2 = 512 MB buffer - this is the most common setting I see people using for regular scrypt coins.

Lookup-Gap : as this setting goes up, this increases the effective size of the memory available to openCL hashing threads at the cost of some GPU cycles.  A LG of 2 doubles the buffer size, a LG of 4 quadruples it.  In-between settings give in-between values, etc.  The same setting of TC=8192 and LG=2 gives an effective memory size of 1024MB

Hash Size - based on N.  Vertcoin is currently at N=11 and requires 256KB of memory per hash.
Hash Size is variable according to difficulty?

Quote
AMD GPU shaders (this one is based on observation) : AMD cards running mining software can get 4 * the number of shaders executing simultaneously.  Each one needs its own memory allocation.

Combine all of this.  

Take the number of shaders on your card, multiply by 4.  Then multiply by 256 KB.  This is how large your effective memory needs to be.  With the TC 8192 and LG 2, the effective memory of 1024 MB means that if your card has 1024 shaders, you're fine as this is the exact amount needed!  If you have any more shaders (say even an R9 270 with 1280 shaders), you need to allocate a higher buffer size or you will get HW errors.  With 1280 Shaders, you need effective memory of 1280 MB which can be accomplished by a TC of 10240/LG 2.  

Taking this to the extreme - the 290X has 2816 shaders, to keep the LG at 2, you need a TC of 22528 (1,408 MB, effective size of 2816).  At this level, you may have difficulty allocating the whole buffer size in one thread if your system ram is only 2GB - The buffer gets allocated in system ram before being passed to the OpenCL kernel for execution.
I am looking at my memory usage, actually it does not used up to maximum allocation as calculated fluctuating btw 700~1000mb. 5850 has 1440 shaders (1440MB). this value might be the theoretical max required.
probably can lower the tc or limit number of shader to enable the card to run with lower system memory but still may not achieve stability with hw error which is another problem all together. strangely I seen ppl report with same card but cannot use same setting on both card to achieve stability.

Quote
If you think you've got the hang of it, try tuning your card to mine YACoin, where each hash requires 4MB of memory :)
will try once I have a better rig, currently running on old rig which is still running on ddr2, originally had 4GB ram but one stick failed recently crippling it to 2gb only

Great info, thanks!


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Thirtybird on April 04, 2014, 12:33:21 PM
Hash Size is variable according to difficulty?

No, the memory required to complete one hash is variable based on N.  N is currently 2048 aka NFactor=10, taking 256KB GPU memory per hash for now.
N is scheduled to change to 11 on  2/25/2016 where N will be 4096 and it will take 512 KB of GPU memory to complete each hash.

I said 11 in my previous post, but that's not correct - Vertcoin/nscrypt kernels N factor is off by 1 from scrypt for the same memory requirement and I got that wrong in my last post.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Ed4252 on April 06, 2014, 02:35:53 PM
I have a radeon HD6850 and I'm only getting around 11 khash for my gpu while normally I get 170 khash running litecoin with intensity 13.

What could be wrong with my vertcoin settings?


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Vertcoin on April 06, 2014, 03:06:06 PM
Hash Size is variable according to difficulty?

No, the memory required to complete one hash is variable based on N.  N is currently 2048 aka NFactor=10, taking 256KB GPU memory per hash for now.
N is scheduled to change to 11 on  2/25/2016 where N will be 4096 and it will take 512 KB of GPU memory to complete each hash.

I said 11 in my previous post, but that's not correct - Vertcoin/nscrypt kernels N factor is off by 1 from scrypt for the same memory requirement and I got that wrong in my last post.


Thank you Thirtybird, you are the best people from Yacoin that I have known.
Actually, N factor in Vertcoin must be 11, but in the code is off by 1 due to the code are derived from Yacoin.

PS: I remembered first time I mined Yacoin with your cpuminer.



 


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: xy_ on April 07, 2014, 09:22:44 AM
Hello Everybody!

I have problem for HD 5970 GPU card Do I not see what he signals? Blank screen (pls visit image) https://www.dropbox.com/s/8b4ie16x2s8rfij/hiba.PNG (https://www.dropbox.com/s/8b4ie16x2s8rfij/hiba.PNG)
Tested on more machines.
Only this type is that's the problem.
Current configuration
HD 7970 HD 5970 HD 7970
If I withdraw it the HD5970 I see it then picture.
What is the correct setting?
Thanks for reply!



Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Thirtybird on April 07, 2014, 02:02:33 PM
Hello Everybody!

I have problem for HD 5970 GPU card Do I not see what he signals? Blank screen (pls visit image) https://www.dropbox.com/s/8b4ie16x2s8rfij/hiba.PNG (https://www.dropbox.com/s/8b4ie16x2s8rfij/hiba.PNG)
Tested on more machines.
Only this type is that's the problem.
Current configuration
HD 7970 HD 5970 HD 7970
If I withdraw it the HD5970 I see it then picture.
What is the correct setting?
Thanks for reply!



Run the same command with "-T" in the command line.  It will show you what it is doing instead of a blank screen.  The other time I've seen blank screens was on older miners and there was a bug in the ADL, so you could get it to work with "--no-adl".  Most newer miners are patched to fix that, but you didn't specify what you were using.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: xy_ on April 07, 2014, 09:36:51 PM
Hello Everybody!

I have problem for HD 5970 GPU card Do I not see what he signals? Blank screen (pls visit image) https://www.dropbox.com/s/8b4ie16x2s8rfij/hiba.PNG (https://www.dropbox.com/s/8b4ie16x2s8rfij/hiba.PNG)
Tested on more machines.
Only this type is that's the problem.
Current configuration
HD 7970 HD 5970 HD 7970
If I withdraw it the HD5970 I see it then picture.
What is the correct setting?
Thanks for reply!



Run the same command with "-T" in the command line.  It will show you what it is doing instead of a blank screen.  The other time I've seen blank screens was on older miners and there was a bug in the ADL, so you could get it to work with "--no-adl".  Most newer miners are patched to fix that, but you didn't specify what you were using.


Big thanks!!
Seen this work :) "--no-adl"

You have for any ideal for settings bat file? 2xhd5970 (4gpu)
Thanks ;)



Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: xy_ on April 08, 2014, 08:19:26 AM
Hello Everybody!

2 X Hd5970
He would be a little problem yet!  pls visit image https://www.dropbox.com/s/912aljtan6so3kc/error.PNG (https://www.dropbox.com/s/912aljtan6so3kc/error.PNG)
Not to see the temperature and the ventilator rev.
Can somebody help?


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Thirtybird on April 08, 2014, 12:59:53 PM
Hello Everybody!

2 X Hd5970
He would be a little problem yet!  pls visit image https://www.dropbox.com/s/912aljtan6so3kc/error.PNG (https://www.dropbox.com/s/912aljtan6so3kc/error.PNG)
Not to see the temperature and the ventilator rev.
Can somebody help?

The --no-adl disables that output.  It appears your mining software isn't really up to date.  YACMiner (in my signature) is capable of mining VertCoin, and has a patch that fixes an adl problem that was similar (maybe the same problem) to yours.  The command line should be similar, but you need to put in a few extra commands into your command-line somewhere (and you'll be able to take out the --no-adl)

--nscrypt --nfmin 10 --nfmax --starttime 1389430800


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Speedy on April 08, 2014, 08:45:33 PM
I can't get these 7xxx cards running any good on n-scrypt

Asus asus-hd7770-dc-1gd5 (The machine has 8GB Ram)
@echo off
color 0A
REM setx GPU_MAX_ALLOC_PERCENT 200
REM setx GPU_USE_SYNC_OBJECTS 1
vertminer.exe -o stratum+tcp://pool:port -u worker -p pass -I 12 -g 1 -w 256 --thread-concurrency 7300

I get 160khash on cgminer. I get 3-4khash on N-Scrypt

XFX R7790 (The machine has 32GB Ram)

setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
vertminer.exe -o stratum+tcp://pool:port -u worker -p pass -I 18 -g 1 -w 256 --thread-concurrency 6500

I get 200khash on scrypt. I get about 10-12khash on N-Scrypt

Can anyone help me tune up these cards, for scrypt mining.

I seems like the whole thread is 270-280 and 290 cards. PLEASE :D We need some settings for lower cards.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Thirtybird on April 09, 2014, 04:33:36 AM
I can't get these 7xxx cards running any good on n-scrypt

Asus asus-hd7770-dc-1gd5 (The machine has 8GB Ram)
@echo off
color 0A
REM setx GPU_MAX_ALLOC_PERCENT 200
REM setx GPU_USE_SYNC_OBJECTS 1
vertminer.exe -o stratum+tcp://pool:port -u worker -p pass -I 12 -g 1 -w 256 --thread-concurrency 7300

I get 160khash on cgminer. I get 3-4khash on N-Scrypt
I have a 7850M that has the same number of shaders and 1GB of memory.  The best I've got is as follows (you need to use YACMiner to get this rate though)

Code:
yacminer --nscrypt --worksize 64 -g 1 --lookup-gap 2 --buffer-size 670 -X 8 --nfmin 10 --nfmax 30 --starttime 1389430800

about 75 KH/sec with that.  The same settings should work on the 7790 too.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Gazza1 on April 09, 2014, 04:18:57 PM
why can't I get this damn thing to build on xubuntu 13.10

I followed this to a T
http://vertcoin.org/Ubuntu13-10_headless_howto.html

keccak and x11 was cake. this one is a pain in the ass.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: exfodel on April 11, 2014, 05:13:54 AM
I've been poking around the settings, you do not need 4GB ram to run vertminer getting insane amount of hw error. I tried on my gaming rig with 16gb ram still getting hardware error with incorrect setting. imo the ram dun matter that much but you will still need a min of 2gb for scyrpt mining.

Posted from Bitcointa.lk - #lUnzneyLSQy3PPaW


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: vnplasma on April 12, 2014, 03:43:06 AM
Any have config for R9 270x pls. Im Using file *bat.

My Sys:

Win 7
Ram: 4GB
R9 270x


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: mascott on April 12, 2014, 08:25:45 PM
I can't get these 7xxx cards running any good on n-scrypt

Asus asus-hd7770-dc-1gd5 (The machine has 8GB Ram)
@echo off
color 0A
REM setx GPU_MAX_ALLOC_PERCENT 200
REM setx GPU_USE_SYNC_OBJECTS 1
vertminer.exe -o stratum+tcp://pool:port -u worker -p pass -I 12 -g 1 -w 256 --thread-concurrency 7300

I get 160khash on cgminer. I get 3-4khash on N-Scrypt

XFX R7790 (The machine has 32GB Ram)

setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
vertminer.exe -o stratum+tcp://pool:port -u worker -p pass -I 18 -g 1 -w 256 --thread-concurrency 6500

I get 200khash on scrypt. I get about 10-12khash on N-Scrypt

Can anyone help me tune up these cards, for scrypt mining.

I seems like the whole thread is 270-280 and 290 cards. PLEASE :D We need some settings for lower cards.


i have a sapphire 7790 oc edithion 2gb mem running at 1050 core clock and 1600 memory and i get betweeand 119 and 122 khs using vert kev miner 0.5.2 here is my config file

,
"rawintensity" : "3583",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "4479",
"temp-cutoff" : "85",
"expiry" : "30",
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"device" : "0",
"shaders" : "896",
"scrypt-vert" : true
}

if i used any other settings the most i got was between 10 and 15 khs and took me awhile to find that this was the best i could do,,,,my bat file looks like this

@echo off
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
COLOR 0C
timeout /t 4
vertminer.exe -g 3 --failover-only --load-balance

hope this helps you and any other 7790 owners out there, have only just started mining for fun and like a challange with trying all the settings


vertcoin addy
VgcM8Z24va2aGohwkt3X3hMspb9SaXS1o8


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: xy_ on April 14, 2014, 05:21:19 AM
Hello Everybody!

2 X Hd5970
He would be a little problem yet!  pls visit image https://www.dropbox.com/s/912aljtan6so3kc/error.PNG (https://www.dropbox.com/s/912aljtan6so3kc/error.PNG)
Not to see the temperature and the ventilator rev.
Can somebody help?

The --no-adl disables that output.  It appears your mining software isn't really up to date.  YACMiner (in my signature) is capable of mining VertCoin, and has a patch that fixes an adl problem that was similar (maybe the same problem) to yours.  The command line should be similar, but you need to put in a few extra commands into your command-line somewhere (and you'll be able to take out the --no-adl)

--nscrypt --nfmin 10 --nfmax --starttime 1389430800

Thanks for reply!
I was not worth this part of his unfortunately. "--nscrypt --nfmin 10 --nfmax --starttime 1389430800"
I wrote the value in. and mistake.
I paired it MSI afterburner and to see the value.

Other topic
VTC where I can convert it BTC?
BR


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Gazza1 on April 15, 2014, 07:18:47 AM
Why do I get no such file or directory when I ./configure


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: larksshire on April 15, 2014, 10:44:29 PM
@whatthephil
You are a lifesaver!! I was having a baggggilllllionnnn issues, this or that, or one thing or another trying to set up to mine vertcoin. I followed this article to a T (minus minor changes to account for HW differences) and presto! You rock! TYTYTY!!!!!

I am a super-small-scale miner running from a laptop for fun and experience. This is my bat file:

@ECHO off
timeout /t 5
setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
COLOR 0A

vertminer.exe --scrypt-vert -o stratum+tcp://vtc.poolz.net:3333 -u xxxxxxx -p xxxxxxxx -v 1 -w 256 -I 13 -g 1 --lookup-gap 2 --gpu-powertune -20,-20 --auto-fan --temp-overheat 85 --temp-cutoff 90 --gpu-engine 685 --thread-concurrency 3584
PAUSE

THANKS! ;D

http://vertcoin.org (official website)
https://bitcointalk.org/index.php?topic=404364.0 (main thread)

So I feel the need to post this to help any newcomers, after having the worst experience trying to make vertcoin work correctly and getting an optimal amount of Kh/s.

Vertcoin uses a new algorithm: Scrypt-Adaptive-Nfactor (Not scrypt-jane) which results in about half your normal hashrate, and requires different miner settings and a modded miner(vertminer).

------------------------------------------------------------------------------------------------------------------------------------------------------------

Here is a list of things you will need!

1) First things first you need to get the Vertcoin wallet of course! http://vertcoin.org/#wallets

2) Second download VERTMINER-0.5.3 (it is currently not updated with the main website). If you want the latest versions of the miner you have to keep up with the main Vertcoin thread which is quoted below since they don't update the website with the latest version right away! This miner wont give you hardware errors (HW) like the other older versions.

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.

3) Thirdly you will need a GPU (of course), as well as A MINIMUM OF 4GB OF RAM(this is not optional!!!). This is where I had all my problems before. I was running this miner with only 2gb of ram in my system. If you do that you will get tons of Hardware Errors(HW)/Rejected shares, and you wont be able to go above Intensity level of "-I 12". As well as you cant have a Thread Concurrency(TC) that exceeds 6,000. I was only getting a total of 200 Kh/s on my XFX r9 280x. NOW IM GETTINGS 340 KH/s ONCE I PLUGGED IN 8GB INTO MY RIG. SO RAM IS DEFINITELY IMPORTANT. NO ONES SETTINGS WILL WORK FOR YOU IF YOU DO NOT HAVE THIS.

4) Lastly you will need to signup for a pool of your choosing which can be found here: http://vertcoin.com/

----------------------------------------------------------------------------------------------------------------------------------------------------------------

So once you extract the vertminer you then have to go and tweak your settings to best fit your setup. Vertminer gives you both a .bat file and a.conf file EITHER are fine to run the program. I personally use the .bat file to run the miner. To edit either of the files just right click "edit".

Here are my settings for the .bat file. Averaging 340Kh/s on my XFX R9 280x! NO HW(HARDWARE ERRORS)

setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
COLOR 0A

vertminer.exe --scrypt-vert -o stratum+tcp://vertcoinheavyindustries.com:4444 -u xxxx -p xxxxxx -v 1 -w 256 -I 13 -g 2 --lookup-gap 2 --gpu-powertune -20,-20 --temp-overheat 85 --temp-cutoff 90 --gpu-memclock 1500,1500 --gpu-engine 1000,1000 --thread-concurrency 8193



Please post your settings below and any tips to help new comers! Thanks :)

Vertcoin all the way!





Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: JankoSVK on April 22, 2014, 03:24:46 AM
Any idea why 1 of 4 gpu is all the time disabled ?

vertminer.exe --scrypt-vert -o stratum+tcp://coinotron.com:3340 -u xxxxx.x -p x --auto-fan -v 1 -w 256 -I 13 -g 2 --lookup-gap 2 --gpu-powertune -20  --temp-overheat 85 --temp-cutoff 95 --gpu-memclock 1500 --gpu-engine 900 --thread-concurrency 8192

Any help ? THX


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: HarryPotterCoin on April 22, 2014, 05:20:17 AM
Any idea why 1 of 4 gpu is all the time disabled ?

vertminer.exe --scrypt-vert -o stratum+tcp://coinotron.com:3340 -u xxxxx.x -p x --auto-fan -v 1 -w 256 -I 13 -g 2 --lookup-gap 2 --gpu-powertune -20  --temp-overheat 85 --temp-cutoff 95 --gpu-memclock 1500 --gpu-engine 900 --thread-concurrency 8192

Any help ? THX

Have you tried -w 512 -g 1?


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: giantkin on May 06, 2014, 02:26:55 AM
vertminer.exe -o stratum+tcp://stratum.ecurie.io:3333 -u giantkin.c1 -p xo -d 1 --lookup-gap 2 --thread-concurrency 8193 -g 2 -I 13 -w 256 --auto-fan --gpu-fan 30-95 --temp-cutoff 90 --temp-overheat 85 --temp-target 80 --gpu-memclock 1500 --gpu-engine 1020 --gpu-powertune -20 --expiry 1 --scan-time 1 --queue 0
pause

3 280's

The above is working getting roughly 330-350 khs    usually.  however they drop to 100 each, then cycle back up. (temp hits 84 at the 350 range)   only 75ish for the 100 range.

Same setup but all one command the system would freeze after 1hr (to 4 hrs)  and need a hard reset.

this setup running an hr so far.


Why the freezing with all in one.

Why the drop in hash.   Im ok with variable speed etc, but it drops so far, seems kinda odd.


(my device 2 runs hotter than the other 2)
device 0 sometimes needs 2x to start up clean.   (this is the monitor device (tho, no monitor atm))

oh i am running 0.5.2   i noticed, so my next step is to update  the version.   

System 
Win 8.1
4gb ram
2 psu's  550, 850 (2 cards)     (maybe i should put all three on the 850)

Thanks
g

Well, somethings came up on their own...

One of the cards Froze up completely.  I had to RMA it to the manufacturer.  (awaiting response still)

Hope they send back ;)

other 2 cards are running great. Lower temps etc.   1400 between them 700 each  (280 powercolors)

Here's mining!

g


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: BCMan on May 14, 2014, 06:46:01 AM
 Running 0.5.3 on both rigs, 2 gb of ram only. No rejects, no hw errors. What I'm doing wrong?  :) Half of speed with scrypt-n in comparison to normal scrypt. Seems legit.


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Bru on May 21, 2014, 10:26:41 AM
Hey guys, I can't get my mining going  :'(

I got 2 cards : Gigabyte 280x, Asus R9 290 ref.
I am using vertminer 0.5.2
This is my .bat file :

setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
COLOR 0A
vertminer.exe --scrypt-vert -o stratum+tcp://stratum.simplevert.com:3343 -u xxx.worker1 -p x -v 1 -w 256 -I 13,17 -g 2 --lookup-gap 2 --gpu-powertune -20,-20 --temp-overheat 86 --temp-cutoff 90 --gpu-memclock 1500,1500 --gpu-engine 1000,1080 --thread-concurrency 8193,24550

And this is my conf :
{
"pools" : [
   {
      "url" : "stratum+tcp://simplevert.com:3343",
      "user" : "x",
      "pass" : "PASSWORD"
   }   
]
,
"intensity" : "13,17",
"worksize" : "256",
"lookup-gap" : "2",
"gpu-threads" : "2",
"expiry" : "30",
"scan-time" : "5"
}
http://s15.postimg.org/l855ddkm3/vert.png


The 280x card starts and works (althogh kinda low hashrate at ~300), but the 290 doesn't start as you can see. I tried running 2 instances of vertcoin, same result. Donno what else can I try.
I'm running win 7 x64.



Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: peeveepee on May 21, 2014, 11:22:16 AM
Anyone able to get R9 290 card to mine Vertcoin?



Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: dubbya on May 29, 2014, 04:48:52 PM
Does vertminer support multiple gpu-threads on the same rig?  I can't seem to get it to accept more than one value. 
Thanks!


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: Crank80 on June 16, 2014, 04:37:08 PM
Hi.

I've been mining LTC's using this guide; https://www.weminecryptos.com/forum/topic/2187-guide-housing-xubuntu-setup-amd-drivers-kalroth-cgminer-monitoring-and-vbios-flashing/ (https://www.weminecryptos.com/forum/topic/2187-guide-housing-xubuntu-setup-amd-drivers-kalroth-cgminer-monitoring-and-vbios-flashing/)

Will there have to be made any big changes to get it mining VTC (I'm not sure how long I'll be mining VTC's, and don't wanna totally F.U. the rig from going back to LTC's)?

I've read a couple of how-to's about how to get VTC-mining running on Linux, but have I done most of what have to be done since it's already mining LTC? I'm quite a noob on Linux btw.... Have a second computer running Win7, and getting that one to mine VTC's was done in a jiffy.... :)


And since I'm already writing a post, I've been wondering for some time now: If I connect through Putty to the Linux- rig, and start cgminer through putty. If I then disconnect, and reconnect with putty again, how can I bring back up "cgminer-window" (which is already running on that computer) to view temps and stuff like before disconnecting???



Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: GunXpatriot on October 31, 2014, 03:59:05 AM
hi guys, I have two R9 270's (non-x) and copied rafonpro's settings into my .conf file. So then I started vertminer  0.5.4 pre-3. It says it loaded the file, the nsays started vertminer again... Then says...

"Fatal JSON error in configuration file."
"Configuration file could not be used."
"Need to specify at least one pool server"

Then asks me to type it in, and I do. Then it crashes.

Anyone know how to fix this?


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: GunXpatriot on October 31, 2014, 06:30:50 AM
Alright, so I got it working on 0.5.2, but it runs for a few minutes, then either bluescreens me, gives me a white screen, a white screen with kind of "grey bars" on it, or just freezes everything up.

Then it kind of fixed itself, but windows wouldn't respond and I had little "glitchy" artifacts all over the desktop. I keep resetting and it keeps happening. I tried uninstalling drivers and reinstalling, with the latest update, but it's still happening...

Perhaps the other guy was using a different 270 than I was? I hear that other versions had like several thousand more shaders or, something... I'm using Asus R9 270's, and I think the other kind I'm talking about was a Gigabyte? I'm really not sure. I'll try to hunt around, but hopefully someone can help me! Thanks a lot!!


Title: Re: Vertcoin Settings/Configs (How To Mine VertCoin)
Post by: SacredRonin on February 22, 2018, 05:20:22 AM
Can someone please put their vertcoin.conf here for mining from vertcoin-qt.exe or tell me what port to point it to for local mining.

Thanks!