1. Installing CPU Miner on Linux
# apt-get update # apt-get install libcurl4-openssl-dev git build-essential # apt-get install autotools-dev autoconf libcurl3 libcurl4-gnutls-dev # mkdir /downloads # cd /downloads # git clone https://github.com/pooler/cpuminer # cd cpuminer # ./autogen.sh # CFLAGS="-march=native" ./configure # make # make install # minerd -o stratum+tcp://ltc.pool.minergate.com:3336 -u yourEmail@gmail.com -p x


2. Installing CPU Miner Multi on Linux
# git clone https://github.com/OhGodAPet/cpuminer-multi
# cd cpuminer # ./autogen.sh # CFLAGS="-march=native" ./configure # make # make install


3. Installing CPU Miner CLI by official website on Windows
  • Go to https://minergate.com/
  • Clik on Downloads
  • Click on CLI miner
  • Download Zip Folder
  • Extract Folder
  • Open file
  • Make new text file
  • Type minergate-cli yourEmail@user.com -bcn
  • Save file with .cmd or .bat extension
  • Run saved .cmd or .bat file



4. Repeating Code in .bat file
  • open .bat file
:folderName //Where file is situated
minergate-cli -user yourEmail@user.com -bcn //your code
timeout 1
if not exist c:\test goto folderName

  • save



5. Running .bat file in startup on windows
  • Start run
  • Type shell:startup
  • Copy created .bat file's shortcut and past in opened folder
  • save


CPU Miner on Windows



Comments