Author

Topic: Complete Guide To Mine Bitcoin on Xubuntu 12.04 (Read 4526 times)

hero member
Activity: 675
Merit: 507
Freedom to choose
i found if you do not check fglrx in additional drivers, then ati catalyst will not be installed.
full member
Activity: 196
Merit: 100
Web Dev, Db Admin, Computer Technician
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
member
Activity: 61
Merit: 10
Bitcoin believer
Of course not, and thanks for pointing out the typo!

Sweet guide! 

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

http://www.bitcointrading.com/forum/index.php?topic=590.0
member
Activity: 61
Merit: 10
Bitcoin believer
sr. member
Activity: 378
Merit: 250
Why is it so damn hot in here?
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
legendary
Activity: 1190
Merit: 1000
www.bitcointrading.com
Sweet guide! 

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

http://www.bitcointrading.com/forum/index.php?topic=590.0
member
Activity: 61
Merit: 10
Bitcoin believer
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
Jump to: