Post
Topic
Board Mining (Altcoins)
Re: [OS] rxOC easy-to-use Linux AMD Mining v_stopgap
by
papampi
on 05/05/2018, 06:53:43 UTC
Sorry for late reply

I will try to find the problem on oneBash, in the mean time install python request with:


Code:
sudo apt install python-pip
sudo pip install requests

This should solve the WTM python problem


Edit:
What happens when you run this command:

Code:
guake -n /home/m1/wtm_auto_switch -r WTM_AUTO_SWITCH -e "bash /home/m1/wtm_auto_switch"

Edit 2:
Does rxOC has screen installed?
We can try to run wtm in screen mode

Change oneBash wtm start command from guake to screen and see how it goes:

Code:
screen  -dmS wtm  bash /home/m1/wtm_auto_switch

If screen is not installed in rxOC bt default install with :
Code:
sudo apt install screen
After restart oneBash, run

Code:
screen -r wtm

This shows wtm switcher output, to get out of screen "ctrl a+d" (dont use ctrl+c)