Author

Topic: Claymore's ZCash/BTG AMD GPU Miner v12.6 (Windows/Linux) - page 695. (Read 3839163 times)

newbie
Activity: 2
Merit: 0
on Nvidia can mining?
sr. member
Activity: 476
Merit: 250
legendary
Activity: 1134
Merit: 1001
More best result with amd 480 on windows 10 x64 ? .
newbie
Activity: 52
Merit: 0
I got 2 rigs, after 6-24hour on both rigs GPU0 crashes and miner doesnt restart. I have stock settings, anyone has same problem?
newbie
Activity: 24
Merit: 0
Because there is no option -allpools, like on first version. In 2.0 and 1.1 the commission is bound to one pool. I think...
legendary
Activity: 2646
Merit: 1141
Claymore please check for yours settings of dev-fee in new miner 2.0. Thanks Wink

There was the same problem with 1.1 version.
newbie
Activity: 24
Merit: 0
Claymore please check for yours settings of dev-fee in new miner 2.0. Thanks Wink
legendary
Activity: 3808
Merit: 1723
Up to 300% + 200 FS deposit bonuses
I had the same issue with the modded straps on my 470 4gb.

With ETH they ran at 2000 mem. With ZEC at 1900 or 2000 instant BSOD. 1800 seems to work.

No idea if that mV field for Mem does anything however I raised it in the past and it got rid of my incorrect shares with ETH mining.

It doesn't do anything. I'm also fine-tuning straps for ZEC - I bumped the speed in silentarmy ~10% on RX cards, but the strap might need modifying.

In AMDs Wattman why is there voltage control for memory then? Why would they add it if it did nothing.
legendary
Activity: 2646
Merit: 1141
Good day. Is anybody have problem with "devfee authorization failed" right now? Claymore's ZCash AMD GPU Miner v2.0

Just said about that.
newbie
Activity: 24
Merit: 0
Good day. Is anybody have problem with "devfee authorization failed" right now? Claymore's ZCash AMD GPU Miner v2.0
I thinksomething with nicehash, on 1 release of miner, dev-fee worked on flypool, and now nicehash....
legendary
Activity: 2646
Merit: 1141
legendary
Activity: 3808
Merit: 1723
Up to 300% + 200 FS deposit bonuses
I had the same issue with the modded straps on my 470 4gb.

With ETH they ran at 2000 mem. With ZEC at 1900 or 2000 instant BSOD. 1800 seems to work.

No idea if that mV field for Mem does anything however I raised it in the past and it got rid of my incorrect shares with ETH mining.
newbie
Activity: 45
Merit: 0
Thank you Claymore, it works fine :-)

2 x RX480-8G Rigs w. 6 Cards each : ~500 SOLs (on stock)

For them who are interested:

If you have already strong CPU´s take them for Lottery ^^

I7-6950X - 20 Threads running as full zcash Node : 61 SOLs Oo
Dual Xeon X5675 - 24 Threads running as full zcash Node : 19.5 SOLs

cg

Gary
newbie
Activity: 6
Merit: 0
Went from ~45 H/s v1 to ~48 H/s v2 on my RX480s 8GBs, core 1225 mem 2250 sapphire black  Kiss

CPU?

Quad core (quad thread) i5-750 from 2010, but not mining with it as it only gives me ~5Sol/s. I have an old i7-3020MQ that does 18 Sol/s and an intel NUC skull canyon doing 30 Sol/s (nheqminer).
sr. member
Activity: 652
Merit: 266
Any chance someone using Linux to help with settings these clock speeds cuz I can only do 1191/2120 but voltage is unchangeble...

EDIT:
#!/bin/bash
echo "manual" > /sys/class/drm/card1/device/power_dpm_force_performance_level
sleep 2
echo "5" > /sys/class/drm/card1/device/pp_dpm_sclk
sleep 2
echo "5" > /sys/class/drm/card1/device/pp_mclk_od

That's what I do to downclock gpu and raise memory to 2120Mhz...
You can use
Code:
aticonfig
command for easier overclock. but unfortunately I also didn't find a way to undervolt the cards in Linux, except to change it in the BIOS.
od6config --adapter 0 --set core=1100,mem=1250,fan=90,!!! power=+45 !!!,temp=90
For R9+ cards.
member
Activity: 141
Merit: 10
Cryptotalk.org
How can I run 2 Claymore instances (one for eth and one for zec)? Currently they running, but there have a problem with the port, how can I change the port for one instance (sorry can't find option like that in the description)?

In the command line, you used -di to chose which GPU to run, use the - mport to choice the port number.
sr. member
Activity: 508
Merit: 250
In CryptoEnergy we trust
How can I run 2 Claymore instances (one for eth and one for zec)? Currently they running, but there have a problem with the port, how can I change the port for one instance (sorry can't find option like that in the description)?

For the ZEC mininer, you can use the -mport 3333, then the ETH miner, you can use the -mport 3334.
sr. member
Activity: 652
Merit: 266
Any chance someone using Linux to help with settings these clock speeds cuz I can only do 1191/2120 but voltage is unchangeble...

EDIT:
#!/bin/bash
echo "manual" > /sys/class/drm/card1/device/power_dpm_force_performance_level
sleep 2
echo "5" > /sys/class/drm/card1/device/pp_dpm_sclk
sleep 2
echo "5" > /sys/class/drm/card1/device/pp_mclk_od

That's what I do to downclock gpu and raise memory to 2120Mhz...
You can use
Code:
aticonfig
command for easier overclock. but unfortunately I also didn't find a way to undervolt the cards in Linux, except to change it in the BIOS.

I'm using 16.04 with amdgpu-pro, AFAIK there is no aticonfig/amdconfig command for this version of drivers and distro...The only way is what I'm trying to do I think...
jr. member
Activity: 50
Merit: 3
Searchin` perfection!
Any chance someone using Linux to help with settings these clock speeds cuz I can only do 1191/2120 but voltage is unchangeble...

EDIT:
#!/bin/bash
echo "manual" > /sys/class/drm/card1/device/power_dpm_force_performance_level
sleep 2
echo "5" > /sys/class/drm/card1/device/pp_dpm_sclk
sleep 2
echo "5" > /sys/class/drm/card1/device/pp_mclk_od

That's what I do to downclock gpu and raise memory to 2120Mhz...
You can use
Code:
aticonfig
command for easier overclock. but unfortunately I also didn't find a way to undervolt the cards in Linux, except to change it in the BIOS.
Jump to: