Bitcoin Forum
June 20, 2024, 12:56:17 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Cast XMR] high speed XMR/CryptoNight miner for RX Vega GPUs (2 KHash/s) on: November 11, 2017, 07:40:32 PM
Hi, i am struggling here, i have installed the blockchain drivers from 23 august and then i selected local driver.
Let the installation reboot and whatever.
Then i run this cast xmr and it doesnt complain about the compute blockchain thing which is good, but then it doesnt proceed, it just exits.

I have tried the installation 2 times, same bloody thing.


  Cast XMR 0.6.0 CryptoNight mining optimized for AMD Radeon Vega GPUs

  Coded by [glph3k] for more info visit http://www.gandalph3000.com
  Donating 1.5% mining power to developer. Thanks.

  For current stats press 's'
  For seamless exit press 'q'

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

[20:20:58] Initializing GPU, loading kernel ...
GPU0: Ellesmere | 32 Compute Units

Then it exits, I cant understand this.


------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Obviously when i have normal regular drivers such as 16.11.x then it starts and it shows me....:
......
[20:21:00] [Suspicious link removed]pute Driver NOT detected.

By installing the AMD [Suspicious link removed]pute Driver upto 80% higher hash
rates can be achieved. For more info check http://www.gandalph3000.com

And it starts mining.



But again, when i install the blockchain drivers , which are supposed to change my life, it doesnt even start mining.
I also noticed that all my mining apps dont work, like mining pool hub and zecminer64 and sgminer , they just start but then exit....

Please assist me in how to install them properly.

I followed a youtube video, clearly it doesnt work.


Are you running the run.bat file?
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Cast XMR] high speed XMR/CryptoNight miner for RX Vega GPUs (2 KHash/s) on: November 11, 2017, 03:17:25 AM
Does anyone know how (or if) you can use Cast 0.6 on Nicehash? I'm not getting how to set up the .bat file correctly.

I have:
 
Quote
cast_xmr-vega -S cryptonight.usa.nicehash.com:3355 -u Wallet.Worker/email %* --opencl 1 -G 0,1,2,3,4,5,6,7

This results in "no pool server and username configured."

I think your user name is wrong.  I just use BTCwalletaddress.workername

Everything else looks ok I think.  This is my command line (BTC address changed to protect my privacy):

cast_xmr-vega -G 0 --opencl 1 -S cryptonight.usa.nicehash.com:3355 -u 1Ljdskfhsjdhfjsdfhkjsdhfkdshfksd.castxmr

Figured it out. The newb that I am was trying to run the .exe

Thanks
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Cast XMR] high speed XMR/CryptoNight miner for RX Vega GPUs (2 KHash/s) on: November 11, 2017, 02:06:38 AM
Does anyone know how (or if) you can use Cast 0.6 on Nicehash? I'm not getting how to set up the .bat file correctly.

I have:
 
Quote
cast_xmr-vega -S cryptonight.usa.nicehash.com:3355 -u Wallet.Worker/email %* --opencl 1 -G 0,1,2,3,4,5,6,7

This results in "no pool server and username configured."
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: Any word on amd vega hash rates? on: November 07, 2017, 03:35:52 PM
I use the following lines for enabling/disabling if this helps...  Just be sure to pause between each.

devcon.exe disable *6B761002

devcon.exe enable *6B761002

Again, sorry I'm very much a novice. So would the .bat file be:

cd %~dp0
timeout /t 5
devcon.exe disable *6B761002
timeout /t 5
devcon.exe enable *6B761002


Thanks!
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: Any word on amd vega hash rates? on: November 07, 2017, 03:01:32 PM
Same. Anyone have any insight?

Make sure your running the batch file/devcon as an administrator. If that doesn't work, make sure you have the 64 bit version of devcon if you're running 64 bit windows, and the 32 bit version of devcon if you're running 32 bit windows.

Side note for people who might search this in the future:

The Asus Z270-A WILL NOT RUN 7 Vega. At least not without additional hardware. Its impossible to install the drivers, they'll crash every time no matter how you do it. 6 cards is doable, as long as they're placed in every slot EXCEPT PCIeX16_1. If a card is placed in the first x16 slot, then the drivers will crash while installing if you try to use more than 5 cards. Just a heads up for anyone who might be having this problem.

Thanks Mythic. I'm stumped.

I used this method to get devocon.exe:
]https[Suspicious link removed]

Then followed your instructions. Still get the same error:
Quote
C:\Users\monero\Desktop>devcon.exe disable "PCI\VEN_1002&DEV_687F"
PCI\VEN_1002&DEV_687F&SUBSYS_0B361002&REV_C3\6&2AF6ADFE&0&000000E6: Disable failed
PCI\VEN_1002&DEV_687F&SUBSYS_0B361002&REV_C3\6&2C451A81&0&000000E0: Disable failed
PCI\VEN_1002&DEV_687F&SUBSYS_0B361002&REV_C3\6&21DB5B6B&0&00000008: Disable failed
PCI\VEN_1002&DEV_687F&SUBSYS_0B361002&REV_C3\6&9C9E801&0&000000EB: Disable failed
No matching devices found.

I have to disable, then enable each GPU, which still works great. Still a pain though.
Just put this at the begining of your bat file. And it will start as admin...

@echo off

:: BatchGotAdmin
:-------------------------------------
REM  --> Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"

REM --> If error flag set, we do not have admin.
if '%errorlevel%' NEQ '0' (
    echo Requesting administrative privileges...
    goto UACPrompt
) else ( goto gotAdmin )

:UACPrompt
    echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
    set params = %*:"=""
    echo UAC.ShellExecute "cmd.exe", "/c %~s0 %params%", "", "runas", 1 >> "%temp%\getadmin.vbs"

    "%temp%\getadmin.vbs"
    del "%temp%\getadmin.vbs"
    exit /B

:gotAdmin
    pushd "%CD%"
    CD /D "%~dp0"

Thanks for the input. I gave it a try and still no go. It's clearly running so there is no admin issues. Still get this error:
Quote
Waiting for 0 seconds, press a key to continue ...
PCI\VEN_1002&DEV_687F&SUBSYS_6B761002&REV_C1\6&31E589B4&0&000000E8: Disable failed
PCI\VEN_1002&DEV_687F&SUBSYS_6B761002&REV_C1\8&3750E3E&0&0000002800E9: Disable failed
PCI\VEN_1002&DEV_687F&SUBSYS_6B761002&REV_C1\8&2339511D&0&0000003000E9: Disable failed
PCI\VEN_1002&DEV_687F&SUBSYS_6B761002&REV_C1\8&16A7BF3&0&0000001800E9: Disable failed
PCI\VEN_1002&DEV_687F&SUBSYS_6B761002&REV_C1\8&84C5B0D&0&0000001000E9: Disable failed
PCI\VEN_1002&DEV_687F&SUBSYS_6B761002&REV_C1\8&25709384&0&0000003800E9: Disable failed
No matching devices found.

Waiting for 5 seconds, press a key to continue ...


I'm very much a noob, but what I gather is that devcon.exe can't find the GPU's? I'll just have to disable/enable from device manager i suppose. Thanks again, hopefully new drivers at some point will address this.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: Any word on amd vega hash rates? on: November 06, 2017, 05:10:55 PM
Same. Anyone have any insight?

Make sure your running the batch file/devcon as an administrator. If that doesn't work, make sure you have the 64 bit version of devcon if you're running 64 bit windows, and the 32 bit version of devcon if you're running 32 bit windows.

Side note for people who might search this in the future:

The Asus Z270-A WILL NOT RUN 7 Vega. At least not without additional hardware. Its impossible to install the drivers, they'll crash every time no matter how you do it. 6 cards is doable, as long as they're placed in every slot EXCEPT PCIeX16_1. If a card is placed in the first x16 slot, then the drivers will crash while installing if you try to use more than 5 cards. Just a heads up for anyone who might be having this problem.

Thanks Mythic. I'm stumped.

I used this method to get devocon.exe:
]https[Suspicious link removed]

Then followed your instructions. Still get the same error:
Quote
C:\Users\monero\Desktop>devcon.exe disable "PCI\VEN_1002&DEV_687F"
PCI\VEN_1002&DEV_687F&SUBSYS_0B361002&REV_C3\6&2AF6ADFE&0&000000E6: Disable failed
PCI\VEN_1002&DEV_687F&SUBSYS_0B361002&REV_C3\6&2C451A81&0&000000E0: Disable failed
PCI\VEN_1002&DEV_687F&SUBSYS_0B361002&REV_C3\6&21DB5B6B&0&00000008: Disable failed
PCI\VEN_1002&DEV_687F&SUBSYS_0B361002&REV_C3\6&9C9E801&0&000000EB: Disable failed
No matching devices found.

I have to disable, then enable each GPU, which still works great. Still a pain though.
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: Any word on amd vega hash rates? on: November 05, 2017, 11:04:11 PM
I'm having problems with the script. The manual disable/enable works fine.

output of script:
C:\Users\monero\Desktop>devcon.exe disable "PCI\VEN_1002&DEV_687F"
PCI\VEN_1002&DEV_687F&SUBSYS_0B361002&REV_C3\6&2AF6ADFE&0&000000E6: Disable failed
PCI\VEN_1002&DEV_687F&SUBSYS_0B361002&REV_C3\6&2C451A81&0&000000E0: Disable failed
PCI\VEN_1002&DEV_687F&SUBSYS_0B361002&REV_C3\6&21DB5B6B&0&00000008: Disable failed
PCI\VEN_1002&DEV_687F&SUBSYS_0B361002&REV_C3\6&9C9E801&0&000000EB: Disable failed
No matching devices found.

C:\Users\monero\Desktop>timeout /t 5

Obviously it found 4 Cards but was not able to disable it?
I'm on build 1703 and I downloaded devcon.exe the following way:
https[Suspicious link removed]

Thanks for your awesome contribution Mythic


having the same issue. Anyone managed to solve this?

Same. Anyone have any insight?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!