I have a few questions regarding the Linux version:
- Is coloured text in the terminal possible? If so, how?
- How would I run the miner at system startup as user, inside screen ?
- For Claymore, can you build with a newer libcurl version so I don't have to install the libcurl-compat package ?
- Is temp/fan monitoring/change possible with AMDGPU driver ? If yes, does it require X to be running ?
Maybe Claymore or someone else can clear this up for me.
- How would I run the miner at system startup as user, inside screen ?
Depends on which distro you are using but add the application to the "Startup Applications" with the following command:
gnome-terminal -e "'\home\path\to\directory\start.sh'"
Note: there are single quotes inbetween the double quotes in case there are spaces in the directory path.
gnome-terminal or mate-terminal or terminal vary based on the distro you are using.
Hi, thanks for bothering to reply.
I am using an arch linux based distro but without X running (headless).
I know it's easy when you have autologin and X running..