|
January 18, 2014, 06:05:30 PM |
|
I don't have a fully-written out guide, per say, but here's what I typically do when I need to rebuild a miner.
1. Have a USB stick loaded with Ubuntu 12.04 Desktop (I like this distro - sue me). * Ubuntu has a lot of bloat. Thankfully, it doesn't really hinder mining. 2. Have your various miner applications downloaded and ready to go. I personally stick with cgminer 3.5.1, though up to 3.7.2 works with Scrypt. 3. Have the latest drivers available and ready to go.
Install the OS. The only important part of this is making sure you tell the installer to NOT require a login when booting up. Once the OS is online, you'll need to install the video driver, use the express option, and then reboot. Once rebooted, run: $ sudo aticonfig --list-adapters (This should show you all of the graphics cards that it detects). If everything looks good, you need to build your xorg.conf. ALWAYS make a backup. $ sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup $ sudo aticonfig --initial --adapter=all Reboot.
Now, it's all about getting your miner up and running. A config file works, as does a huge string from the command line. This part of the setup is very similar to what you did on Windows, so I'll leave it out.
|