Mining and Mining Pool stuff

wget http://spidersbox.com/mining/amd-catalyst-14-4-rev2-linux-x86-x86-64-may6.zip
wget http://spidersbox.com/mining/cgminer-3.3.1.tar.lrz
wget http://spidersbox.com/mining/cgminer-3.4.0.tar.lrz
wget http://spidersbox.com/mining/cgminer-3.7.2-x86_64-built.tar.bz2

If error ./cgminer: error while loading shared libraries: libudev.so.1
Run this as root:

        ln -s /usr/local/lib/libjansson.so.4 /usr/lib/libjansson.so.4
        ln -s /lib/x86_64-linux-gnu/libudev.so.0 /lib/x86_64-linux-gnu/libudev.so.1
        ln -s /lib/x86_64-linux-gnu/libudev.so.0.13.0 /lib/x86_64-linux-gnu/libudev.so.1 

If one of the command runs into an error just ignore it.

diamondd
The linux version is stable you just didn't know how to compile it.
.obj files are compiled files and as such should not be included in Github
*Update ubuntu
sudo apt-get update
*install git to download the source code
sudo apt-get install git
*install the other necessary components
sudo apt-get install build-essential libboost1.48-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev
*navigate to the home directory
cd ~  (cd /home/yourusername)
*download the diamond source code
git clone https://github.com/DMDcoin/Diamond-Coin-2.0.1.git
navigate to the src file in the source code
cd Diamond-Coin-2.0.1/src
*create obj folder
mkdir obj
*build diamondd !This will take a while!
make -f makefile.unix USE_UPNP=-

Antminer