Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
papampi
on 16/01/2018, 11:08:22 UTC
   Running Claymore I used to be able to use the keyboard commands 0-9 and s for stats. Now they just print to the window I am in and no effect. Is this to be permanent? Sure was helpful.

thay


In a gwake terminal tab f12,

For now use

Code:
screen -r miner


Will add an option in next release to make gnome-terminal interactive or just show miner logs, or revert it back to old system for local.


Open 3main, near the end of the file change
From:
Code:
     elif [ $LOCALorREMOTE == "LOCAL" ]
      then
        touch /home/m1/nvoc_logs/screenlog.0
        tail -f /home/m1/nvoc_logs/screenlog.0
      fi
    fi

  elif [ $AUTO_START_MINER == "NO" ]

To:
Code:
     elif [ $LOCALorREMOTE == "LOCAL" ]
      then
       screen -r miner
      fi
    fi

  elif [ $AUTO_START_MINER == "NO" ]