Mining generally use high-end graphics card to do mining machine, not the average person can afford to play
Here is a method of using the CPU to mine mining, pure play, do not expect to get rich oh
This method is tested on CentOS and Raspberry Pi native systems.
Download Cpuminer from git first
git clone https://github.com/pooler/cpuminer.git?
Go to Catalog
CD cpuminer/?
Perform
./autogen.sh?
Perform
./configure cflags="-mfpu=neon"?
Note: The above is the parameter compiled in the Raspberry Pi, if in CentOS, it needs to be modified to:
./configure cflags="-o3"?
Start compiling the installation
sudo make && sudo make install
Then find a mine pool, register the account and password, I use this:
Us.litecoinpool.org?
Get your url/account number and password and you're ready to go.
./minerd--url=stratum+tcp://us.litecoinpool.org:3333--userpass= Miner account Number: Miner password-T 1
Attached to the excavation
???
Test pass?:
-Raspberry Pi 3 (official ROM)
-Normal PC (Centos)?
Linux-Mining-Cpuminer Method Records