*Note*
If you sign up under my affiliate link and spend $10, I will send you $3/with Paypal. Just PM me here!
Hello Everyone,
Recently a thread has been published about mining Protoshares on the cloud - something which can be very profitable to do. Here I have taken the feedback from people in the cloud and have decided to put that all in one thread for you guys. I've also tried to make it a bit simpler for "newbies".
To start, please sign up for DigitalOcean using my referral link:
https://www.digitalocean.com/?refcode=3a96071d7d5f If you do, I'll give you some PTS for trying it out:), just post your address in this thread. To get extra, let me know you used my referral code (and if I got the referrals) then I'll give you $3.
Guide For beeeeer.org
First you need to create a droplet. I recommend starting with as large of a size as possible, though the best started is the 4 CPU / 8 GB - but feel free to start with a smaller one. Just don't use the smallest because when I tried it I got an error for using too much memory. . Make sure to make Debian 7.0 x64 your image. Once your droplet is created you should see a button in the top right that says root access. Click on that button and use your username and password (that are emailed to you when you create a droplet) to log in.
Once you have logged in type in the following code in order:
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/thbaumbach/ptsminercd ~/ptsminer/src
make -f makefile.unix
./ptsminer <your PTS address> <number of threads>
Go to
http://ptsweb.beeeeer.org/user/<your PTS address> to see how many coins your getting!
Thanks!