mettalmag
Legendary
Offline
Activity: 1084
Merit: 1003
≡v≡
|
|
November 28, 2016, 07:01:40 PM Last edit: November 28, 2016, 07:28:44 PM by mettalmag |
|
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
Activity: 30
Merit: 0
|
|
November 28, 2016, 07:07:18 PM |
|
SSD faster for zcash mining. 16+ gb swap memory for 5 gpu?
|
|
|
|
l30z1n
Newbie
Offline
Activity: 46
Merit: 0
|
|
November 28, 2016, 07:16:11 PM |
|
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
Activity: 15
Merit: 0
|
|
November 28, 2016, 07:22:17 PM |
|
Definitely ETC + Sia better than Zec currently
|
|
|
|
TheRider
|
|
November 28, 2016, 07:25:58 PM |
|
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
Activity: 98
Merit: 10
|
|
November 28, 2016, 07:27:01 PM |
|
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
Activity: 41
Merit: 0
|
|
November 28, 2016, 07:39:01 PM |
|
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
Activity: 1862
Merit: 1505
|
|
November 28, 2016, 07:42:05 PM |
|
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
Activity: 1260
Merit: 1006
Mine for a Bit
|
|
November 28, 2016, 07:45:16 PM |
|
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?
|
|
|
|
Simon_Grape
Newbie
Offline
Activity: 41
Merit: 0
|
|
November 28, 2016, 07:50:43 PM |
|
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
Activity: 98
Merit: 10
|
|
November 28, 2016, 07:51:43 PM |
|
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 :-P
|
|
|
|
drr0ss
Member
Offline
Activity: 98
Merit: 10
|
|
November 28, 2016, 07:52:58 PM |
|
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
|
|
November 28, 2016, 07:55:32 PM |
|
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 ? Or if this is your main PC just stop mining with it and leave it to be done with dedicated rigs only I also have a 290 on my main PC but never do mining with it... Have a nice day
|
|
|
|
Raja_MBZ
Legendary
Offline
Activity: 1862
Merit: 1505
|
|
November 28, 2016, 07:57:35 PM |
|
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...
|
|
|
|
mettalmag
Legendary
Offline
Activity: 1084
Merit: 1003
≡v≡
|
|
November 28, 2016, 08:04:55 PM |
|
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... it's just.. wrong...
|
|
|
|
l30z1n
Newbie
Offline
Activity: 46
Merit: 0
|
|
November 28, 2016, 08:06:18 PM |
|
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
Activity: 91
Merit: 10
|
|
November 28, 2016, 08:12:27 PM |
|
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... Use - i 4 or -i 3 do not use GPU_FORCE_64BIT_PTR 0
|
|
|
|
fr4nkthetank
Legendary
Offline
Activity: 2294
Merit: 1182
Now the money is free, and so the people will be
|
|
November 28, 2016, 08:13:15 PM |
|
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 ? Or if this is your main PC just stop mining with it and leave it to be done with dedicated rigs only I also have a 290 on my main PC but never do mining with it... Have a nice day disable crossfire.
|
|
|
|
maxmad_x
Sr. Member
Offline
Activity: 546
Merit: 250
It takes a lot to build but not much to lose
|
|
November 28, 2016, 08:15:05 PM |
|
Definitely ETC + Sia better than Zec currently 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
Activity: 46
Merit: 0
|
|
November 28, 2016, 08:22:31 PM |
|
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.
|
|
|
|
|