Del137
|
|
February 01, 2014, 05:08:10 AM |
|
With such nickname you have no choice
|
|
|
|
CryptoBubbles (OP)
Member
Offline
Activity: 98
Merit: 10
|
|
February 01, 2014, 09:06:14 AM |
|
|
|
|
|
Del137
|
|
February 01, 2014, 09:59:26 AM |
|
woot!
|
|
|
|
CryptoBubbles (OP)
Member
Offline
Activity: 98
Merit: 10
|
|
February 01, 2014, 12:32:35 PM |
|
We now have a paper wallet generator available to use for RAD. http://cryptolife.net/paperwallet/RAD.html-Create and print out paper wallets. - Create multiple addresses - Create Vanity Wallet - Create Brain Wallet
|
|
|
|
|
|
Sparkzor
Member
Offline
Activity: 112
Merit: 10
|
|
February 02, 2014, 02:32:50 PM |
|
Is it on any other exchange than openex? I have a few K since launch but started mining it again since well I get atleast 0.05/day with 1mhps as it seems. Just the volume that has to get higher! Can you link the code for your banner?
|
|
|
|
CryptoBubbles (OP)
Member
Offline
Activity: 98
Merit: 10
|
|
February 02, 2014, 03:27:13 PM |
|
|
|
|
|
madman1980
Newbie
Offline
Activity: 19
Merit: 0
|
|
February 02, 2014, 11:46:01 PM |
|
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
|
|
|
|
CryptoBubbles (OP)
Member
Offline
Activity: 98
Merit: 10
|
|
February 03, 2014, 03:27:30 AM |
|
|
|
|
|
dr_yan_yan
Member
Offline
Activity: 98
Merit: 10
|
|
February 03, 2014, 09:23:09 AM |
|
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
I have asked someone super duper awesome to help solve your problem. Please be patient he will post a HOW TO sometime today.
|
|
|
|
JohnDorien
|
|
February 03, 2014, 11:24:15 AM |
|
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=05. 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 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!
|
|
|
|
CryptoBubbles (OP)
Member
Offline
Activity: 98
Merit: 10
|
|
February 03, 2014, 01:03:44 PM |
|
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=05. 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 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! Awesome, thanks for that.
|
|
|
|
madman1980
Newbie
Offline
Activity: 19
Merit: 0
|
|
February 04, 2014, 02:28:55 AM |
|
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=05. 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 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! awesome, looks like what i was needing. will post when i get a chance to give this a try, and will donate if successful. thanks!
|
|
|
|
CryptoBubbles (OP)
Member
Offline
Activity: 98
Merit: 10
|
|
February 04, 2014, 06:22:34 AM |
|
I have updated all the sites to be current.
|
|
|
|
Del137
|
|
February 04, 2014, 05:29:25 PM |
|
i run into funny error on one of my PC...
Got same settings from OP, suddenly one of rigs start getting ONLY hardware errors... changing anything wont help i changed videocard. hard drive with Windows, changed all settings except --StartT 1389196388 and i think maybe i had to change it?
I have no problems with any other scrypt coins, tried also scrypt-jane QQC to check.
Or problem in RAM?
Any advice?
|
|
|
|
Al_Bundy
Member
Offline
Activity: 70
Merit: 10
|
|
February 04, 2014, 06:47:58 PM |
|
--StartT 1389196388 is what I have. No issues there...
|
|
|
|
dr_yan_yan
Member
Offline
Activity: 98
Merit: 10
|
|
February 05, 2014, 09:39:19 AM |
|
i run into funny error on one of my PC...
Got same settings from OP, suddenly one of rigs start getting ONLY hardware errors... changing anything wont help i changed videocard. hard drive with Windows, changed all settings except --StartT 1389196388 and i think maybe i had to change it?
I have no problems with any other scrypt coins, tried also scrypt-jane QQC to check.
Or problem in RAM?
Any advice?
John Dorien had same Error. I will ask him what he did to fix it but... 1. Make sure you use SMOS 1.3
|
|
|
|
Del137
|
|
February 05, 2014, 09:40:50 AM |
|
I use Windows ) but I try later
|
|
|
|
CryptoBubbles (OP)
Member
Offline
Activity: 98
Merit: 10
|
|
February 06, 2014, 03:36:47 PM |
|
Now available on Google Play This app is updated weekly with current info and features.
|
|
|
|
|