Bitcoin Forum
June 23, 2024, 03:54:54 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / Re: The big VTC Vertcoin settings thread on: April 29, 2014, 07:25:40 PM
Good afternoon;

That's my first time I try to mine, I wrote some of your configurations and the "best"  Roll Eyes result obtained is:



I've got a Intel Core 2Quad Q8300 with 6 GB of Ram with an Ati Radeon X1950GT.

This is my configuration:

"@echo off
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
COLOR 0A
vertminer.exe --scrypt-vert -o  stratum+tcp://stratum.spaincoinpool.com:3333 -u "User" -p "Password"  --thread-concurrency 8192 -I 13 --shaders 1792 --gpu-engine 1100 --gpu-memclock 1450 --gpu-powertune 20 -w 256 -g 2 --lookup-gap 2 --temp-overheat 85 --temp-cutoff 90 "



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

For Vertminter configuration:

{
"pools" : [
   {
      "url" : "stratum+tcp://stratum.spaincoinpool.com:3333 -u "User"  -p "Password" ",
      "user" : "User",
      "pass" : "Password"
   }
]
,

"intensity" : "18",
"vectors" : "1",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "22400",
"shaders" : "1792",
"gpu-engine" : "1000",
"gpu-fan" : "60",
"gpu-memclock" : "1400",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "10",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}


Obviously, I've changed User and Password for my real name of worker.

Some help, please?
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!