Bitcoin Forum
May 06, 2024, 11:27:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 [51] 52 53 »
  Print  
Author Topic: The big VTC Vertcoin settings thread  (Read 264167 times)
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
May 15, 2014, 02:06:56 PM
 #1001

I cut-and-pasted your R9-280x settings into my vertminer.conf file.
It went down from about 260KHs to about 185ksh with the new settings.
I have a different brand gpu though. Could it make that much difference?
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
May 15, 2014, 04:07:58 PM
 #1002

What exactly is "Modded 13.12 WHQL drivers"?
I downloaded the latest drivers from the AMD site. Is this somthing custom from somewhere else?
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
May 15, 2014, 04:43:47 PM
 #1003

No luck trying to get vertminer to work on 4x 7850s. Suggestions?

"api-allow" : "W:127.0.0.1",
"api-listen": true,
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "1",
"gpu-dyninterval" : "7",
"gpu-engine" : "0",
"gpu-fan" : "0-85",
"gpu-platform" : "0",
"gpu-memclock" : "0",
"gpu-powertune" : "0",
"gpu-threads" : "2",
"intensity" : "8",
"lookup-gap" : "2",
"no-pool-disable" : true,
"no-submit-stale" : true,
"queue" : "1",
"scan-time" : "1",
"temp-cutoff" : "85",
"temp-hysteresis" : "1",
"temp-overheat" : "80",
"temp-target" : "75",
"thread-concurrency" : "4096",
"vectors" : "1",
"worksize" : "64"
Lucky Cris
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
May 15, 2014, 04:49:40 PM
 #1004

Have you tried using just one card to test the settings?

No luck trying to get vertminer to work on 4x 7850s. Suggestions?

Lucky Cris
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
May 15, 2014, 04:50:58 PM
 #1005

I cut-and-pasted your R9-280x settings into my vertminer.conf file.
It went down from about 260KHs to about 185ksh with the new settings.
I have a different brand gpu though. Could it make that much difference?

Most def!

mrpark
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
May 15, 2014, 05:01:59 PM
 #1006

Well, I upgraded to the latest build of Vertcoin, now I have 2 GPUs that hash at only 30k. I guess that proves it something with my config.

BTC: 1JDjCGtxtxoZ46XgTqUoXBDxNFKwcsEmik
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
May 15, 2014, 05:02:05 PM
 #1007

I cut-and-pasted your R9-280x settings into my vertminer.conf file.
It went down from about 260KHs to about 185ksh with the new settings.
I have a different brand gpu though. Could it make that much difference?

Most def!
Bummer. Ill have to get the brand details and search this thread to see if any others have matching HW.
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
May 15, 2014, 05:02:52 PM
 #1008

Have you tried using just one card to test the settings?

No luck trying to get vertminer to work on 4x 7850s. Suggestions?

I could try that tonight.
Lucky Cris
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
May 15, 2014, 05:08:48 PM
 #1009

I cut-and-pasted your R9-280x settings into my vertminer.conf file.
It went down from about 260KHs to about 185ksh with the new settings.
I have a different brand gpu though. Could it make that much difference?

Most def!
Bummer. Ill have to get the brand details and search this thread to see if any others have matching HW.

It's much easier if you begin by tuning just one card (at least for me). I suggest to dump these parameters; delete the config file, and build your own. Do you have a .bat created to start cgminer?

usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
May 15, 2014, 05:20:49 PM
 #1010

I do:
Mine.bat:
mode CON cols=96 lines=32
timeout /t 60
set DT=C:\Users\miner\Desktop
set VMINER=%DT%\vertminer-0.5.3

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del %DT%\*.bin

%VMINER%\vertminer --scrypt-vert

pause             

However, I don't know how to fit all those options on the comamnd line, which is why I have always used the conf file.
Are you suggesting that I just start vertminer with just the -o/-O options and nothing else?
Lucky Cris
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
May 15, 2014, 05:30:13 PM
 #1011

Yes.... with the caveat that I'm not familiar with this software Smiley  That's what I do with cgminer. Let me try to find something that might work...

Is there an option to Write your settings using vertminer? If so, that's the option that creates your personal config file. Also, delete all the .bin files from the location you have the miner before you start. The .bin will tell you your TC.

I do:
Mine.bat:
mode CON cols=96 lines=32
timeout /t 60
set DT=C:\Users\miner\Desktop
set VMINER=%DT%\vertminer-0.5.3

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del %DT%\*.bin

%VMINER%\vertminer --scrypt-vert

pause             

However, I don't know how to fit all those options on the comamnd line, which is why I have always used the conf file.
Are you suggesting that I just start vertminer with just the -o/-O options and nothing else?

Lucky Cris
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
May 15, 2014, 05:52:59 PM
 #1012

Copy this exactly. Only changing what's underlined:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
vertminer.exe --scrypt -o stratum+tcp://your pool:PORT -u MyUsername -p MyPassword

But before you run, delete the old config file and all .bin files. If it works, go into settings to write your own config file. Once it's generated, you can tinkle with the settings. You don't have to put your parameters in your .bat

Let me know if it works.

I do:
Mine.bat:
mode CON cols=96 lines=32
timeout /t 60
set DT=C:\Users\miner\Desktop
set VMINER=%DT%\vertminer-0.5.3

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del %DT%\*.bin

%VMINER%\vertminer --scrypt-vert

pause             

However, I don't know how to fit all those options on the comamnd line, which is why I have always used the conf file.
Are you suggesting that I just start vertminer with just the -o/-O options and nothing else?

usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
May 15, 2014, 05:55:30 PM
 #1013

Copy this exactly. Only changing what's underlined:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
vertminer.exe --scrypt -o stratum+tcp://your pool:PORT -u MyUsername -p MyPassword

But before you run, delete the old config file and all .bin files. If it works, go into settings to write your own config file. Once it's generated, you can tinkle with the settings. You don't have to put your parameters in your .bat

Let me know if it works.

Ok, ran that exact command (except used --scrypt-vert) and got only 1 out of 4 gpus running. It came up to 116KH/s (30% of Scrypt speed). Other GPUs still show as Failed/OFF.
Tried to enable them, but they just stayed at 0KHs.

vertminer --scrypt-vert -o stratum+tcp://vtc.give-me-coins.com:3337 -O usao.M4:x
Lucky Cris
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
May 15, 2014, 06:03:23 PM
 #1014

Copy this exactly. Only changing what's underlined:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
vertminer.exe --scrypt -o stratum+tcp://your pool:PORT -u MyUsername -p MyPassword

But before you run, delete the old config file and all .bin files. If it works, go into settings to write your own config file. Once it's generated, you can tinkle with the settings. You don't have to put your parameters in your .bat

Let me know if it works.

Ok, ran that exact command (except used --scrypt-vert) and got only 1 out of 4 gpus running. It came up to 116KH/s (30% of Scrypt speed). Other GPUs still show as Failed/OFF.
Tried to enable them, but they just stayed at 0KHs.

vertminer --scrypt-vert -o stratum+tcp://vtc.give-me-coins.com:3337 -O usao.M4:x

Whoops! I forgot to add the -vert, nice catch!

So we have a great start then Smiley  before you write your config (if you have, just delete the file and .bin again), disconnect all but one card and try again. If it works, write your config file. Now you can begin to tweak your settings in your file, use the .bin generated to grab your thread concurrency. Work with just this one card until you find the optimum settings. Once you're satisfied, shut down and add another card and run your .bat. If it works, remember to write your config file again Smiley  and you should tweak the parameters on the second card as well - sometimes even the same card might have slightly different values.

usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
May 15, 2014, 06:10:23 PM
 #1015

Copy this exactly. Only changing what's underlined:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
vertminer.exe --scrypt -o stratum+tcp://your pool:PORT -u MyUsername -p MyPassword

But before you run, delete the old config file and all .bin files. If it works, go into settings to write your own config file. Once it's generated, you can tinkle with the settings. You don't have to put your parameters in your .bat

Let me know if it works.

Ok, ran that exact command (except used --scrypt-vert) and got only 1 out of 4 gpus running. It came up to 116KH/s (30% of Scrypt speed). Other GPUs still show as Failed/OFF.
Tried to enable them, but they just stayed at 0KHs.

vertminer --scrypt-vert -o stratum+tcp://vtc.give-me-coins.com:3337 -O usao.M4:x

Whoops! I forgot to add the -vert, nice catch!

So we have a great start then Smiley  before you write your config (if you have, just delete the file and .bin again), disconnect all but one card and try again. If it works, write your config file. Now you can begin to tweak your settings in your file, use the .bin generated to grab your thread concurrency. Work with just this one card until you find the optimum settings. Once you're satisfied, shut down and add another card and run your .bat. If it works, remember to write your config file again Smiley  and you should tweak the parameters on the second card as well - sometimes even the same card might have slightly different values.

I won't be able to unplug the other GPUs till I get home tonight.
But I did notice somthing I though was odd.
Even though I deleted the BIN files, I saw that the gpu settings were persisting from the last run of Scrypt (LTC).
Same engine/memory and intensity settings anyhow.
Is there anything other than the BIN file which would cause the GPU to retain settings?
Lucky Cris
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
May 15, 2014, 06:29:56 PM
 #1016

Is there anything other than the BIN file which would cause the GPU to retain settings?

It seems like there is another file. Are you able to compare the files in the folder you're using against what came in the original? That might be worth a shot.

You don't have your LTC files in the same folder, do you?

usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
May 15, 2014, 07:46:15 PM
 #1017

Is there anything other than the BIN file which would cause the GPU to retain settings?

It seems like there is another file. Are you able to compare the files in the folder you're using against what came in the original? That might be worth a shot.

You don't have your LTC files in the same folder, do you?
No, cgminer and vertminer are each in their own directory. I did a global search of C: for additional BINs and didn't find any.
Im wondering if it's the GPU or OS which needs to reboot to clear the settings.
Between these vertminer tests, I have been running the GPU's on Scrypt to keep them busy, so I may try a reboot tonight then startup the single-line command and see where the GPUs land.
ManeBjorn
Legendary
*
Offline Offline

Activity: 1288
Merit: 1004



View Profile
May 15, 2014, 09:11:51 PM
Last edit: May 15, 2014, 09:51:31 PM by ManeBjorn
 #1018

does anyone have a good setup for Sapphire 280X Dual's for solo mining??
Yes I know solo mining is nuts but I want to test it and see if I can get it to work.
I keep getting this error.
Code:

 [2014-05-15 17:10:12] Started vertminer 0.5.3
 [2014-05-15 17:10:12] Started vertminer 0.5.3
 [2014-05-15 17:10:12] Probing for an alive pool
 [2014-05-15 17:10:16] Pool 0 slow/down or URL or credentials invalid



This is my init.  Yes the wallet is open.
Code:
vertminer --scrypt-vert   -o 127.0.0.1:5989 -u user -p password

Thanks for the help.

Lucky Cris
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
May 15, 2014, 11:53:04 PM
 #1019

Is there anything other than the BIN file which would cause the GPU to retain settings?

It seems like there is another file. Are you able to compare the files in the folder you're using against what came in the original? That might be worth a shot.

You don't have your LTC files in the same folder, do you?
No, cgminer and vertminer are each in their own directory. I did a global search of C: for additional BINs and didn't find any.
Im wondering if it's the GPU or OS which needs to reboot to clear the settings.
Between these vertminer tests, I have been running the GPU's on Scrypt to keep them busy, so I may try a reboot tonight then startup the single-line command and see where the GPUs land.

Good deal. Keep us posted!

Lucky Cris
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
May 15, 2014, 11:54:49 PM
 #1020

Hmmm.. I solo mined for about 2 days on a CPU back in the day. I recall there being some type of server setting? Like server 1? Can't recall off hand, but I may be able to find something out.

does anyone have a good setup for Sapphire 280X Dual's for solo mining??
Yes I know solo mining is nuts but I want to test it and see if I can get it to work.
I keep getting this error.
Code:

 [2014-05-15 17:10:12] Started vertminer 0.5.3
 [2014-05-15 17:10:12] Started vertminer 0.5.3
 [2014-05-15 17:10:12] Probing for an alive pool
 [2014-05-15 17:10:16] Pool 0 slow/down or URL or credentials invalid



This is my init.  Yes the wallet is open.
Code:
vertminer --scrypt-vert   -o 127.0.0.1:5989 -u user -p password

Thanks for the help.

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 [51] 52 53 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!