Hi everyone
I can not make this right, been trying to set up cloud mining with digital ocean but am not succeding....here is the code i am using:
sudo apt-get update
sudo apt-get install yasm -y git make g++ build-essential libminiupnpc-dev
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix
git clone https://github.com/jh000/jhProtominer.git
cd ~/jhprotominer/src
make -f makefile.unix
./jhprotominer -o ypool.net:8081 -u marimaxxxx.pts_1 -p 12345
Please help,
...where am i wrong? 
I would read though this wiki: (But the example is old, you may want to try the new M7i version)
http://ypool-mining.wikia.com/wiki/Ypool_Mining_WikiThe link to the best miners that I have found is yvg1900's dropbox, here:
https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTzThat is all the various compiled versions, the one you would want is the nehalem version.
So from your droplet on DigitalOcean, do this:
wget
https://www.dropbox.com/sh/jvp4wwek8jpohj7/fOnW5_SA49/yam-yvg1900-M7i-linux64-nehalem.tgzthen untar it, copy the yam and yam.cfg files to your home directory. Make sure yam is marked execute. (chmod a+x yam)
modify the yam.cfg file with your account.worker info. Comment out the 2nd pool if you don't have one.
start it with ./yam --config yam.cfg
With a 2GB/2 CPU, the one for $20 a month, I'm only able to get around 33-40 CPM, sometimes 70 CPM, so it's not really worth it. I think they either throttle or the server gets loaded.
Even at the best CPM of 70 that is only 0.0445 PTS a day at the current difficulity. So that would barely cover the monthly cost.
CPM Calc here:
http://mrx.im/pts.phpBut it's always fun to play and learn. Good luck.
