jdhot1
Newbie
Offline
Activity: 2
Merit: 0
|
|
July 03, 2019, 10:37:40 PM |
|
How do you configure the clocks in the other states so that card will run at the p5 setting? .....
What’s special about the P5 state ? Also are all your Vega56 flashed to 64?
I found that by limiting the Vegas to only use the P5 state I could use a lower voltage without crashing. My Vega 56's are all flashed with a Vega 64 BIOS. You are absolutely right. It works. Thanks for the tip. Did you also flash non reference Vega56(Hynix) to 64? Can this be done?
|
|
|
|
Mashy81
Jr. Member
Offline
Activity: 225
Merit: 1
|
|
July 04, 2019, 12:52:12 AM |
|
Any vega hashrates for MTP. Not able to test mine until lafer
|
|
|
|
|
UnclWish
|
|
July 04, 2019, 05:11:36 AM Last edit: July 04, 2019, 02:46:07 PM by UnclWish |
|
Team Red Miner v0.5.3 releasedhttps://github.com/todxx/teamredminer/releasesChanges in v0.5.3 - Added MTP algo for Zcoin/XZC (please read MTP_MINING.txt before mining).
- Further small stabilization fixes for CN variants, primarily 4MB algos.
Now supporting the MTP algorithm for Zcoin !!!!! MTP IS EXTREMELY POWER HUNGRY AND HOT !!!! Please make sure to lower your clocks and have good cooling for your GPUs when testing MTP. MTP can consume double the power of other algos for un-tuned cards. Good work! Thanks! P.S. For MTP algo memory timings means something? Or it more GPU dependent?
|
|
|
|
kerney666
Member
Offline
Activity: 658
Merit: 86
|
|
July 04, 2019, 04:32:34 PM |
|
Team Red Miner v0.5.3 releasedhttps://github.com/todxx/teamredminer/releasesChanges in v0.5.3 - Added MTP algo for Zcoin/XZC (please read MTP_MINING.txt before mining).
- Further small stabilization fixes for CN variants, primarily 4MB algos.
Now supporting the MTP algorithm for Zcoin !!!!! MTP IS EXTREMELY POWER HUNGRY AND HOT !!!! Please make sure to lower your clocks and have good cooling for your GPUs when testing MTP. MTP can consume double the power of other algos for un-tuned cards. Good work! Thanks! P.S. For MTP algo memory timings means something? Or it more GPU dependent? Timings are pretty much irrelevant for MTP, for all gpus. That said, I only think I verified it on a Vega, but I'd be surprised if e.g. a tREF boost on a Polaris would do anything.
|
|
|
|
UnclWish
|
|
July 04, 2019, 04:40:13 PM |
|
Team Red Miner v0.5.3 releasedhttps://github.com/todxx/teamredminer/releasesChanges in v0.5.3 - Added MTP algo for Zcoin/XZC (please read MTP_MINING.txt before mining).
- Further small stabilization fixes for CN variants, primarily 4MB algos.
Now supporting the MTP algorithm for Zcoin !!!!! MTP IS EXTREMELY POWER HUNGRY AND HOT !!!! Please make sure to lower your clocks and have good cooling for your GPUs when testing MTP. MTP can consume double the power of other algos for un-tuned cards. Good work! Thanks! P.S. For MTP algo memory timings means something? Or it more GPU dependent? Timings are pretty much irrelevant for MTP, for all gpus. That said, I only think I verified it on a Vega, but I'd be surprised if e.g. a tREF boost on a Polaris would do anything. tREF works in all cases and algos as I see. But I talking about additional speedup by using timings adapted for MTP. Does timings for eth good for MTP or CN better?
|
|
|
|
iRonNuke
Jr. Member
Offline
Activity: 98
Merit: 6
|
|
July 04, 2019, 05:08:04 PM |
|
I have just tried MTP and it works very well. 1.3-1.5 MH/s per card for my 570/580s. Running low core at ~1080 MHz.
12 GPU rig power consumtion, 1080 W (8 GPUs mining MTP, 4 cards (4 GB VRAM) idling). Total 11.75 MH/s.
Thanks for a great miner!
|
|
|
|
ZombieWorm
Jr. Member
Offline
Activity: 71
Merit: 1
|
|
July 04, 2019, 07:11:09 PM |
|
Guys, when you know your best config, how do you hard code it in so that it doesn't autotune when starting?
Thanks IA
|
|
|
|
kerney666
Member
Offline
Activity: 658
Merit: 86
|
|
July 04, 2019, 08:45:24 PM |
|
Guys, when you know your best config, how do you hard code it in so that it doesn't autotune when starting?
Thanks IA
This is assuming you're starting the miner yourself under Windows and not running some mining os: grab the output from autotune, should be a line like "--cn_config=16*14:CAA,14*14:AAA,..." right after it finishes, i.e. a comma-separated enumeration of all the results, one per gpu. Copy that full line and add it to the line in your bat that starts teamredminer.exe, so before you might just have: teamredminer.exe -a cnr -o stratum+tcp://mypool.com:1234 -u mywallet -p xand now you should have teamredminer.exe -a cnr -o stratum+tcp://mypool.com:1234 -u mywallet -p x --cn_config=16*14:CAA,14*14:AAA,<rest of gpu configs>Note: needless to say perhaps, this only works as long as the gpus in the rig remains the same. If you swap any cards, or add/remove a gpu, you should run the autotuning again or manually account for the change.
|
|
|
|
ZombieWorm
Jr. Member
Offline
Activity: 71
Merit: 1
|
|
July 04, 2019, 09:13:11 PM |
|
Thanks for the reply.
I was using Awesome Miner and dropping the config switch into that without success.
I went back to just the batch file and it generated the text file straight away, then configured the start_cnr file accordingly and now its working like a dream!
Great miner guys - really impressed, not tried out the MTP yet, thanks.
|
|
|
|
itstommygun
Newbie
Offline
Activity: 7
Merit: 0
|
|
July 05, 2019, 11:50:29 AM |
|
Is there any way to delay/sleep auto-tuning after the miner starts? Myself and many other Vega users sort of come to an "idle" after about a minute of mining. My Vega 56 cards consistently start at ~2100 kh/s then idle down to rest in the 1900s.
|
|
|
|
kerney666
Member
Offline
Activity: 658
Merit: 86
|
|
July 05, 2019, 01:50:10 PM |
|
Is there any way to delay/sleep auto-tuning after the miner starts? Myself and many other Vega users sort of come to an "idle" after about a minute of mining. My Vega 56 cards consistently start at ~2100 kh/s then idle down to rest in the 1900s.
Hmm, I'm not 100% sure I understand what happens. So, you start out at 2100 h/s (kh/s would have been nice though ), which is logical since the auto-tuning starts by using the max nr of pads and then works it way down. The thing I'm wondering is what happens after the auto-tuning has completed - doesn't it switch back properly to the best found mode and you're back to 2100 h/s? Furthermore, can you check if temps correlates with the 2100-to-1900 move? I'm wondering if you're being throttled due to high temps, or if your HBM temps are creeping up too high.
|
|
|
|
issie81
|
|
July 08, 2019, 11:39:27 AM |
|
any word on hashrate Vega 56 for Grin31?
|
|
|
|
Kaezar
Newbie
Offline
Activity: 73
Merit: 0
|
|
July 08, 2019, 01:54:40 PM |
|
any word on hashrate Vega 56 for Grin31?
0.92+- with cnr(PPT+memtweak) settings.
|
|
|
|
kissmarx
|
|
July 10, 2019, 09:50:51 AM Last edit: July 10, 2019, 10:28:16 AM by kissmarx |
|
I don't know why. I changed nothing with my cards. No tweaking with the cards. I'm good with the default settings. But every time I use TRM, my pc always says that Teamredminer.exe is blocked from accessing graphics card. I'm using 18.6.1 for my vega 64. If I use other miners, I don't encounter this problem. What could be causing this?
|
|
|
|
goran89
Newbie
Offline
Activity: 13
Merit: 0
|
|
July 10, 2019, 06:30:48 PM |
|
I don't know why. I changed nothing with my cards. No tweaking with the cards. I'm good with the default settings. But every time I use TRM, my pc always says that Teamredminer.exe is blocked from accessing graphics card. I'm using 18.6.1 for my vega 64. If I use other miners, I don't encounter this problem. What could be causing this?
Make sure to exclude .exe file from your antivirus or windows defender and then you will not have problem.
|
|
|
|
kissmarx
|
|
July 10, 2019, 07:36:50 PM |
|
I don't know why. I changed nothing with my cards. No tweaking with the cards. I'm good with the default settings. But every time I use TRM, my pc always says that Teamredminer.exe is blocked from accessing graphics card. I'm using 18.6.1 for my vega 64. If I use other miners, I don't encounter this problem. What could be causing this?
Make sure to exclude .exe file from your antivirus or windows defender and then you will not have problem. Thanks for responding but I already had exclusions for TRM. That's why I wonder what caused this because I don't have this problem if I use other miners.
|
|
|
|
raptorman
Newbie
Offline
Activity: 24
Merit: 0
|
|
July 10, 2019, 07:48:17 PM |
|
What about Ryo currency? This crypto uses cryptonight-gpu algorithm, but i don't see the algorithm in your software description.
|
|
|
|
todxx (OP)
Member
Offline
Activity: 176
Merit: 76
|
|
July 11, 2019, 07:51:04 AM |
|
I don't know why. I changed nothing with my cards. No tweaking with the cards. I'm good with the default settings. But every time I use TRM, my pc always says that Teamredminer.exe is blocked from accessing graphics card. I'm using 18.6.1 for my vega 64. If I use other miners, I don't encounter this problem. What could be causing this?
Make sure to exclude .exe file from your antivirus or windows defender and then you will not have problem. Thanks for responding but I already had exclusions for TRM. That's why I wonder what caused this because I don't have this problem if I use other miners. TRM will often push the GPU hardware harder than other miners. A lot of stock voltages/clocks on cards are very aggressive and can result in cards overheating. Have you looked at temps when you run the miner compared to other miners? Have you tried undervolting or lowering clocks?
|
|
|
|
todxx (OP)
Member
Offline
Activity: 176
Merit: 76
|
|
July 11, 2019, 07:53:32 AM |
|
What about Ryo currency? This crypto uses cryptonight-gpu algorithm, but i don't see the algorithm in your software description.
Hi raptorman, We don't currently plan to support cn-gpu. The author of the algo is a miner developer himself and he has support for his algo in his miner: xmr-stak.
|
|
|
|
|