Bitcoin Forum
June 19, 2024, 05:27:05 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [TUTORIAL] Running YaCoin Miner on CentOS Headless -- Easy!  (Read 2199 times)
Vorksholk (OP)
Legendary
*
Offline Offline

Activity: 1713
Merit: 1029



View Profile WWW
May 11, 2013, 07:47:24 PM
Last edit: May 11, 2013, 07:58:48 PM by Vorksholk
 #1

There's two ways to get YaCoin mining on CentOS (like a rented server); The Easy way, and the Hard way.

There has been information going around (likely FUD) that the YaCoin client steals bitcoins from you. This thread shows you how to mine them, and does not need the yacoin client. You can mine to the yacoin pool (at don't mine me).

The Easy Way:
I made a script that does everything for you. Ta-da!

Code:
wget vorksholkms.com/yacoin.sh
chmod a+x yacoin.sh
./yacoin.sh



Then:
cd cpuminer
screen -S miner
./minerd -o http://yourpool.com:port -u username -p password -a scrypt-jane --threads #CPUs (where #CPUs is the number of cores your computer's processor(s) have)


Want to do it yourself? Cool!

Code:
sudo yum -y groupinstall "Development Tools"
sudo yum -y install git libcurl-devel python-devel screen rsync
git clone https://github.com/ali1234/cpuminer
cd cpuminer
./autogen.sh
./configure CFLAGS="-O3"
make


Then:
cd cpuminer
screen -S miner
./minerd -o http://yourpool.com:port -u username -p password -a scrypt-jane --threads #CPUs (where #CPUs is the number of cores your computer's processor(s) have)


As well, I may start selling servers soon that have a dedicated i7-2600 or i7-3770 for ~$100/month, and it will point towards your pool, be pre-configured, and 24/7 with 99% uptime.

VeriBlock: Securing The World's Blockchains Using Bitcoin
https://veriblock.org
mebezac
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
May 13, 2013, 06:54:10 AM
 #2

Thanks very much for this!

BTC: 168d57nW72Y6DidPgE88iL7vYmpQD45dYK|LTC: LLPttXuFF2uTo2CWeEwXU5CwcUcgQ4NGd3
Vorksholk (OP)
Legendary
*
Offline Offline

Activity: 1713
Merit: 1029



View Profile WWW
May 13, 2013, 12:10:32 PM
 #3

Thanks very much for this!
Sure! Smiley

VeriBlock: Securing The World's Blockchains Using Bitcoin
https://veriblock.org
Vorksholk (OP)
Legendary
*
Offline Offline

Activity: 1713
Merit: 1029



View Profile WWW
May 14, 2013, 08:53:18 PM
 #4

I'm still struggling with Ubuntu ... very hard time after using Win for over 10 years.

I find CentOS to be a tad easier myself Smiley Might just be because I've worked with it for longer than debian . . .

VeriBlock: Securing The World's Blockchains Using Bitcoin
https://veriblock.org
BuyCheck
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
September 17, 2015, 05:18:09 AM
 #5

I can not connect to the pool with the following settings

Quote
./minerd -a scrypt -o stratum+tcp://176.31.126.179:3333 -O user.1:123
centos os, please help


Quote
[root@DS2121 cpuminer]# ./minerd -a scrypt -o stratum+tcp://176.31.126.179:3333 -O user.1:123
Try `minerd --help' for more information.
[root@DS2121 cpuminer]#
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!