Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v7.0 (Windows/Linux)
by
voidwalker
on 18/09/2016, 23:11:23 UTC
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..