Bitcoin Forum
October 08, 2024, 06:23:25 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: Vertcoin Settings/Configs (How To Mine VertCoin) 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! Grin

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 Smiley

Vertcoin all the way!



Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!