If anyone is prepared to explain and setup an Amazon based CPU mining farm for me,
then please let me know. I have an Amazon account and will pay a good bounty in
either BTC or DRK. I'm really keen to learn how to outsource the mining of DRK.
I'm a quick learner and I already have an Amazon S3/E2 account.
Just need a bit of help. I'm willing to pay for your expertise

Please PM me if you can help out. Thanks so much!
Cheers,
Johnathan
Hi,
Just createw an ubuntu. You can use the eduf AMI image called : dark_public_miner in N. Virginia. (spot request) There is a tuto on first page also.
Then create this script : vi inst13.sh
sudo apt-get update
sudo apt-get install -y build-essential m4 libssl-dev libdb++-dev libboost-all-dev libminiupnpc-dev git automake libcurl4-openssl-dev
git clone
https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aescd darkcoin-cpuminer-1.3-avx-aes
chmod a+x autogen.sh
./autogen.sh
./configure CFLAGS="-O3 -march=native"
make
_____________
chmod u+x inst13.sh
./inst13.sh
That's all folk