Searching...
Tuesday, September 17, 2013

#Bitcoin CPUMiner Ubuntu

Read Complete Post From Source: BLog.CripperZ.SG

This will cause high resource usage on CPU.


 



# install dependencies
sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm git build-essential
 
# clone cpuminer
git clone https://github.com/pooler/cpuminer.git
 
# compile
cd cpuminer
./autogen.sh
./configure CFLAGS="-O3"
make
 
# choose a miner pool and register there
 
# start the miner
./minerd --url=http://eu.triplemining.com:8344/ --user=username_of_worker --pass=password_of_worker
 
# To join my mining pool, go to http://cripperz.triplemining.com and create your worker id / pass NOT your main triplemining account id / pass . The more the better.


cheers



#Bitcoin CPUMiner Ubuntu
Read Complete Post From Source: BLog.CripperZ.SG

0 comments:

Post a Comment

 
Back to top!