Bitcoin Forum
May 25, 2024, 06:00:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 [303] 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 ... 760 »
  Print  
Author Topic: Claymore's ZCash/BTG AMD GPU Miner v12.6 (Windows/Linux)  (Read 3839043 times)
mettalmag
Legendary
*
Offline Offline

Activity: 1084
Merit: 1003


≡v≡


View Profile
November 28, 2016, 07:01:40 PM
Last edit: November 28, 2016, 07:28:44 PM by mettalmag
 #6041

What would the bat file/exe file look like?

When my RIG accidentally restarts windows, how should I write the bat file/exe file to start Claymore automatically for 1900 mem and 1300 core?


Does this look right for the bat file:

GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100
ZecMiner64.exe -zpool pool -zwal wallet.name -zpsw x -i 6,6,6,6,6,6,6 -mclock 1900 -cclock 1300

How do I get the Rig to start the Claymore file automatically after restarting?

-i 6 is enough if all cards must run on 6
I think you should add SETX (not startx, sorry) command to all GPU commands
To start miner automatically after restarting create a shortcut of the .bat file on desktop and then add it to windows startup folder (you can find startup folder either in start menu or type in run shell:startup)
For mems and clock I think you should create a profile in wattman tool and save those settings there
Relaqs
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
November 28, 2016, 07:07:18 PM
 #6042

SSD faster for zcash mining. 16+ gb swap memory for 5 gpu?
l30z1n
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
November 28, 2016, 07:16:11 PM
 #6043

Guys, I need some help. I have a system with 5 GPUs, and I want to add one more (R9 390) to complete the 6 slots. My whole system is:


-ASROCK H81 PRO BTC
- Intel Celeron G1820
- 8GB RAM

GPUs:

- MSI R9 390 gaming 8G
- MSI R9 290x gaming 4G
- Gigabyte R9 290 reference
- Gigabyte RX 480 8GB refence
- XFX RX 480 8GB double dissipation with 8 pin

PSU:

- Cougar GX800 (holding motherboard and all rises + R9 390 and R9 290X)
- CX 750 (holding R9 290 and both RX 480)

The question is, do I need to upgrade the PSU or are these two already able to get the job done?

*If anyone has any tips on how to redistribute energy between the PSUs. Please, feel free to talk.
Tom0098
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
November 28, 2016, 07:22:17 PM
 #6044

Definitely ETC + Sia better than Zec currently  Sad
TheRider
Full Member
***
Offline Offline

Activity: 157
Merit: 100


View Profile
November 28, 2016, 07:25:58 PM
 #6045

Guys, I need some help. I have a system with 5 GPUs, and I want to add one more (R9 390) to complete the 6 slots. My whole system is:


-ASROCK H81 PRO BTC
- Intel Celeron G1820
- 8GB RAM

GPUs:

- MSI R9 390 gaming 8G
- MSI R9 290x gaming 4G
- Gigabyte R9 290 reference
- Gigabyte RX 480 8GB refence
- XFX RX 480 8GB double dissipation with 8 pin

PSU:

- Cougar GX800 (holding motherboard and all rises + R9 390 and R9 290X)
- CX 750 (holding R9 290 and both RX 480)

The question is, do I need to upgrade the PSU or are these two already able to get the job done?

*If anyone has any tips on how to redistribute energy between the PSUs. Please, feel free to talk.


Are you already running it with 5 GPUs? Can you give more details regarding BIOS mods, voltage and clock mods? This will help give you more useful advice.

With that setup, I would be leaning toward adding the sixth card (390) under the CX 750 PSU.

Best thing you can do is measure power usage at the wall for each card individually, then do the math to figure out your best possible power distribution.
drr0ss
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
November 28, 2016, 07:27:01 PM
 #6046

What would the bat file/exe file look like?

When my RIG accidentally restarts windows, how should I write the bat file/exe file to start Claymore automatically for 1900 mem and 1300 core?


Does this look right for the bat file:

GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100
ZecMiner64.exe -zpool pool -zwal wallet.name -zpsw x -i 6,6,6,6,6,6,6 -mclock 1900 -cclock 1300

How do I get the Rig to start the Claymore file automatically after restarting?

Put shortcut for .bat or .cmd file with configuration there: Runn=> %programdata%\Microsoft\Windows\Start Menu\Programs\StartUp

This doesn't mean nothing:
GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

The right settings are:
SET GPU_FORCE_64BIT_PTR=0
SET GPU_MAX_HEAP_SIZE=100
SET GPU_USE_SYNC_OBJECTS=1
SET GPU_MAX_ALLOC_PERCENT=100
SET GPU_SINGLE_ALLOC_PERCENT=100
(for current CMD environment)

or
SETX GPU_FORCE_64BIT_PTR 0
SETX GPU_MAX_HEAP_SIZE 100
SETX GPU_USE_SYNC_OBJECTS 1
SETX GPU_MAX_ALLOC_PERCENT 100
SETX GPU_SINGLE_ALLOC_PERCENT 100
(adding permanet to a registry user env.)
Simon_Grape
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
November 28, 2016, 07:39:01 PM
 #6047

Guys, I need some help. I have a system with 5 GPUs, and I want to add one more (R9 390) to complete the 6 slots. My whole system is:


-ASROCK H81 PRO BTC
- Intel Celeron G1820
- 8GB RAM

GPUs:

- MSI R9 390 gaming 8G
- MSI R9 290x gaming 4G
- Gigabyte R9 290 reference
- Gigabyte RX 480 8GB refence
- XFX RX 480 8GB double dissipation with 8 pin

PSU:

- Cougar GX800 (holding motherboard and all rises + R9 390 and R9 290X)
- CX 750 (holding R9 290 and both RX 480)

The question is, do I need to upgrade the PSU or are these two already able to get the job done?

*If anyone has any tips on how to redistribute energy between the PSUs. Please, feel free to talk.


Depends on your watt usage - looks like it you have enough power between both your PSU's - I'd put your Mobo and 2 GPU's on the 750W and then power the the 4 remaining GPU's with the 800. If $$ is not an issue the I'd get new Gold or better 1300W to 1600W.
Raja_MBZ
Legendary
*
Offline Offline

Activity: 1862
Merit: 1505



View Profile
November 28, 2016, 07:42:05 PM
 #6048

Hey Claymore, ever since I've started to use the new v8, I've been facing many crashes while using Photoshop or any other such software. It's really annoying and I've tried all the possible intensities as well as other overclocking stuff, but unable to fix it. One thing I've done along the usage of your new version is the driver update. Do you think that it could be happening because of the new driver version of Crimson or is it any known issue of your new miner's version?

Using RX 480's by the way...
AriesIV10
Legendary
*
Offline Offline

Activity: 1260
Merit: 1006


Mine for a Bit


View Profile WWW
November 28, 2016, 07:45:16 PM
 #6049

What would the bat file/exe file look like?

When my RIG accidentally restarts windows, how should I write the bat file/exe file to start Claymore automatically for 1900 mem and 1300 core?


Does this look right for the bat file:

GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100
ZecMiner64.exe -zpool pool -zwal wallet.name -zpsw x -i 6,6,6,6,6,6,6 -mclock 1900 -cclock 1300

How do I get the Rig to start the Claymore file automatically after restarting?

Put shortcut for .bat or .cmd file with configuration there: Runn=> %programdata%\Microsoft\Windows\Start Menu\Programs\StartUp

This doesn't mean nothing:
GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

The right settings are:
SET GPU_FORCE_64BIT_PTR=0
SET GPU_MAX_HEAP_SIZE=100
SET GPU_USE_SYNC_OBJECTS=1
SET GPU_MAX_ALLOC_PERCENT=100
SET GPU_SINGLE_ALLOC_PERCENT=100
(for current CMD environment)

or
SETX GPU_FORCE_64BIT_PTR 0
SETX GPU_MAX_HEAP_SIZE 100
SETX GPU_USE_SYNC_OBJECTS 1
SETX GPU_MAX_ALLOC_PERCENT 100
SETX GPU_SINGLE_ALLOC_PERCENT 100
(adding permanet to a registry user env.)



Cool!  Here is what I am understanding for the bat file:

SETX GPU_FORCE_64BIT_PTR 0
SETX GPU_MAX_HEAP_SIZE 100
SETX GPU_USE_SYNC_OBJECTS 1
SETX GPU_MAX_ALLOC_PERCENT 100
SETX GPU_SINGLE_ALLOC_PERCENT 100
ZecMiner64.exe -zpool us1-zcash.flypool.org:3333 -zwal t1RqoKSrBQ3ML2NsXwcvGR2KWheek3Q7dR2.name -zpsw x -i 6 -mclock 1900 -cclock 1300

I am thinking that adding this would get the mem and core set to what I want the gpu's to run at the appropriate frequency.  I normally use afterburner to set these, but in a loss of power situation I am not there: -mclock 1900 -cclock 1300 "should" work?

I am also adding a shortcut to the bat file in the windows startup to start the bat file if the computer should have a power outage.   

Does this look good?

BTC Address (Donations):  3LepZAju88ZRuNVD4cS6Xv5hKyKrjvirkB     Website:  www.MintMining.com
Email: Mining@MintMining.com      Power Supplies: https://bit.ly/2TtvdOR
Simon_Grape
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
November 28, 2016, 07:50:43 PM
 #6050

Hey Claymore, ever since I've started to use the new v8, I've been facing many crashes while using Photoshop or any other such software. It's really annoying and I've tried all the possible intensities as well as other overclocking stuff, but unable to fix it. One thing I've done along the usage of your new version is the driver update. Do you think that it could be happening because of the new driver version of Crimson or is it any known issue of your new miner's version?

Using RX 480's by the way...

Dude, you can't mine and use photoshop on the same GPU at the same time. It's one or the other.
drr0ss
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
November 28, 2016, 07:51:43 PM
 #6051

What would the bat file/exe file look like?

When my RIG accidentally restarts windows, how should I write the bat file/exe file to start Claymore automatically for 1900 mem and 1300 core?


Does this look right for the bat file:

GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100
ZecMiner64.exe -zpool pool -zwal wallet.name -zpsw x -i 6,6,6,6,6,6,6 -mclock 1900 -cclock 1300

How do I get the Rig to start the Claymore file automatically after restarting?

Put shortcut for .bat or .cmd file with configuration there: Runn=> %programdata%\Microsoft\Windows\Start Menu\Programs\StartUp

This doesn't mean nothing:
GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

The right settings are:
SET GPU_FORCE_64BIT_PTR=0
SET GPU_MAX_HEAP_SIZE=100
SET GPU_USE_SYNC_OBJECTS=1
SET GPU_MAX_ALLOC_PERCENT=100
SET GPU_SINGLE_ALLOC_PERCENT=100
(for current CMD environment)

or
SETX GPU_FORCE_64BIT_PTR 0
SETX GPU_MAX_HEAP_SIZE 100
SETX GPU_USE_SYNC_OBJECTS 1
SETX GPU_MAX_ALLOC_PERCENT 100
SETX GPU_SINGLE_ALLOC_PERCENT 100
(adding permanet to a registry user env.)



Cool!  Here is what I am understanding for the bat file:

SETX GPU_FORCE_64BIT_PTR 0
SETX GPU_MAX_HEAP_SIZE 100
SETX GPU_USE_SYNC_OBJECTS 1
SETX GPU_MAX_ALLOC_PERCENT 100
SETX GPU_SINGLE_ALLOC_PERCENT 100
ZecMiner64.exe -zpool us1-zcash.flypool.org:3333 -zwal t1RqoKSrBQ3ML2NsXwcvGR2KWheek3Q7dR2.name -zpsw x -i 6 -mclock 1900 -cclock 1300

I am thinking that adding this would get the mem and core set to what I want the gpu's to run at the appropriate frequency.  I normally use afterburner to set these, but in a loss of power situation I am not there: -mclock 1900 -cclock 1300 "should" work?

I am also adding a shortcut to the bat file in the windows startup to start the bat file if the computer should have a power outage.   

Does this look good?

You are a winner Smiley :-P
drr0ss
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
November 28, 2016, 07:52:58 PM
 #6052

Hey Claymore, ever since I've started to use the new v8, I've been facing many crashes while using Photoshop or any other such software. It's really annoying and I've tried all the possible intensities as well as other overclocking stuff, but unable to fix it. One thing I've done along the usage of your new version is the driver update. Do you think that it could be happening because of the new driver version of Crimson or is it any known issue of your new miner's version?

Using RX 480's by the way...

Dude, you can't mine and use photoshop on the same GPU at the same time. It's one or the other.

Better to use 3D Studio, or Maya 3D instead of Photoshop :-P
Kartoff
Full Member
***
Offline Offline

Activity: 187
Merit: 100


View Profile
November 28, 2016, 07:55:32 PM
 #6053

Hey Claymore, ever since I've started to use the new v8, I've been facing many crashes while using Photoshop or any other such software. It's really annoying and I've tried all the possible intensities as well as other overclocking stuff, but unable to fix it. One thing I've done along the usage of your new version is the driver update. Do you think that it could be happening because of the new driver version of Crimson or is it any known issue of your new miner's version?

Using RX 480's by the way...

Dude WTF ?!?!? Why did you try to use Photoshop on a mining rig Huh? Or if this is your main PC just stop mining with it and leave it to be done with dedicated rigs only Wink I also have a 290 on my main PC but never do mining with it... Have a nice day Smiley
Raja_MBZ
Legendary
*
Offline Offline

Activity: 1862
Merit: 1505



View Profile
November 28, 2016, 07:57:35 PM
 #6054

Hey Claymore, ever since I've started to use the new v8, I've been facing many crashes while using Photoshop or any other such software. It's really annoying and I've tried all the possible intensities as well as other overclocking stuff, but unable to fix it. One thing I've done along the usage of your new version is the driver update. Do you think that it could be happening because of the new driver version of Crimson or is it any known issue of your new miner's version?

Using RX 480's by the way...

Dude, you can't mine and use photoshop on the same GPU at the same time. It's one or the other.

Better to use 3D Studio, or Maya 3D instead of Photoshop :-P

Well I've been always able to use it with ease with the older version of zcash miner as well as with the current ethereum miner of Claymore... Roll Eyes
mettalmag
Legendary
*
Offline Offline

Activity: 1084
Merit: 1003


≡v≡


View Profile
November 28, 2016, 08:04:55 PM
 #6055

Hey Claymore, ever since I've started to use the new v8, I've been facing many crashes while using Photoshop or any other such software. It's really annoying and I've tried all the possible intensities as well as other overclocking stuff, but unable to fix it. One thing I've done along the usage of your new version is the driver update. Do you think that it could be happening because of the new driver version of Crimson or is it any known issue of your new miner's version?

Using RX 480's by the way...

Dude, you can't mine and use photoshop on the same GPU at the same time. It's one or the other.

Better to use 3D Studio, or Maya 3D instead of Photoshop :-P

Well I've been always able to use it with ease with the older version of zcash miner as well as with the current ethereum miner of Claymore... Roll Eyes
it's just.. wrong...
l30z1n
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
November 28, 2016, 08:06:18 PM
 #6056

Guys, I need some help. I have a system with 5 GPUs, and I want to add one more (R9 390) to complete the 6 slots. My whole system is:


-ASROCK H81 PRO BTC
- Intel Celeron G1820
- 8GB RAM

GPUs:

- MSI R9 390 gaming 8G
- MSI R9 290x gaming 4G
- Gigabyte R9 290 reference
- Gigabyte RX 480 8GB refence
- XFX RX 480 8GB double dissipation with 8 pin

PSU:

- Cougar GX800 (holding motherboard and all rises + R9 390 and R9 290X)
- CX 750 (holding R9 290 and both RX 480)

The question is, do I need to upgrade the PSU or are these two already able to get the job done?

*If anyone has any tips on how to redistribute energy between the PSUs. Please, feel free to talk.


Are you already running it with 5 GPUs? Can you give more details regarding BIOS mods, voltage and clock mods? This will help give you more useful advice.

With that setup, I would be leaning toward adding the sixth card (390) under the CX 750 PSU.

Best thing you can do is measure power usage at the wall for each card individually, then do the math to figure out your best possible power distribution.


Yes, i'm already minning with 5 GPUs. I'm not using Bios mods, just a few overclock without volts increasing.


I do not remember very well, but once I got to measure with afterbuner and the resultators were like 100W each RX480 and 180W each other 3 GPUS.
Jinx99
Member
**
Offline Offline

Activity: 91
Merit: 10



View Profile
November 28, 2016, 08:12:27 PM
 #6057

Well I've been always able to use it with ease with the older version of zcash miner as well as with the current ethereum miner of Claymore... Roll Eyes
Use - i 4 or -i 3
do not use GPU_FORCE_64BIT_PTR 0

fr4nkthetank
Legendary
*
Offline Offline

Activity: 2294
Merit: 1182


Now the money is free, and so the people will be


View Profile
November 28, 2016, 08:13:15 PM
 #6058

Hey Claymore, ever since I've started to use the new v8, I've been facing many crashes while using Photoshop or any other such software. It's really annoying and I've tried all the possible intensities as well as other overclocking stuff, but unable to fix it. One thing I've done along the usage of your new version is the driver update. Do you think that it could be happening because of the new driver version of Crimson or is it any known issue of your new miner's version?

Using RX 480's by the way...

Dude WTF ?!?!? Why did you try to use Photoshop on a mining rig Huh? Or if this is your main PC just stop mining with it and leave it to be done with dedicated rigs only Wink I also have a 290 on my main PC but never do mining with it... Have a nice day Smiley

disable crossfire.
maxmad_x
Sr. Member
****
Offline Offline

Activity: 546
Merit: 250


It takes a lot to build but not much to lose


View Profile
November 28, 2016, 08:15:05 PM
 #6059

Definitely ETC + Sia better than Zec currently  Sad

is SIA worth mining anymore? The electricity cost due to each card pulling 15W more is almost equal to the price of SIA
l30z1n
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
November 28, 2016, 08:22:31 PM
 #6060

Guys, I need some help. I have a system with 5 GPUs, and I want to add one more (R9 390) to complete the 6 slots. My whole system is:


-ASROCK H81 PRO BTC
- Intel Celeron G1820
- 8GB RAM

GPUs:

- MSI R9 390 gaming 8G
- MSI R9 290x gaming 4G
- Gigabyte R9 290 reference
- Gigabyte RX 480 8GB refence
- XFX RX 480 8GB double dissipation with 8 pin

PSU:

- Cougar GX800 (holding motherboard and all rises + R9 390 and R9 290X)
- CX 750 (holding R9 290 and both RX 480)

The question is, do I need to upgrade the PSU or are these two already able to get the job done?

*If anyone has any tips on how to redistribute energy between the PSUs. Please, feel free to talk.


Depends on your watt usage - looks like it you have enough power between both your PSU's - I'd put your Mobo and 2 GPU's on the 750W and then power the the 4 remaining GPU's with the 800. If $$ is not an issue the I'd get new Gold or better 1300W to 1600W.

Nope, $$ is a big issue, LOL. I'll follow your tip and change my mobo to 750W PSU, thanks.
Pages: « 1 ... 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 [303] 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 ... 760 »
  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!