

- #CGMINER SETUP LINUX INSTALL#
- #CGMINER SETUP LINUX DRIVERS#
- #CGMINER SETUP LINUX UPDATE#
- #CGMINER SETUP LINUX SOFTWARE#

lhr_autotune - space-separated list of LHR auto-tune. lhr_tune - space-separated list of LHR tune values, meaning GPU unlock percentage. lhr - space-separated list of LHR modes. Only Nvidia GPUs are supported for these commands. pass or shortly -p - worker password or default pool password, can be empty, default value is ‘x’ (for example: MyAwesomePassword) LHR unlock user or shortly -u - mining pool login or wallet address, worker’s name can be specified with a dot (for example: sRuJK1BmA758GbOn.worker', '3LZhp4g3m7YWqR4hAPrZsKWbyo7hRBmqvy.rig0) port or shortly -n - mining pool port (for example: 8888, 3385) server or shortly -s - mining pool address (for example:, ) list_devices - list devices available for mining
#CGMINER SETUP LINUX SOFTWARE#
The following command will start up the CGMiner Software (example): cd ~/mining/newpac/cgminer We achieved best results with dem Arctic Breeze Mobile 92 mm (quiet, performant, high-quality). We recommend a quality USB fan for operating clock rates greater than 150 MHz. For more details please check the following link on : here Users reported several compatibility issues with USB 3.0 Hubs with Intel chipsets. We highly recommend the GekkoScience 7-Port USB Hub which was specifically designed for the operation with USB stick miners. This USB Stick Miner requires a actively powered USB Hub which can independently provide 2 A for each USB port We have achieved good results with several USB 2.0 Hubs from Anker or Orico.

This command returns a list of detected miners.
#CGMINER SETUP LINUX DRIVERS#
autogen.sh -enable-gekkoĮxplanation notes: The build parameter –enable-gekko activates the GekkoScience drivers both for Compac (single ASIC) and 2Pac (dual ASIC). The build command for Ubuntu 16.04.1 LTS (or higher) is slightly different: CFLAGS="-O2 -march=native". Now you can clone the GekkoScience CGMiner branch from GIT: mkdir -p mining/newpac cd mining/newpacĪfter successful cloning you can start to build CGMiner: CFLAGS="-O2".
#CGMINER SETUP LINUX INSTALL#
Sudo apt-get install -y build-essential git autoconf automake libtool pkg-config libcurl4-openssl-dev libudev-dev libusb-1.0-0-dev libncurses5-dev

The following packages are mandatory to properly build CGMiner:
#CGMINER SETUP LINUX UPDATE#
It’s not necessary to use root.įirst steps: update and upgrade of system and reqired packages: sudo apt-get update This installation guide describes setup, configuration and build based on a freshly installed Raspbian (Debian) or Ubuntu installation. Preparation, Package Dependencies, Configuration and Build for Raspbian – Kernel version: 4.4 (Debian 8.7.1) or higher of for Ubuntu 16.04.1 LTS or higher Preparation
