Bitcoin Forum
April 30, 2024, 08:39:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 [53] 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 ... 155 »
  Print  
Author Topic: [Cast XMR] high speed XMR/CryptoNight miner for RX Vega GPUs (2 KHash/s)  (Read 206338 times)
phobik
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
December 14, 2017, 11:23:32 PM
 #1041

worst case just stick a hdmi dummy plug if you have one laying around, maybe that can help you.  Seriously though, i've never had this bug that hashrate goes down.  rock solid for me, but temps are low and I am not too greedy with the hashrate vs power consumption

It seems that if I have team viewer session on, it keeps the hash rate from dropping
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714466393
Hero Member
*
Offline Offline

Posts: 1714466393

View Profile Personal Message (Offline)

Ignore
1714466393
Reply with quote  #2

1714466393
Report to moderator
1714466393
Hero Member
*
Offline Offline

Posts: 1714466393

View Profile Personal Message (Offline)

Ignore
1714466393
Reply with quote  #2

1714466393
Report to moderator
1714466393
Hero Member
*
Offline Offline

Posts: 1714466393

View Profile Personal Message (Offline)

Ignore
1714466393
Reply with quote  #2

1714466393
Report to moderator
martyroz
Full Member
***
Offline Offline

Activity: 325
Merit: 110


View Profile
December 15, 2017, 12:14:54 AM
 #1042

Is anyone using JJ's batch file to automate disable/enable (powershell), apply overdrive and commence mining?

I have a problem where windows will sometimes boot with 2 vega showing, sometimes with 3 and sometimes with 4.
I want to modify JJ's batch file (which automatically runs) to check how many Vega are detected, and reboot if not 4.
Bojcha
Hero Member
*****
Offline Offline

Activity: 848
Merit: 500



View Profile
December 15, 2017, 12:22:53 AM
 #1043

Tested Your miner on RX 4 and 8 GB cards. 8GB cards running fine and goes over 1000H/s. However 4GB cards working something like 860h/s while in sgminer works 920-980H/s
Cyan_Antares
Newbie
*
Offline Offline

Activity: 126
Merit: 0


View Profile
December 15, 2017, 01:47:38 AM
Last edit: December 15, 2017, 02:00:33 AM by Cyan_Antares
 #1044

if you want to restart miner x time due hash drop here is simple script .
my miner restart every 30 min
Ps don't close script terminal.
creat bat file and put this.
Edit set commandline and set u config

Code:
@echo off

echo -------------------------------------------------------------------
echo Restart Cast miner every 30 min
echo -------------------------------------------------------------------
echo:

set executable=cast_xmr-vega.exe
set commandline= -S youpoolhere -u youwallet here and others cmd from you bat file. %* --fastjobswitch --forcecompute
set runforseconds=1800
set restartinseconds=2
set /a counter=0
timeout 2
:start
start "cast_xmr-vega" %executable% %commandline%
echo:
echo The software will run for %runforseconds% seconds
timeout %runforseconds%
taskkill /f /im %executable%
echo:
echo Restarting the software in %restartinseconds% seconds (%counter%)
timeout %restartinseconds%
set /a counter+=1
echo:
echo:
goto start

Thanks!! That is awesome stuff. Ever since I plugged 6 Vega either the drivers or the program are less stable and have to restart things over with a bat file, which I use, but it is manual and different than this one. How could your bat file be done to have onedrivetool and devcon.exe settings included too?  Lips sealed

I really want to switch the drivers to the new Adrenalin ones... but it seems like the hash rate is quite slower for Vega 56
Cyan_Antares
Newbie
*
Offline Offline

Activity: 126
Merit: 0


View Profile
December 15, 2017, 01:59:57 AM
 #1045

Is anyone using JJ's batch file to automate disable/enable (powershell), apply overdrive and commence mining?

I have a problem where windows will sometimes boot with 2 vega showing, sometimes with 3 and sometimes with 4.
I want to modify JJ's batch file (which automatically runs) to check how many Vega are detected, and reboot if not 4.
that sounds strange. Once the drivers are installed /blockchain, I mean/ all the Vegas are enabled and detected by default.

http://vega.miningguides.com/

I'd follow the guide above to uninstall the drivers cleanly and it takes a couple of minutes with DDU Uninstaller. I've experienced issues like risers giving me a hard time, but once the gpus were detected during the drivers installation they were never disabled or undetected by the OS.

It doesn't take much and might be worth it. If you have an SSD restarting and so on isn-t an issue.
martyroz
Full Member
***
Offline Offline

Activity: 325
Merit: 110


View Profile
December 15, 2017, 03:14:47 AM
 #1046

that sounds strange. Once the drivers are installed /blockchain, I mean/ all the Vegas are enabled and detected by default.

http://vega.miningguides.com/

I'd follow the guide above to uninstall the drivers cleanly and it takes a couple of minutes with DDU Uninstaller. I've experienced issues like risers giving me a hard time, but once the gpus were detected during the drivers installation they were never disabled or undetected by the OS.

It doesn't take much and might be worth it. If you have an SSD restarting and so on isn-t an issue.

When I first installed the blockchain drivers, 4 cards were present. So it worked on all.

The next reboot, I have 3 cards detected by Windows. I change nothing and reboot again, 4 cards appear and I can mine.

It is random between 2 and 4 cards detected by windows each boot. I am not complaining because I can quickly restart until it has found four cards, but in terms of automated recovery from a shutdown, it is hard to get right Smiley
hariinfo
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
December 15, 2017, 03:33:19 AM
 #1047

I get errors with 6 RX 580 GPUs
Seems to work fine for 4 GPUs

cl_mem_object_allocation_failure
Cyan_Antares
Newbie
*
Offline Offline

Activity: 126
Merit: 0


View Profile
December 15, 2017, 04:03:44 AM
 #1048

I get errors with 6 RX 580 GPUs
Seems to work fine for 4 GPUs

cl_mem_object_allocation_failure

You ran out of memory. increase the size of virtual memory in Windows. you can see how in the guide below. For instance, say you have 6 Vega GPUs, they have 8 GB of mem each, so you multiply 8x6 equals 48. So you set virtual memory in Windows to 48000MB.

http://vega.miningguides.com/

that sounds strange. Once the drivers are installed /blockchain, I mean/ all the Vegas are enabled and detected by default.

http://vega.miningguides.com/

I'd follow the guide above to uninstall the drivers cleanly and it takes a couple of minutes with DDU Uninstaller. I've experienced issues like risers giving me a hard time, but once the gpus were detected during the drivers installation they were never disabled or undetected by the OS.

It doesn't take much and might be worth it. If you have an SSD restarting and so on isn-t an issue.

When I first installed the blockchain drivers, 4 cards were present. So it worked on all.

The next reboot, I have 3 cards detected by Windows. I change nothing and reboot again, 4 cards appear and I can mine.

It is random between 2 and 4 cards detected by windows each boot. I am not complaining because I can quickly restart until it has found four cards, but in terms of automated recovery from a shutdown, it is hard to get right Smiley
I think it would be worth it to uninstall the drivers with DDU Uninstaller and see if Windows detect them all again.

Btw, based on the bat by FgTeamBr I managed to not only restart the miner but also devcon and overdrivenTool settings. Some random hash rate drops or strange behaviour from the gpu1 were driving me nuts
hariinfo
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
December 15, 2017, 04:54:15 AM
 #1049

I get errors with 6 RX 580 GPUs
Seems to work fine for 4 GPUs

cl_mem_object_allocation_failure

You ran out of memory. increase the size of virtual memory in Windows. you can see how in the guide below. For instance, say you have 6 Vega GPUs, they have 8 GB of mem each, so you multiply 8x6 equals 48. So you set virtual memory in Windows to 48000MB.

http://vega.miningguides.com/

Thanks, that fixed the issue
gaalx01
Newbie
*
Offline Offline

Activity: 96
Merit: 0


View Profile
December 15, 2017, 07:47:14 AM
 #1050

Miner -  Cast_XMR is only suitable for Vega or for other Reds too?
DuxBellorum
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
December 15, 2017, 09:16:17 AM
 #1051

thanks for your miner software !
perf with rx580: 950h/s
gaalx01
Newbie
*
Offline Offline

Activity: 96
Merit: 0


View Profile
December 15, 2017, 11:08:49 AM
 #1052

thanks for your miner software !
perf with rx580: 950h/s
with what parameters?
STT
Legendary
*
Offline Offline

Activity: 3892
Merit: 1413


Leading Crypto Sports Betting & Casino Platform


View Profile WWW
December 15, 2017, 11:38:53 AM
 #1053

How do Ardenalin drivers work if you use them on a setup that has rx570 rx 580 and Vega included?

Any expirience with that?
Dont update past the blockchain drivers which is 17.11.1    Only they give priority to compute functions and the others are for gaming, if the latest release somehow can switch between gaming and compute priority then great but Ive not seen this so far.
Here is AMD people interviewed on a video reviewing most of the Adrenalin features, they are all about UI pretty much for mainstream use: https://www.youtube.com/watch?v=WjNPNMUeBY8&t=1497s

I've tried with memory clock near 1200mhz and it doesnt make up for the blockchain drivers advantage, but others might have made better progress.  Its only about 7.7% difference at best

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
zachosan
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 15, 2017, 11:43:09 AM
Last edit: December 15, 2017, 11:57:52 AM by zachosan
 #1054

Ok, planning to support multiple GPU per instance. Personally found that running on instance per GPU very stable and more flexible, but there seem some reports that it does influence the other GPUs. Should be no big deal to implement.
Which kind of API would you suggest? Is there an standard?
Hello! I use 0.8 version cast-xmr miner with 5* his rx580 4gb (hynix+elpida) on windows 10. It shows 850 h/s per each, thats very good. But there is an issue with my system, sometimes (10 minutes from run or more) it stops show hashrates until i hit S button. When i hit S button it rapidly scroll and continue work, but all shares from that time are rejected by pool as obsolete.

I made a crutch: wrote autohotkey script which sends "S" key to miner's window every 60 seconds, but it's very inconvenient, i cannot make it to autostartup etc....

Could you make an update with new parameter to show statistics ("s" key pressed) every period of time?

errata
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
December 15, 2017, 12:09:16 PM
 #1055

Ok, planning to support multiple GPU per instance. Personally found that running on instance per GPU very stable and more flexible, but there seem some reports that it does influence the other GPUs. Should be no big deal to implement.
Which kind of API would you suggest? Is there an standard?
Hello! I use 0.8 version cast-xmr miner with 5* his rx580 4gb (hynix+elpida) on windows 10. It shows 850 h/s per each, thats very good. But there is an issue with my system, sometimes (10 minutes from run or more) it stops show hashrates until i hit S button. When i hit S button it rapidly scroll and continue work, but all shares from that time are rejected by pool as obsolete.

I made a crutch: wrote autohotkey script which sends "S" key to miner's window every 60 seconds, but it's very inconvenient, i cannot make it to autostartup etc....

Could you make an update with new parameter to show statistics ("s" key pressed) every period of time?



In a command prompt window, if you click with your mouse anywhere within it, while window is in focus, the output will stop auto-scrolling. Your cursor should also change to white rectangle like this:
https://ibb.co/hiQEpm

If this is the case, then you should just press Enter (or whichever button actually) which will enable the auto-scrolling of the output once again.

If this solves your issue, then simply take care to always press Enter in the end if you are doing something in your miner's window (e.g. manually scrolling, selecting some text or whatever).
zachosan
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 15, 2017, 12:17:29 PM
 #1056

Hello! I use 0.8 version cast-xmr miner with 5* his rx580 4gb (hynix+elpida) on windows 10. It shows 850 h/s per each, thats very good. But there is an issue with my system, sometimes (10 minutes from run or more) it stops show hashrates until i hit S button. When i hit S button it rapidly scroll and continue work, but all shares from that time are rejected by pool as obsolete.

I made a crutch: wrote autohotkey script which sends "S" key to miner's window every 60 seconds, but it's very inconvenient, i cannot make it to autostartup etc....

Could you make an update with new parameter to show statistics ("s" key pressed) every period of time?
In a command prompt window, if you click with your mouse anywhere within it, while window is in focus, the output will stop auto-scrolling. Your cursor should also change to white rectangle like this:
https://ibb.co/hiQEpm

If this is the case, then you should just press Enter (or whichever button actually) which will enable the auto-scrolling of the output once again.

If this solves your issue, then simply take care to always press Enter in the end if you are doing something in your miner's window (e.g. manually scrolling, selecting some text or whatever).

It's not my case: i leave cursor in normal form, miner works and shows hashrate with scroll. When I return after some time, cursor is normal, scroolling freezes. I hit S - miner backs to mining, but all shares are rejected. I think "S" procedure re-initilialize something which cause miner to freeze in my case.
Chaser187
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
December 15, 2017, 02:28:02 PM
 #1057

Does this work with the new AMD Adrenalin driver?
Regarding that there should be a compute option in that driver.
Is the speed with that driver the same with the blockchain driver?
Would be interesting who are gaming and mining on the same pc.
DMKmod
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
December 15, 2017, 02:54:21 PM
 #1058

Does --forcecompute option works with Adrenaline drivers and Vegas?
naazz
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 15, 2017, 03:03:00 PM
 #1059

Hi,
I have a strange problem. Im getting really good perf. But sometime it just stop mining nothing appear in the console until i hit a enter or any key and it start back. Last time i notice it he wasnt sending hashes for like 8 minutes.
Any idea what could cause that?

Mining with 3 rx 580 8gb + 4gb ram.
Morgon
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
December 15, 2017, 03:43:29 PM
 #1060

But sometime it just stop mining nothing appear in the console until i hit a enter or any key and it start back.
This typically occurs when you have your Windows Command Prompt windows enabled for 'Quick Edit', and you click the mouse inside the window to focus; but this tells the Command Prompt window that you want to quick copy content.

To fix: While the miner is running, click the Command Prompt icon, go to Properties, and unselect Quick Edit. Then go back to that menu, select Defaults, and uncheck it there so future windows apply this setting.
Pages: « 1 ... 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 [53] 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 ... 155 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!