--Bizspark azure method--
Before you begin you require a Microsoft Bizspark account, preferably an admin but an invite will work just the same.
With an admin account you get 5x accounts (Admin + 4 invites) which is what this tutorial will be based on.
Each machine will feature 2x M60 Tesla cards so lets do some math here:
1. Each miner has a fluctuating speed of 31-41MH/s so lets base our calculations on 35MH/z. (
https://i.imgur.com/QS2wMsz.png)
2. Based on CryptoCompare 35MH/z will generate $8.75 per day
3. An admin account will allow you to run 5 machines which jumps this upto $43.75 per day.
4. The machine costs £1,513.81 to run and you get £115 credit per month allows you to run the machine for 3-4 days.
5. Calling it 3 days you will be generating $131.25 per month from those 5 machines
!!! The reason this tutorial works is because the accounts will refresh each month with £115 credit, meaning your next month will be $131.25 pure profit or even higher depending on ETH price !!!
//All of this was based on ETH mining with a mid range outcome, results can definitely increase according to ETH price / pool luck\\
How to build a machine on azure:
1.
https://i.imgur.com/yhCiCfm.png2.
https://i.imgur.com/dRA0E4L.png3.
https://i.imgur.com/8aKo55S.pngUbuntu build instructions:
sudo apt-get update
sudo -i
rmmod nouveau
exit
sudo apt-get install software-properties-common gcc make
sudo apt-get update
sudo apt-get install ethereum ethminer geth build-essential
wget
http://uk.download.nvidia.com/XFree86/Linux-x86_64/375.20/NVIDIA-Linux-x86_64-375.20.runsudo chmod +x NVIDIA-Linux-x86_64-375.20.run
sudo ./NVIDIA-Linux-x86_64-375.20.run --accept-license --no-questions --no-install-compat32-libs
wget
http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/cuda-repo-ubuntu1404_7.5-18_amd64.debsudo dpkg -i cuda-repo-ubuntu1404_7.5-18_amd64.deb
sudo apt-get -y install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install git cmake libcryptopp-dev libleveldb-dev libjsoncpp-dev libjsonrpccpp-dev libboost-all-dev libgmp-dev libreadline-dev libcurl4-gnutls-dev ocl-icd-libopencl1 opencl-headers mesa-common-dev libmicrohttpd-dev build-essential cuda -y
git clone
https://github.com/Genoil/cpp-ethereum/cd cpp-ethereum/
mkdir build
cd build
cmake -DBUNDLE=cudaminer ..
make -j8
screen -DR
./ethminer --farm-recheck 200 -G -S eu1.ethermine.org:4444 -FS us1.ethermine.org:4444 -O 0xB1F30b9E8f93b7Fd63f04F4A48982e71058330Bb.ethMiner