Is there a working Open source implementation of litecoin mining application for Linux without GUI

1

Is there a working Open source implementation of litecoin mining application for Linux flavours without GUIs (think debian, ubuntu server etc.)

I found a couple of implementations by developers but all of them are closed source.

Alastor Moody

Posted 2013-10-11T21:25:41.943

Reputation: 111

Answers

2

cgminer should work, it is open source, cross platform miner for bitcoins and litecoins (--scrypt key used for scrypt based coins like litecoin.)

psycat

Posted 2013-10-11T21:25:41.943

Reputation: 141

1

Looks like the litecoin.org client on github includes litecoind which would be the non-GUI version.

https://github.com/litecoin-project/litecoin/blob/master-0.8/INSTALL

https://github.com/litecoin-project/litecoin/blob/master-0.8/doc/build-unix.md

Neil Neyman

Posted 2013-10-11T21:25:41.943

Reputation: 598

0

there are many, googling "litecoin mining software" will find you some.

I've used: https://github.com/cbuchner1/CudaMiner https://github.com/ckolivas/cgminer/

Scott Howard

Posted 2013-10-11T21:25:41.943

Reputation: 26