Pages:
Author

Topic: CryptoSlax Linux Mining Distro (Read 27721 times)

hero member
Activity: 784
Merit: 500
June 30, 2014, 10:29:31 PM
Seems this project is quite out of dev.
newbie
Activity: 6
Merit: 0
June 17, 2014, 09:38:59 PM
By the way this small FAQ comes from the author's Gogle + page.  

It was hard find this information, therefore I compiled it in one page and re-posted here for easer access:

#FAQ 001

my rig stuck on boot, its says "Looking for SLAX data in /slax"

mostly its caused by
* your usb flash drive are corrupted
* slax can't find your usb flash drive
* your usb controller aren't working or we dont have driver your your usb controller

solution
* clean up and check your flash drive, make sure its FAT32 formatted, delete [FLASHDRIVE:]\slax\changes content to make it back to factory settings
* put your flash disk to USB 2.0 port, if SLAX can't use your USB 3.0 controller
* most AMD based motherboard need IOMMU to be enabled in your motherboard BIOS in order your usb controller to be recognize by SLAX
* you can try put iommu=soft at boot option list

Quote
Frankly, none of the above worked for me [lapja] when I tried to mix 270x with 265 or 285 but yes... you might want to try these first, just before you start screeming nasty words...

#FAQ  002

what is root password ? how do i change it?
its "toor" by default, you can change it by issuing command "passwd root"

#FAQ  003

how do i activate module (.sb file)

* you can activate modules on www.slax.org by issuing "slax active [module name]" while it running
* you can activate custom cryptoslax module (on official website) by downloading it first (you can use "wget [url to module]") then issuing "slax activate /path/to/downloaded/module"
* or you can simply put that .sb file into your flash drive at [FLASHDRIVE :]\slax\modules then boot it

#FAQ 004

how do i access and edit my files on CryptoSLAX system?

* you can use SMB service, on windows using your windows explorer type \\[YOUR RIG IP] , on OSX using your Finder, go to Connect menu and put "smb://[Your RIG IP]
* you can use SSH service, for example you can use WinSCP and connect with your Rig IP, on OSX you can use CyberDuck software

#FAQ  005

how do i auto-start miner on boot?

* SLAX will execute all executable files on /etc/rc.d/rc.xxxx on boot (runlevel 3) which is before X started, so any program that need to access GPU wont detect gpu at this time, therefore u need to autostart after X started (see below)
* CryptoSLAX also will execute all executable files on /root/.kde/Autostart/start.h and run it in background (no visible terminal)
* CryptoSLAX will execute all executable files on /root/.kde/Autostart/start.d and run it on KDE terminal inside screen session
* for miner program, i create it more easy by creating symbolic link to miner autostart-session.sh script inside /root/.kde/Autostart/start.d , so if you want to autostart miner, simply make autostart-session.sh executable by issuing "chmod +x /path/to/autostart-session.sh" and to disable it to being autostarted simply make it non-executable by issuing "chmod -x /path/to/autostart-session.sh"


newbie
Activity: 6
Merit: 0
June 17, 2014, 09:14:06 PM
How to compile a new version of the sgminer. I need x11 quark. GRS these algorithms. Thank you very much for your work!

you need the module coreutil.sb that you can grab from slax site or that you can directly activate in the console:

Code:
slax activate coreutils
 or perhaps that is:
Code:
slax activate modtools
 I dont know I didn't try, but I did try this
Code:
slax activate git

then you navigate under the directory /opt/miners There are all the miners you want to modify or to add new ones.

to add the optimized X11mod :

Code:
git clone https://github.com/lasybear/sph-sgminer_x11mod
cd sph-sgminer_x11mod
./autogen.sh
./configure
make

then modify mining.conf with your user data

and you are good to go with ./start.sh under that directory

If you want to preciously keep the install you made as a module, once you are done playing with it, just try:

Code:
dir2sb /opt/miners/sph-sgminer_x11mod /mnt/live/memory/bundles/4015-x11mod.sb

That should save your install under modules directory. Not sure how this works however, because those changes are already saved.  The module conversion is useful only to be reused in another live Cryptslax USB distro without having to go through all the above. Or if you want to erase the changes directory because you've messed things up and need to reset them in the original state.  

Repeat the same process for any other mining software you wish to install.

If you have questions, dont ask me, I have no idea! I just found this stuff by tinkering around with cryptoslax.. Grin

newbie
Activity: 52
Merit: 0
May 06, 2014, 10:58:21 AM
How to compile a new version of the sgminer. I need x11 quark. GRS these algorithms. Thank you very much for your work!
sr. member
Activity: 560
Merit: 250
May 04, 2014, 09:03:50 PM
please update slax
it was very good Sad
member
Activity: 87
Merit: 10
April 30, 2014, 11:30:25 AM
I suspect that uray is not working on this any more.  No developments or website for a while now. 

Too bad, it is my favorite is for mining.  I have one rig running it that is very stable and I rarely have to touch it.  I am looking to move over to PimpOS, though it isn't as good or as easy. IMO.
newbie
Activity: 52
Merit: 0
April 30, 2014, 12:36:06 AM

I want to download the development version. Sites can not be opened.
member
Activity: 87
Merit: 10
April 08, 2014, 02:42:07 PM
You probably need the dev version so it has everything.
BZC
newbie
Activity: 29
Merit: 0
April 08, 2014, 03:42:41 AM
How to compile sph miner ? -bash make command not found. Please help me
newbie
Activity: 7
Merit: 0
April 08, 2014, 01:30:43 AM
Hi All

Would anyone mind sending me the "3371-od6config.sb" module, as the site is still unreachable.

Cheers
newbie
Activity: 59
Merit: 0
April 07, 2014, 05:58:16 PM

+1 for Yacminer. What happened to official website ? Tried few times always unreachable
hero member
Activity: 736
Merit: 500
April 02, 2014, 01:09:09 PM
How can i setup jhprimeminer to auto restart if it hangs or closes?
Thnx
hero member
Activity: 736
Merit: 500
March 30, 2014, 02:22:41 AM
You can set it to autostart by
running "chmod +x autostart-session.sh" while in the miner's directory. 
Like this:

cd opt/miners/sgminer
chmod +x autostart-session.sh
This will autostart sgminer, how to autostart cpu mining at same time?
Thnx again for great setup!
hero member
Activity: 736
Merit: 500
March 29, 2014, 05:43:12 PM
I just love your software!
Since i am not familiar with linux at all, this plug and play software is fantastic for my needs.
Would love to be able to run my gridseeds in the same plug and play config...

Would it be possible to code: if cpu is not mining, mine with low priority for you?
Since i dont think all of us is cpu mining, it could speed up "donations" to keep you working on this software?
I do cpu mine xpm, how can a noob finetune this?

Thank you very much
full member
Activity: 238
Merit: 100
Stand on the shoulders of giants
March 29, 2014, 04:09:54 PM
Thanks beautiful linux distro ... If you got t-shirts I buy it ... and please accept altcoins tips too Wink

ps-> .torrent and SHA-1 checksum Wink ?
newbie
Activity: 56
Merit: 0
March 29, 2014, 10:20:19 AM
How wonderful work

Mining under Linus is my dream

with you help, I achieve it

 Smiley Smiley
newbie
Activity: 66
Merit: 0
March 28, 2014, 08:12:54 AM
albasalo: Under 64bit Slax teamviewer not working. I tryed many ways withoth success.
full member
Activity: 426
Merit: 100
March 28, 2014, 02:01:08 AM
anyone else having problems trying to get this to boot using  another file system  fat32 is slow


but all the others I have tried ext3~4 btrfs

slax boots .. but sits their trying to find slax Huh



I am assuming its some permission issue on my end from when I added the files ?
newbie
Activity: 23
Merit: 0
March 27, 2014, 01:32:44 PM
please how can install teamviewer on cryptoslax?

thanks..

i'm a newbie on linux
newbie
Activity: 4
Merit: 0
March 26, 2014, 04:04:30 PM
Magnet links for last beta

magnet:?xt=urn:btih:CEB5A2434B409BFC14B7C5AA3C90C7ED542627CC&dn=cryptoslax64-0.3.1-beta2.7z&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2ftracker.publicbt.com%3a80%2fannounce&tr=udp%3a%2f%2ftracker.ccc.de%3a80%2fannounce

magnet:?xt=urn:btih:647B529DC82E2D07DBE79EB392D5173C81507D93&dn=cryptoslax64-0.3.1-beta2-dev.7z&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2ftracker.publicbt.com%3a80%2fannounce&tr=udp%3a%2f%2ftracker.ccc.de%3a80%2fannounce
Pages:
Jump to: