Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.05 KB

archminer

Setup script for Arch Linux ethminer (nvidia)

This is a script to streaminline setting up ethminer on an archlinux install.

First update the system;

Pacman -Syu

Installing nvidia drivers and conky system monitior;

Pacman -S nvidia nvidia-settings conky

The above drivers/software is for NVIDIA GPU's (setup for Nvidia 1060's), should work for 1070's and 1080's.

Script will gather user data to create config files systemd startup files and a method to check the miner perodically to ensure it has not crashed

Setup will include desktop autostart files to run the gpu tuner settings.

This was setup around the LXDE desktop environmet. It may work with other Desktop environment's but proceed at your own risk.

Download and unzip the setupminer.zip and run ./setup.sh

Ensure you unzip setupminer.zip in the users home directory and do not run with sudo, it will be asked of you midway through the script.

I have not done extensive testing on this so proceed at your own risk and read through the script to make sure it makes sense for your system.