Claymore (OP)
Donator
Legendary
Offline
Activity: 1610
Merit: 1325
Miners developer
|
|
May 21, 2017, 07:43:20 PM |
|
You can mix Fury and Polaris cards, but Fury will not work with 100% speed. Either put these cards to different rigs to avoid mixing, or use Linux.
|
|
|
|
moiraine
Member
Offline
Activity: 79
Merit: 10
|
|
May 21, 2017, 08:19:42 PM |
|
0k, i will take your word for it. edited my post above to strike out that line. guess ive been lucky. what tools do you use?
As I said, I wrote them myself - the closest analog to what I'm working on and polishing is WattTool for Windows, I think. Allows you to see VRM temps, set/get voltages, set/get offsets, change VRM switching frequency, and more - but WattTool can only give you this control over IR3567B and compatible VRM controllers. Mine supports four controllers that are used in AMD cards as main controllers (and sometimes this main controller is used for other purposes in the card besides core volts - for example, XFX RS 470/480 cards use the NCP81022's main output (VDD) for core (duh) but use the other one (VDDNB) for the IMC voltage (VDDCI.)) I've also added basic support for one controller that's more of a secondary one, which I found on my DirectCU II 290X. It controls MVDDC. sounds like a dangerous tool in the hands of a noob. those are the best kinds of tools IMO any chance of your releasing it at some point? At some point? Possible - but it would be a while in the future. I actually sold a couple (limited) copies before I considered it mature, cause they kinda just happened. Right now, I'm focusing on rounding out the feature set. Another thing that makes it not just dangerous, but possibly deadly: I can not just adjust the thresholds for protections like OCP/OVP/OTP... I can disable them. Actually, if you run the AMDGPU-PRO drivers, you CAN mix them in a rig. The Fiji card may perform slightly worse than with fglrx, but it works.
Since AMDGPU Pro drivers only support GCN3 or newer cards, I couldn't get it to work with my Pitcarin and RX 480 rig on Arch Linux. I had to switch to Windows 7 to be able to use all my cards https://wiki.archlinux.org/index.php/Xorg#AMDThe support is labeled "experimental" but it IS there.
some cards do not display vrm temps. but if the core is cool, chances are the vrms are ok also.
Please don't give people who don't know any better terrible advice like that - I was mining on my linux dev/test rig, Naomi, just a day ago, and had strange crashes when core was under 70C. I used one of my tools to check the temps on the VRM controller feeding the core - it was over 106C. Also, I assume that under Windows, the tools you guys have should show VRM temps on all cards except those with an NCP81022 feeding the core - because I can't get temps off it either; cheap piece of shit has no sensor. ok, i will take your word for it. edited my post above to strike out that line. guess ive been lucky. what tools do you use? As I said, I wrote them myself - the closest analog to what I'm working on and polishing is WattTool for Windows, I think. Allows you to see VRM temps, set/get voltages, set/get offsets, change VRM switching frequency, and more - but WattTool can only give you this control over IR3567B and compatible VRM controllers. Mine supports four controllers that are used in AMD cards as main controllers (and sometimes this main controller is used for other purposes in the card besides core volts - for example, XFX RS 470/480 cards use the NCP81022's main output (VDD) for core (duh) but use the other one (VDDNB) for the IMC voltage (VDDCI.)) I've also added basic support for one controller that's more of a secondary one, which I found on my DirectCU II 290X. It controls MVDDC. Are you doing this all via i2c commands on linux? I've been digging a bit but cant seem to get a i2cdump anywhere near what I get with aida under windows, so I don't even know where to start :/. Also, how are you checking that the vddci is getting set on those ncp81022 cards? afaik there's no sensor, so are you manually checking em? How I don't want to give too much away - but basically this: I access the card using direct HW access (this requires root, of course.) NCP81022 only lacks a temperature sensor. VDDCI is on the second output of NCP81022 on XFX RS cards, so you have to first select the second output by writing to one of its regs, THEN reading the voltage out. If you're trying to get i2c access by using tools like i2cdump - you're doing it wrong. This relies on the AMDGPU driver, which is a little "special" if you get my drift. Gotta do it by paw. Thanks for the hints, I appreciate it! At least now I know to abandon my i2cdump attempts. Direct hw access eh..
|
|
|
|
homi4
|
|
May 21, 2017, 09:19:35 PM |
|
You can mix Fury and Polaris cards, but Fury will not work with 100% speed. Either put these cards to different rigs to avoid mixing, or use Linux.
ASM mode do not work with r9 Nano with any driver from 16.9.2+(first driver for rx 480) in windows 7/10. Nano work with driver 16.9.2+ without ASM mode only. Do you have idea how to run asm mode here? You can see my log file above.
|
|
|
|
Vann
|
|
May 22, 2017, 02:39:58 AM |
|
Actually, if you run the AMDGPU-PRO drivers, you CAN mix them in a rig. The Fiji card may perform slightly worse than with fglrx, but it works.
Since AMDGPU Pro drivers only support GCN3 or newer cards, I couldn't get it to work with my Pitcarin and RX 480 rig on Arch Linux. I had to switch to Windows 7 to be able to use all my cards https://wiki.archlinux.org/index.php/Xorg#AMDThe support is labeled "experimental" but it IS there. The "experimental" support for GCN1 and 2 cards is for the open-source AMDGPU driver, which doesn't support AMD APP-SDK OpenCL for mining. The proprietary Catalyst drivers on Linux don't support the Polaris cards and the proprietary AMDGPU PRO drivers only support GCN3 and up cards. The Catalyst ReLive drivers on Windows do support GCN1 and up cards. Uh, don't feed me that bullshit and tell me it's candy - you don't need the APP SDK, only the open AMDGPU driver and SOME libs from AMDGPU-PRO. I know because I've run my 290X side-by-side with my 480s/580s. I tried to get it to work using the Catalyst drivers and open source AMDGPU driver on Arch Linux and wasn't able to get the Pitcarin GCN1 and RX 480 cards working together on the same rig. Besides the driver not suppoting both cards, It's also the Catalyst Pitcarin driver requires Xorg <1.18 while the AMDGPU Pro drivers requires Xorg >1.18 and downgrading the kernel. https://wiki.archlinux.org/index.php/AMD_Catalyst#Xorg_repositoriesIf you have a way to get it to work I would appreciate it.
|
|
|
|
Cacaparg
|
|
May 22, 2017, 06:11:57 AM |
|
You can mix Fury and Polaris cards, but Fury will not work with 100% speed. Either put these cards to different rigs to avoid mixing, or use Linux.
ASM mode do not work with r9 Nano with any driver from 16.9.2+(first driver for rx 480) in windows 7/10. Nano work with driver 16.9.2+ without ASM mode only. Do you have idea how to run asm mode here? You can see my log file above. You can use 16.3.2 for the Nano.
|
|
|
|
spyshagg
|
|
May 22, 2017, 03:44:18 PM |
|
So I just started mining Zcash again and Zecsuprnova is not updating the rewards. 0.0099 is the value I had when I stopped mining zcash months ago. Its been 2 hours and its not updating. The hashrate is correct though, and updates every few seconds.
|
|
|
|
Vann
|
|
May 22, 2017, 05:42:26 PM |
|
So I just started mining Zcash again and Zecsuprnova is not updating the rewards. 0.0099 is the value I had when I stopped mining zcash months ago. Its been 2 hours and its not updating. The hashrate is correct though, and updates every few seconds. The Dashboard can be slow to update. Look at the transactions page under the My Account tab for the most recent transactions posted.
|
|
|
|
ryderbg
Newbie
Offline
Activity: 7
Merit: 0
|
|
May 22, 2017, 10:31:09 PM |
|
Hi, guys! Can you help me with this: https://i.imgur.com/waj3Foc.jpgETH Claymore Dual Miner works but Zcash doesn't. I have two PCs. This is R9 Fury with 16.3.2 AMD Driver. But the other with two RX480 works very well.
|
|
|
|
haxiboy
Newbie
Offline
Activity: 36
Merit: 0
|
|
May 22, 2017, 11:06:38 PM |
|
Hi, guys! Can you help me with this: https://i.imgur.com/waj3Foc.jpgETH Claymore Dual Miner works but Zcash doesn't. I have two PCs. This is R9 Fury with 16.3.2 AMD Driver. But the other with two RX480 works very well. I think it's your port, what are your settings? Nicehash's port is 3357 not 33357 but correct me if im wrong.
|
|
|
|
dnyt
Newbie
Offline
Activity: 29
Merit: 0
|
|
May 22, 2017, 11:09:03 PM |
|
33357 is correct for ssl connection
Try a different server
|
|
|
|
ryderbg
Newbie
Offline
Activity: 7
Merit: 0
|
|
May 22, 2017, 11:19:05 PM |
|
Before it was 3357 and was ok, But since they changed to 33357 can't use this miner. Can I change the port? I've tried different server, disabled firewall on the router and the PC. Also I tried different DNS.
|
|
|
|
dnyt
Newbie
Offline
Activity: 29
Merit: 0
|
|
May 22, 2017, 11:23:19 PM |
|
Before it was 3357 and was ok, But since they changed to 33357 can't use this miner. Can I change the port? I've tried different server, disabled firewall on the router and the PC. Also I tried different DNS.
Yes you can use non ssl port but you pay extra dev fee, read 1st page for details.
|
|
|
|
ryderbg
Newbie
Offline
Activity: 7
Merit: 0
|
|
May 22, 2017, 11:33:14 PM |
|
Before it was 3357 and was ok, But since they changed to 33357 can't use this miner. Can I change the port? I've tried different server, disabled firewall on the router and the PC. Also I tried different DNS.
Yes you can use non ssl port but you pay extra dev fee, read 1st page for details. Didn't work.
|
|
|
|
YIz
|
|
May 22, 2017, 11:34:18 PM |
|
Hey guys, I am getting 388H/s on Fury X. Is it normal? it doesn't work using ASM so I am using algo 2#.
|
|
|
|
rpg
|
|
May 23, 2017, 02:25:17 AM |
|
@claymore time to lower the fee? Don't be greedy. You know is very easy to write code to bypass your fee system.....
|
|
|
|
jiggytom
Legendary
Offline
Activity: 1068
Merit: 1020
|
|
May 23, 2017, 03:23:50 AM |
|
@claymore time to lower the fee? Don't be greedy. You know is very easy to write code to bypass your fee system.....
Yeah, threaten the guy making shit you use... and who has little reason to continue because he probably makes more in a month than you ever will. Do you think before you post, or do you have some kind of brain interface that just spills the shit that goes through your mind? Best post of the day!
|
BTC: 174MGp3R5prNbuen31Kx5G5XuyuAXu9jye LBC: bWYN8NXGKWsgEAd6tQnJ5YRo2Z4r6PjxBH
|
|
|
z0n0
Legendary
Offline
Activity: 1274
Merit: 1006
|
|
May 23, 2017, 04:47:20 AM |
|
@claymore time to lower the fee? Don't be greedy. You know is very easy to write code to bypass your fee system.....
Yeah, threaten the guy making shit you use... and who has little reason to continue because he probably makes more in a month than you ever will. Do you think before you post, or do you have some kind of brain interface that just spills the shit that goes through your mind? Zero fucks given
|
|
|
|
deadsix
|
|
May 23, 2017, 06:30:02 AM |
|
@claymore time to lower the fee? Don't be greedy. You know is very easy to write code to bypass your fee system.....
The amount of idiots that still exist in these forums ...
|
|
|
|
mez
|
|
May 23, 2017, 07:51:54 AM |
|
hey wolf you are here a lot the last days. Is claymore having a holiday from fee?
|
|
|
|
rpg
|
|
May 23, 2017, 01:37:28 PM |
|
@claymore time to lower the fee? Don't be greedy. You know is very easy to write code to bypass your fee system.....
Yeah, threaten the guy making shit you use... and who has little reason to continue because he probably makes more in a month than you ever will. Do you think before you post, or do you have some kind of brain interface that just spills the shit that goes through your mind? making $100k a day is not a fair payment for a quality software. I believe quality software should be paid for. I don't be believe in open source crappy software. As a software developer I like to be paid for my time. I pay the software I use. I don't hack software to avoid payment. I don't use hacked software. We all call Microsoft greedy. We all call Apple greedy. How can you not call someone working out of his garage greedy? ZEC is marching towards being in par with BTC, it wil only take a couple more banks giving the seal of approval to the technology. So is only fair to lower the fee to be in par with the pools or he may find himself having to fight with a first year college kid writing a proxy server to bypass his fees and making the software available to the general public
|
|
|
|
|