Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: slavo on January 30, 2014, 03:12:00 PM



Title: help for setup scrypt jane mining on xubuntu please - WILL TIP -
Post by: slavo on January 30, 2014, 03:12:00 PM
Hi everyone,

I've got a (little) farm, and I just install xubuntu on all my rigs, as I don't like to crack windows, nor to pay for it.

All the setup is working fine now, but I'm willing to mine some scrypt-jane coin and don't know how to do (i'm a linux noob, but I want to improve ^^)

I would really love some help, and I can later update this thread to a tutorial about it, as I can't find anything with google about simple steps for setup scrypt jane.

Cheers guys and thank you.


Title: Re: help for setup scrypt jane mining on xubuntu please - WILL TIP -
Post by: shy_melody on March 04, 2014, 05:29:59 AM
For scrypt-jane coin mining on (x)Ubuntu, it's necessary to compile a special version of minerd or a special version of a GPU miner.


Title: Re: help for setup scrypt jane mining on xubuntu please - WILL TIP -
Post by: Thirtybird on March 05, 2014, 03:35:25 AM
Hi everyone,

I've got a (little) farm, and I just install xubuntu on all my rigs, as I don't like to crack windows, nor to pay for it.

All the setup is working fine now, but I'm willing to mine some scrypt-jane coin and don't know how to do (i'm a linux noob, but I want to improve ^^)

I would really love some help, and I can later update this thread to a tutorial about it, as I can't find anything with google about simple steps for setup scrypt jane.

Cheers guys and thank you.

I maintain two libraries for mining scrypt-jane coins, both at https://github.com/thirtybird

you will need to clone the repositories using git (may need to install it)
AMD GPU miner
git clone https://github.com/Thirtybird/YACMiner

CPU miner
git clone https://github.com/Thirtybird/cpuminer

you'll need to compile them - they both compile similarly, but read the documentation included in those libraries