Bitcoin Forum
July 02, 2024, 05:02:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] - LTC minerd install as Ubuntu Linux service!  (Read 11516 times)
ThiagoCMC (OP)
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
December 20, 2011, 11:52:23 PM
 #1

Guys,

 Compile and install (./autogen.sh ; CFLAGS=-O3 ./configure ; make ; make install) your minerd (git clone https://github.com/pooler/cpuminer.git) as usual and create the following file:

 file /etc/init/ltc-miner.conf with:

Code:
description     "LTC Mining"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
kill timeout 30
script
  exec minerd --url http://mine.pool-x.eu:8337 --userpass UltraX.miner0:1234 -s 3
end script

 And to run your minerd, type:

Code:
sudo service ltc-miner start

 If the service (minerd) dies, don't worry, Ubuntu Linux will start it again automatically.

 BTW, the minerd service will start up automatically on every boot.

Best!
Thiago
saigo
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
May 12, 2013, 12:57:28 PM
 #2


Just used this, thanks !  Grin

Saigō Takamori : ( 1828 – 1877) was one of the most influential samurai in Japanese history. He has been dubbed the last true samurai.
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!