Bitcoin Forum
August 25, 2024, 11:10:37 PM *
News: All versions of Windows are affected by a critical security bug; make sure you update.
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / Re: The big VTC Vertcoin settings thread on: March 09, 2014, 05:31:06 AM
Arkanius, you have two different settings for thread concurrency in your bat file and conf. I don't think that will help things. Also, on some versions of vertminer gpu-threads can have a big impact on HW errors. A tc of 21568 seems quite high for a R9 270, especially with 2 gpu-threads. 12000-15000 would be ok with 1 thread, ~6000-7000? for 2 threads.

Have a look at other settings for the R9 270 here: http://www.verters.com/vertcoin-hardware-list

Persenally, I installed the thekev vertminer and used the example settings from the OP. Worked straight away for 230 kh/s, no messing required.

If that helped I can PM you my darkcoin address.
I didn't even know there was a vertcoin hardware comparison chart. I'm toying around with bamt trying to see how it works so my main rig is down at the moment. While I can't test the settings(yet) this will help me colossally with my current and future builds.  Send me your darkcoin address and I'll send you 10 instead of the 5 promised darkcoins.
2  Alternate cryptocurrencies / Altcoin Discussion / Re: The big VTC Vertcoin settings thread on: March 04, 2014, 08:24:29 AM


I have same cards. My settings (after pools):
Code:
"failover-only" : true,
"no-submit-stale" : true,
"auto-fan" : true,
"gpu-fan" : "25-100",
"temp-target" : "70",
"intensity" : "12",
"gpu-threads" : "2",
"thread-concurrency" : "4096",
"worksize" : "256",
"lookup-gap" : "2",
"gpu-engine" : "1070",
"gpu-memclock" : "1500",
"queue" : "0",
"expiry" : "1",
"scan-time" : "1",
"scrypt" : true

speed is 180-190kh
same result on 1070/1440 memlock. Also try 950/1250 for test to exclude overclock problems.
Also I've tried:
Code:
"intensity" : "16",
"gpu-threads" : "1",
"thread-concurrency" : "14144",
but it works only on rig with 4gb ram (on 2gb it didn't start) and give alittle more speed but more stale shares, so my choise is the first settings

you also should use in your bat-file:
Code:
cgminer -c cgminer.conf
don't add any settings to command line - all settings should be in conf-file

my DRK wallet if my info helped: XfXGXPFEKXY6uXDkCoEQJj3EfFAY6F7N6J
Tried running the settings, keeps giving me this.

This is the way I have my miner setup, did I screw any settings up such as a misplaced comma or something?


3  Alternate cryptocurrencies / Altcoin Discussion / Re: The big VTC Vertcoin settings thread on: March 03, 2014, 09:53:15 AM
I will give 5 darkcoins(its what I have) to whoever helps me get vertminer working. I've tried several settings but nothing I do works. Vertminer just crashes, refuses to start, tells me there's no pools, or gives me some sort error no matter what I try. I've deleted almost every settings combo I've tried so I can't replicate the variety of errors I've received. All I want is for the damn thing to just work, while I would greatly appreciate settings advice functionality is much more important to me.

GPU 0: Gigabyte R9 270
GPU 1: Gigabyte R9 270
CPU: AMD Athlon X4 750K Trinity 3.4GHz quad core
RAM: 8 Gb(4Gb x2) 2133 Mhz Gskill Sniper
Motherboard: Gigabyte AMD FM2+/FM2 A88X (GA-F2A88X-UP4)
Operating system: Windows 7 64 bit
Catalsk Driver version: 13.12
Vert miner version: 0.5.2

These are my settings for the Kalroth Version of Cgminer(I deleted all the failed vertminer settings except for the pools). How exactly would I change these settings to get them to work on vertminer?


Bat File:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
timeout /t 4
cgminer.exe --scrypt --thread-concurrency 21568 --no-submit-stale --gpu-engine 1145 --gpu-memclock 1500 --lookup-gap 2 --temp-target 72 --auto-fan


Conf File:
{
"pools" : [
        {
                "url" : "stratum+tcp://p2pool.get-vert.com:9171",
                "user" : "wallet receive address",
                "pass" : "password"
        },
        {
                "url" : "stratum+tcp://us-east.pool.vertcoin.io:9171",
                "user" : "wallet receive address",
                "pass" : "password"
        }
]
,
"intensity" : "17",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "8193",
"temp-cutoff" : "90",
"expiry" : "1",
"failover-only" : true,
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"device" : "0, 1",
"gpu-threads" : "2"
}

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!