lebuawu2
Jr. Member
Offline
Activity: 176
Merit: 2
|
 |
July 10, 2018, 10:35:46 AM |
|
Anyone can share the devcon file config reset for vega, please.
new driver doesn't need to disable and enable RX Vega anymore. you should try new driver the hash rate I believe also the same or maybe better.
|
|
|
|
fellowbeing
Newbie
Offline
Activity: 15
Merit: 0
|
 |
July 10, 2018, 10:39:38 AM |
|
Anyone can share the devcon file config reset for vega, please.
.reset.bat cd %~dp0 timeout /t 10 devcon.exe disable "PCI\VEN_1002&DEV_687F" timeout /t 10 devcon.exe enable "PCI\VEN_1002&DEV_687F" timeout /t 10 This works for my Vega FEs @echo off cd %~dp0 devcon.exe disable "PCI\VEN_1002&DEV_6863" timeout /t 3 devcon.exe enable "PCI\VEN_1002&DEV_6863" timeout /t 3 pause
|
|
|
|
fellowbeing
Newbie
Offline
Activity: 15
Merit: 0
|
 |
July 10, 2018, 10:46:17 AM |
|
So based on what I have read here: On SRB 1.6.3 with Vega 64s, people are getting about 2165 H/s a bit more or less. I have been getting ~2180 H/s on each Vega FE with blockchain driver since SRB 1.5.4 or so.... If I cool them even better, I'd get 2200 on them too. So this all means as a Vega FE owner I should stick with my 1.6.1 and still have 5 or 10 H/s more than Vega 64 with the latest driver, not that it matters. But I am sure if ever they make another proper blockchain driver these cards can do much more.
|
|
|
|
dragonmike
|
 |
July 10, 2018, 10:49:23 AM |
|
Great job! Thanks, Doc!  1.6.2 was worse for me, now 1.6.3 is better than 1.6.1, especially on Vega64. 8 cards give 17320 vs 17076 on 1.6.1, CNv7 Can you please share your Overdrivetool settings for V7 algo and your intensity thanks a lot Yes please. I've got six Vega 64's hashing at around 2075 h/s each. 1428 core clock, 112 intensity.
|
|
|
|
duyquang06
Newbie
Offline
Activity: 154
Merit: 0
|
 |
July 10, 2018, 11:02:46 AM |
|
Anyone can share the devcon file config reset for vega, please.
.reset.bat cd %~dp0 timeout /t 10 devcon.exe disable "PCI\VEN_1002&DEV_687F" timeout /t 10 devcon.exe enable "PCI\VEN_1002&DEV_687F" timeout /t 10 This works for my Vega FEs @echo off cd %~dp0 devcon.exe disable "PCI\VEN_1002&DEV_6863" timeout /t 3 devcon.exe enable "PCI\VEN_1002&DEV_6863" timeout /t 3 pause thank you so much So based on what I have read here: On SRB 1.6.3 with Vega 64s, people are getting about 2165 H/s a bit more or less. I have been getting ~2180 H/s on each Vega FE with blockchain driver since SRB 1.5.4 or so.... If I cool them even better, I'd get 2200 on them too. So this all means as a Vega FE owner I should stick with my 1.6.1 and still have 5 or 10 H/s more than Vega 64 with the latest driver, not that it matters. But I am sure if ever they make another proper blockchain driver these cards can do much more.
i know that feel. Make the fan run 3500rpm minimum. Doc, i love u, my vega56 ref even reach 2000h/s with powersaving profile [2018-07-10 18:03:24] GPU3 : 2001 H/s [T: 69c, RPM: 4303, CC: 1400 MHz, MC: 950 MHz][BUS:3] intensity 120/ dual_threads true
|
|
|
|
doktor83 (OP)
|
 |
July 10, 2018, 11:39:44 AM |
|
Anyone can share the devcon file config reset for vega, please.
.reset.bat cd %~dp0 timeout /t 10 devcon.exe disable "PCI\VEN_1002&DEV_687F" timeout /t 10 devcon.exe enable "PCI\VEN_1002&DEV_687F" timeout /t 10 This works for my Vega FEs @echo off cd %~dp0 devcon.exe disable "PCI\VEN_1002&DEV_6863" timeout /t 3 devcon.exe enable "PCI\VEN_1002&DEV_6863" timeout /t 3 pause You dont need reset scripts, why not use the builtin "restart_devices_on_startup" ? Put in config.txt : "restart_devices_on_startup" : true
|
|
|
|
livada
Newbie
Offline
Activity: 417
Merit: 0
|
 |
July 10, 2018, 04:58:57 PM Last edit: July 10, 2018, 05:12:13 PM by livada |
|
Anyone can share the devcon file config reset for vega, please.
.reset.bat cd %~dp0 timeout /t 10 devcon.exe disable "PCI\VEN_1002&DEV_687F" timeout /t 10 devcon.exe enable "PCI\VEN_1002&DEV_687F" timeout /t 10 This works for my Vega FEs @echo off cd %~dp0 devcon.exe disable "PCI\VEN_1002&DEV_6863" timeout /t 3 devcon.exe enable "PCI\VEN_1002&DEV_6863" timeout /t 3 pause You dont need reset scripts, why not use the builtin "restart_devices_on_startup" ? Put in config.txt : "restart_devices_on_startup" : trueif put in config resets vega permanently (chg coin) and if you put the script reset only when the computer is turned on i neeed only one enable/disable and one heavy with 60 intensitiy when turn on computer. and script work fine.
|
|
|
|
hesido
Jr. Member
Offline
Activity: 158
Merit: 5
|
 |
July 10, 2018, 06:11:03 PM |
|
Anyone can share the devcon file config reset for vega, please.
.reset.bat cd %~dp0 timeout /t 10 devcon.exe disable "PCI\VEN_1002&DEV_687F" timeout /t 10 devcon.exe enable "PCI\VEN_1002&DEV_687F" timeout /t 10 This works for my Vega FEs @echo off cd %~dp0 devcon.exe disable "PCI\VEN_1002&DEV_6863" timeout /t 3 devcon.exe enable "PCI\VEN_1002&DEV_6863" timeout /t 3 pause You dont need reset scripts, why not use the builtin "restart_devices_on_startup" ? Put in config.txt : "restart_devices_on_startup" : trueif put in config resets vega permanently (chg coin) and if you put the script reset only when the computer is turned on i neeed only one enable/disable and one heavy with 60 intensitiy when turn on computer. and script work fine. Oh boy.. Working with Vega sounds more like voodoo magic / art than science.
|
|
|
|
treanski
Full Member
 
Offline
Activity: 364
Merit: 106
ONe Social Network.
|
 |
July 10, 2018, 07:33:13 PM |
|
Anyone can share the devcon file config reset for vega, please.
.reset.bat cd %~dp0 timeout /t 10 devcon.exe disable "PCI\VEN_1002&DEV_687F" timeout /t 10 devcon.exe enable "PCI\VEN_1002&DEV_687F" timeout /t 10 This works for my Vega FEs @echo off cd %~dp0 devcon.exe disable "PCI\VEN_1002&DEV_6863" timeout /t 3 devcon.exe enable "PCI\VEN_1002&DEV_6863" timeout /t 3 pause You dont need reset scripts, why not use the builtin "restart_devices_on_startup" ? Put in config.txt : "restart_devices_on_startup" : trueif put in config resets vega permanently (chg coin) and if you put the script reset only when the computer is turned on i neeed only one enable/disable and one heavy with 60 intensitiy when turn on computer. and script work fine. Oh boy.. Working with Vega sounds more like voodoo magic / art than science. no its much easier than working with polaris gpus you dont need to modify bios/memory timings...with vega you just need to learn how you do a powerplay mod, how you do a batchfile for overdriventool and thats it read this carefully -> http://vega.miningguides.com/if you dont understand it read again
|
|
|
|
fellowbeing
Newbie
Offline
Activity: 15
Merit: 0
|
 |
July 10, 2018, 07:59:11 PM |
|
[2018-07-10 18:03:24] GPU3 : 2001 H/s [T: 69c, RPM: 4303, CC: 1400 MHz, MC: 950 MHz][BUS:3] My Vega FEs are set to CC: 1550MHz | CV: 890mV & MC: 1100MHz | MV: 880mV, their fans are running above 4800 RPM and temperatures are between 65 to 68; also for me the bios switch won't make a difference.
|
|
|
|
roma__11
Newbie
Offline
Activity: 115
Merit: 0
|
 |
July 10, 2018, 08:17:46 PM |
|
what motherboard you use for connecting all the vegas?  Gigabyte GA-B250-FinTech
|
|
|
|
roma__11
Newbie
Offline
Activity: 115
Merit: 0
|
 |
July 10, 2018, 08:33:26 PM |
|
algo CN-Fast does not work stably when there are more than 6 cards, the adrenaline driver is 18.6.1-june13, there are no power problems, even in excess, other versions are similar, with very low performance, what should I do? It works from 10 minutes to an hour, it happens, then just reboot ...... Vega64 Liquid temperature not above 65 memory maximum +10
|
|
|
|
zeef
Newbie
Offline
Activity: 304
Merit: 0
|
 |
July 10, 2018, 09:37:22 PM |
|
what motherboard you use for connecting all the vegas?  Seems a good board, any problem with that?  Gigabyte GA-B250-FinTech
|
|
|
|
roma__11
Newbie
Offline
Activity: 115
Merit: 0
|
 |
July 10, 2018, 10:25:38 PM |
|
what motherboard you use for connecting all the vegas?  Seems a good board, any problem with that?  Gigabyte GA-B250-FinTech there are nuances but everything is solved ))
|
|
|
|
zeef
Newbie
Offline
Activity: 304
Merit: 0
|
 |
July 10, 2018, 11:01:41 PM |
|
what motherboard you use for connecting all the vegas?  Seems a good board, any problem with that?  Gigabyte GA-B250-FinTech there are nuances but everything is solved )) Can you enumerate some of by MP? Thanks
|
|
|
|
heavyarms1912
|
 |
July 11, 2018, 02:58:11 AM |
|
Can you enumerate some of by MP? Thanks
if you're context switching avoid quoting the whole post and maybe address it in via pm route. You're hogging up the thread space. 
|
|
|
|
livada
Newbie
Offline
Activity: 417
Merit: 0
|
 |
July 11, 2018, 08:00:37 AM Last edit: July 11, 2018, 09:31:53 AM by livada |
|
algo CN-Fast does not work stably when there are more than 6 cards, the adrenaline driver is 18.6.1-june13, there are no power problems, even in excess, other versions are similar, with very low performance, what should I do? It works from 10 minutes to an hour, it happens, then just reboot ...... Vega64 Liquid temperature not above 65 memory maximum +10
This is too HOT for vega 64 Liquid. Normal temp for Liquid is 50C. I have Liquid and temp is 45-50°C(room TEMP 25-30C) with 1100-1600RPM and HR in heavy 1550HR - v7 2100HR - fast 4000+HR. this is 3*vega 56 with 64bios(ref air), and 1*vega 64 Liquid(gpu2)-700W from the wall (with 4*extra fan and Liquid use 20W+ more than air) and this is in the MID TOWER CASE. https://image.prntscr.com/image/_tdI8Wy8QSOe5m_tCl1oEQ.jpg
|
|
|
|
pbfarmer
Member

Offline
Activity: 340
Merit: 29
|
 |
July 11, 2018, 09:04:30 AM |
|
algo CN-Fast does not work stably when there are more than 6 cards, the adrenaline driver is 18.6.1-june13, there are no power problems, even in excess, other versions are similar, with very low performance, what should I do? It works from 10 minutes to an hour, it happens, then just reboot ...... Vega64 Liquid temperature not above 65 memory maximum +10
This is too HOT for vega 64 Liquid. Normal temp for Liquid is 50C. I have Liquid and temp is 45-50C and HR in heavy 1550HR - v7 2100HR - fast 4000+HR. My ref AIRs run between 50-55 degrees (fans between 3-3.5K @ room temp / ~70F). 65 - even on air - means you have a major airflow problem, or are running waaaay to much power (or you live in the Sahara.)
|
|
|
|
treanski
Full Member
 
Offline
Activity: 364
Merit: 106
ONe Social Network.
|
 |
July 11, 2018, 09:22:43 AM |
|
algo CN-Fast does not work stably when there are more than 6 cards, the adrenaline driver is 18.6.1-june13, there are no power problems, even in excess, other versions are similar, with very low performance, what should I do? It works from 10 minutes to an hour, it happens, then just reboot ...... Vega64 Liquid temperature not above 65 memory maximum +10
This is too HOT for vega 64 Liquid. Normal temp for Liquid is 50C. I have Liquid and temp is 45-50C and HR in heavy 1550HR - v7 2100HR - fast 4000+HR. My ref AIRs run between 50-55 degrees (fans between 3-3.5K @ room temp / ~70F). 65 - even on air - means you have a major airflow problem, or are running waaaay to much power (or you live in the Sahara.) i think he is running his vegas without proper undervolting
|
|
|
|
|
|