Friday, December 29, 2017

How to mine LBTC - LiteBitcoin by using CPU

Set-up Procedure

# dependencies
 $ sudo apt-get update 
 $ sudo apt-get install git
 $ sudo apt-get install automake
 $ sudo apt-get install gcc
 $ sudo apt-get install g++

 # Compilation dependencies
$ sudo apt-get install libcurl4-openssl-dev
$ sudo apt-get install libssl-dev
  
# Switch to our home directory
$ cd /home/ubuntu/
  
# Download latest source
$ git clone https://github.com/tpruvot/cpuminer-multi
$ cd cpuminer-multi

  
# Compile
~/cpuminer-multi $ ./autogen.sh
~/cpuminer-multi $ ./configure --with-crypto --with-curl
 ~/cpuminer-multi $ make
  
# Test
~/cpuminer-multi $ ./cpuminer --cputest
  
# Run miner
~/cpuminer-multi $ ./cpuminer -a cryptonight -ostratum+tcp://168.235.67.167:3008 -u [Your wallet address] -p x --api-bind 0

# Chek
Here http://168.235.67.167:8081/workers You can search for Your wallet ans see the worker status

No comments:

Post a Comment