Device 0 detected as crashed

Hello.

I’m beginner in mining and I attempt to mine GRIN today with a Radeon Rx 580 8Go and LOLminer on Windows 10.

Command prompt start, begin to mine before indicate this error message and restart to attempt to mine.

I receive this error code :
device 0 detected as crashed
Closing miner with exit code 42 ( --watchdog close)

Blockquote
@echo off

setlocal enableDelayedExpansion

Rem #################################

Rem ## Begin of user-editable part ##

Rem #################################

set “POOL:3001=europe.pool.easygrin.org
set “WALLET=grin10764envynkw30een47kpa9gwywfdm3qxfcd7q2gyl602ddgwgmfq86mmer.sebulbasdm”

set “PASS=x”

set “EXTRAPARAMETERS=–apiport 8020”

Rem #################################
Rem ## End of user-editable part ##
Rem #################################

set “PARAMS=–profile %PROFILE%”
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

cd /d %~dp0

set MyVariable=%CD%\lolMiner.exe

:WindowsVer
echo “Running lolMiner from %MyVariable%”
for /f "tokens=4-5 delims=. " %%i in (‘ver’) do set VERSION=%%i.%%j
if “%version%” == “10.0” goto W10
goto OtherW

:W10
“%MyVariable%” --coin GRIN-C32 --pool !POOL! --user !WALLET! --pass !PASS! --watchdog exit !EXTRAPARAMETERS!
if %ERRORLEVEL% == 42 (
timeout 10
goto W10
)
goto END

:OtherW
“%MyVariable%” --coin GRIN-C32 --pool !POOL! --user !WALLET! --pass !PASS! --watchdog exit !EXTRAPARAMETERS! --nocolor
if %ERRORLEVEL% == 42 (
timeout 10
goto OtherW
)

:END
pause

Blockquote

Can you help me ?

Thanks :wink::+1:t4:

2 Likes

@sebulbasdm The only thing I can tell you is that it is highly unprofitable to mine Grin on any video card except the latest and greatest NVIDIA card since you have to compete with very efficient ASICS (G1 and G1 mini).

If you insist on mining with an Radeon Rx 580 knowing you will lose money on it, see this thread:
https://forum.grin.mw/t/gminer-1-51-windows64-mine-grin29-bat-throws-error-with-sapphire-radeon-rx-580-series-8gb/

2 Likes