Author Topic: Cloud Mining Protoshares  (Read 1123 times)

0 Members and 1 Guest are viewing this topic.

Offline bitshirehashaway

  • Full Member
  • ***
  • Posts: 183
    • View Profile
Hello Everyone,
I'm here to release a new cloud mining guide for you guys. These guides are great for getting started with bash programming, mining crypto currencies, and making some money along with all that.

These guides work on Digital Ocean cloud servers. Right now if you sign up and spend $25 with my referral link here: https://www.digitalocean.com/?refcode=3a96071d7d5f I will give you guys $10 back to your paypal - equivalent to a 40% discount! Send me a PM after you spend the $25 to receive your $10 back and I'll tell you how to get proof!

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/ptsminer
cd ~/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!