Bitcoin Forum

Bitcoin => Mining => Topic started by: lueo on May 20, 2012, 09:43:01 PM



Title: Complete Guide To Mine Bitcoin on Xubuntu 12.04
Post by: lueo on May 20, 2012, 09:43:01 PM
Firstly, I’d like to thank Kanoi, who wrote an excellent howto guide on “How to setup a cgminer using xubuntu 11.04 live on a USB”. However, I don’t need to mine on a USB (it’s slow compare to a HDD). Also, his guide didn’t update with the latest version of Xubuntu (12.04), which in my opinion is the easiest version of Xubuntu ever to mine bitcoin with.

Althought to mine on Xubuntu 12.04 is relatively easy, there are still some pitfalls I want to you to avoid, so I wrote this guide.

For the latest version, please visit the following address:

http://goo.gl/vP3G9


Title: Re: Complete Guide To Mine Bitcoin on Xbuntu 12.04
Post by: mc_lovin on May 21, 2012, 12:16:07 AM
Sweet guide! 

I posted the link on BitcoinTrading.com, hope you don't mind! :D

http://www.bitcointrading.com/forum/index.php?topic=590.0


Title: Re: Complete Guide To Mine Bitcoin on Xbuntu 12.04
Post by: TheHarbinger on May 21, 2012, 12:34:38 AM
Found an error.

Code:
    wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-11-x86.x86_64.run
    chmod +x amd-driver-installer-12-4-x86.x86_64.run
    sh ./amd-driver-installer-12-4-x86.x86_64.run --buildpkg Ubuntu/precise
    sudo dpkg -i fglrx*.deb

First line fetches 11.11,
next two lines refer to 12.4.

For 11.11 it should be

Code:
    wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-11-x86.x86_64.run
    chmod +x amd-driver-installer-11-11-x86.x86_64.run
    sh ./amd-driver-installer-11-11-x86.x86_64.run --buildpkg Ubuntu/precise
    sudo dpkg -i fglrx*.deb

Fro 12.4 (7xxx series cards)

Code:
    wget http://www2.ati.com/drivers/linux/ati-driver-installer-12-4-x86.x86_64.run
    chmod +x amd-driver-installer-12-4-x86.x86_64.run
    sh ./amd-driver-installer-12-4-x86.x86_64.run --buildpkg Ubuntu/precise
    sudo dpkg -i fglrx*.deb


Title: Re: Complete Guide To Mine Bitcoin on Xbuntu 12.04
Post by: lueo on May 21, 2012, 12:43:32 AM
Corrected. Thanks!

Found an error.



Title: Re: Complete Guide To Mine Bitcoin on Xbuntu 12.04
Post by: lueo on May 21, 2012, 12:46:52 AM
Of course not, and thanks for pointing out the typo!

Sweet guide! 

I posted the link on BitcoinTrading.com, hope you don't mind! :D

http://www.bitcointrading.com/forum/index.php?topic=590.0


Title: Re: Complete Guide To Mine Bitcoin on Xubuntu 12.04
Post by: check_status on May 21, 2012, 04:13:48 AM
For those who don't like to click on a shortened link:

Complete Guide To Mine Bitcoin on Xbuntu 12.04 - Google Docs
Destination URL:
https://docs.google.com/document/d/1Gw7YPYgMgNNU42skibULbJJUx_suP_CpjSEdSi8_z9U/edit
http://unshorten.it/index.php


Title: Re: Complete Guide To Mine Bitcoin on Xubuntu 12.04
Post by: FreedomCoin on April 05, 2013, 04:58:38 PM
i found if you do not check fglrx in additional drivers, then ati catalyst will not be installed.