Issue whit rx570 im out of ideas

skydesignerskydesigner Member Posts: 7
Hello, I have 7rigs x 6 rx570 only issue I have is that one card on each rig always stop hashing and it’s always one near last one.

Any ideas?

Comments

  • JukeboxJukebox Member Posts: 640 ✭✭✭
    need more details
  • skydesignerskydesigner Member Posts: 7



    Well this is what i have
  • skydesignerskydesigner Member Posts: 7
    it says only to restart miner but this happening every 3-20hours, its frustrating... not sure what todo
  • JukeboxJukebox Member Posts: 640 ✭✭✭
    edited November 2017
    OS version, AMD driver version, claymore version, what software used for oc, gpu/mem clock settings, pagefile settings?

    You can also create file named reboot.bat with this content and place it near claymore exe file
    shutdown /r /t 5 /f
    and add -r 1 key to claymore start string.

    Thus your rigs will automatically reboot in case when GPU failure happens.

    All this can be found in readme, but ... nobody reads it. :D

    -r Restart miner mode. "-r 0" (default) - restart miner if something wrong with GPU. "-r -1" - disable automatic restarting. -r >20 - restart miner if something
    wrong with GPU or by timer. For example, "-r 60" - restart miner every hour or when some GPU failed.
    "-r 1" closes miner and execute "reboot.bat" file ("reboot.bash" or "reboot.sh" for Linux version) in the miner directory (if exists) if some GPU failed.
    So you can create "reboot.bat" file and perform some actions, for example, reboot system if you put this line there: "shutdown /r /t 5 /f".
  • botassarbotassar Member Posts: 4
  • skydesignerskydesigner Member Posts: 7
    Fix, when one of card is out rig will restart automaticly

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

    nano claymore.stub.conf


    -wd 1
    -r 1

    Ctrl+o , ctrl+x

    cd ..



    cd opt/miners/claymore
    nano reboot.bash


    #!/bin/bash
    sudo shutdown –r now

    Ctrlo+o, ctrl+x


    chmod +x reboot.bash
  • cidmocidmo Member Posts: 446 ✭✭✭
    lower the memory overclock on that specific card till stable
    if u have to lower below stock for stable
    then the bios flash needs to be done with looser timings

    if none of this is related to OC and u know this for sure
    i would say it a power problem like mine
    when i set my offsets too low after its mining i get cards failing like that
    for u it could be that or even risers or power connection to GPU
  • skydesignerskydesigner Member Posts: 7
    UPDATE SOLVED

    PROBLEM WAS IN ISLOATED WIRE, IF YOU USING ISOLATED WIRE WITH INVISIBLE ISOLATION JUST REMOVE ISOLATION OR REPALCE IT WITH WIRE WITHOUT ISOLATION

    Jesus....
Sign In or Register to comment.