Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [RAD] Radioactive Coin- Exchanges, Apps, Paper Wallet, Stable, Services
by
JohnDorien
on 03/02/2014, 11:24:15 UTC
I'm interested in mining this coin.  i'm mining on a couple of windows-based rigs right now without issues.  I'd like to have my BAMT headless rig mine Radioactivecoin as well.  Is there any support on setting up this scrypt-jane miner on BAMT?  I'm not very Linux-savy...   could you point me in the right direction? ;p

Here we go!

1. Make sure you use SMOS 1.3 (tested on 1.2 also, won't work!)
2. Get the cgminer 3.7.2 sources and push them to the rig (or directly on the rig: wget http://ck.kolivas.org/apps/cgminer/3.7/cgminer-3.7.2.tar.bz2)
3. tar -xjvf cgminer-3.7.2.tar.bz2
4. get this patch: https://sites.google.com/site/rmdavidson/cgminer-3.7.2-sj-0.02.patch.gz?attredirects=0
5. Copy the patch to the cgminer folder
6. patch -i thepatch.patch
7. CFLAGS="-O2 -Wall -march=native" ./configure --enable opencl --enable-scrypt
8. make
9. cp ~/.cgminer/cgminer.conf cgminer.conf
10. Edit the cgminer file (that is in your cgminer folder now!!!) to your choice BUT
11. Add the line "sj-time" : "1389196388" in the config file
12. Run cgminer: ./cgminer -c cgminer.conf --scrypt-jane

If you like this, miners on my pools or tips are welcome Wink

edit: If you do not change the API values of the copied cgminer.conf you will have the stats on the SMOS stats page
edit2: Special thanks to rmdavidson who released the patch file!