Install git, usually with your own
sudo apt-get install git
Install some of the necessary libraries
sudo apt-get install build-essential autoconf automake libtool pkg-config libcurl3-dev Libudev-dev
Install Gitcore
sudo apt-get install Gitcore
Download the Cgminer source from GitHub
git clone https://github.com/ckolivas/cgminer.git
Access to Cgminer directory
CD Cgminer
Execute autogen.sh This script
SH autogen.sh
Set configuration file, open Icarus,icarus What's this?
./configure--enable-icarus
Compile, you can probably understand that.
Make
If you do not trust, you can also compile after the inspection, as if a lot of time is not, like make almost
Make check
Install the finished installation into the system
sudo make install
Run Cgminer, the following Eligius is a mine pool, we can take a look at Http://eligius.st, then the following stratum.mining.eligius.st should be to help others dig mine
sudo cgminer-o stratum+tcp://stratum.mining.eligius.st:3334-u
1e1igiusfejs1pcagjeerexe9gycrfwow7-p x
# # #以下只是补充内容, can not look, this is to look at other sites to supplement the
/ /Other Make directives:
Make clean: clears compiled binaries (Binaries) and object Files (object)
Make Distclean: Clear, clear, including configuration files
Make install: Installing the compiled executable to the system requires root permissions
Make uninstall: Uninstall from the system, also require root permissions
//Other commands you can play with
Cgminer-v view version number
Cgminer --help