[UPDATED] Guide to mining on DigitalOcean! ($0.007 per hour, 700+ PPS)

3/28/2014 UPDATE: Now using mikaelh’s HP12 miner. Thanks mikaelh!

Below I’ve written a step-by-step guide along with my personal tips. Please use my referral link below. Donations are welcome!
(XPM: AbPbhpodUx4DDPpgrYUCuGrTVehqiVxHes | LTC: LSRn1M1kp7cukPnn9K6UcckVP5Mi3FA7PZ | BTC: 1CGz2zaJeJ1Bg5ttVtzNbNuR13ThchPHyk)

  1. Visit DigitalOcean and sign up for a new account.
  2. Try any of these promo codes for a free $10 credit: http://www.retailmenot.com/s/digitalocean (note: you must enter it along with your credit card on the billing tab)
  3. Create a 512GB / 1 CPU Ubuntu 12.10 x64 Desktop. (This is the best value for mining purposes. $0.007 per hour up to $5 per month and I preferred the Desktop just because I hate not having GUIs though there may be a slight performance decrease.)
  4. You will be emailed the password for your “Droplet”. Use it to login via “console access”
  5. Download Primecoin. http://sourceforge.net/projects/primecoin-hp/files/0.1.2-hp12/primecoin-0.1.2-hp12.tar.bz2/download
apt-get install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y
apt-get install libgmp-dev
tar jxf primecoin-0.1.2-hp12.tar.bz2
cd primecoin-0.1.2-hp12/src 
dd if=/dev/zero of=/swapfile bs=64M count=16
mkswap /swapfile
swapon /swapfile
make -f makefile.unix USE_UPNP=-
mkdir ~/.primecoin
echo "rpcuser=ARPCUserName
rpcpassword=SomethingReallyLongOK
gen=1" > ~/.primecoin/primecoin.conf
sudo mv primecoind /usr/local/bin/.
primecoind --daemon
  1. Setup primecoind to load on startup: applications menu->settings->settings manager->session and startup->application autostart->add
/usr/local/bin/primecoind --daemon
  1. Create a script on desktop to run watch your mining progress (This makes it easier as once you login you just have to double-click one icon to check on your mining stats)
    right click on desktop->create launcher->watch 'primecoind listtransactions | grep "amount\|category" & primecoind getmininginfo'
  2. Now your first “Droplet” is all set.
  3. To make more “Droplets” you can save time by cloning your first “Droplet” by saving it as an image and reusing it in “Create”. (note: this maybe a security risk because then all your Droplets will have the same wallet)
  4. New accounts are limited to 5 "Droplets" however you can send in a support ticket to request your limit be increased.
    
  5. To access your newly mined Primecoins
    

on VPS terminal:

primecoind listtransactions # to find your receiving addresses
primecoind dumpprivkey $receiving_address

on main wallet:

primecoind importprivkey $privkey_from_vps

Happy mining! Let me know if you have any questions or your own suggestions/improvements.


Signed: Kenny Tan

nice guide, i had a test with a few servers and found no advantage to increasing the number of cores and ram… think my server provider sucks :stuck_out_tongue:

Giving it a try, but it looks like the promo code isn’t working :frowning:

Try any of these: http://www.retailmenot.com/s/digitalocean

Try any of these: http://www.retailmenot.com/s/digitalocean[/quote]

I was just about to say, HELLOSF works for $5 off.

Making a droplet now for fun, we will see how it goes!

Going to have to add some nodes, this droplet doesn’t like to play nice.

scratch that it just had to think hard about it for 5 minutes :slight_smile:

I’ve had so-so luck on my digitalocean miners - my openVZ miners perform a hell of a lot better.

digitalOcean1: 32 PPS
digitalOcean2: 19 PPS
digitalOcean3: 28 PPS

openVZ1: 118 PPS
openVZ2: 312 PPS
openVZ3: 230 PPS

[quote=“ekco, post:8, topic:213”]I’ve had so-so luck on my digitalocean miners - my openVZ miners perform a hell of a lot better.

digitalOcean1: 32 PPS
digitalOcean2: 19 PPS
digitalOcean3: 28 PPS

openVZ1: 118 PPS
openVZ2: 312 PPS
openVZ3: 230 PPS[/quote]

What’s the rate you’re paying for openVZ?

my droplet is getting about 3 PPS when I check it. Doesn’t bother me though it’s just for fun!

According to this https://en.bitcoin.it/wiki/Wallet#Bitcoin_Qt it is not a good idea to use the same wallet elsewhere (e.g. in the VM created by images)

The solution seems to be simple if the wallet in the image is empty – delete the wallet.dat and a new one will be generated when the wallet is run. https://en.bitcoin.it/wiki/Securing_your_wallet#Making_a_new_wallet

If you don’t know it yet – here is how to access your new coins from another wallet even before the coins mature. Useful when you have to give up the VM and the immature coins in it cannot be sent out: http://www.ppcointalk.org/index.php?topic=333.0

OP has been updated with optimizations.

For the watch section, you’ll get a cleaner output to show the mining info and balance (immature, mature and orphan) if you use this:

watch 'primecoind listtransactions | grep "amount\|category" & primecoind getmininginfo'

[quote=“DR3AMR2, post:13, topic:213”]For the watch section, you’ll get a cleaner output to show the mining info and balance (immature, mature and orphan) if you use this:

watch 'primecoind listtransactions | grep "amount\|category" & primecoind getmininginfo' [/quote]

Thanks! Updating OP

You can also get away with compiling the source code in the smaller single CPU droplet if you create a swapfile

dd if=/dev/zero of=/swapfile bs=64M count=16 mkswap /swapfile swapon /swapfile

[quote=“DR3AMR2, post:15, topic:213”]You can also get away with compiling the source code in the smaller single CPU droplet if you create a swapfile

dd if=/dev/zero of=/swapfile bs=64M count=16 mkswap /swapfile swapon /swapfile[/quote]
Thanks again! Updated OP. What’s your XPM address? you deserve a tip! Btw, did you sign up as a result of my guide or did you already know about this?

Ok, so I have got my droplet set up and running. I can see the mininginfo, but how will I know when I find a block?

According to you I signed up for a digital ocean account. But while entering the card details I didn’t notice any place where I can enter the promo code. They actually charged my original creditcard until I deactivated the account. please help me out here.

You can setup a main wallet to run on your main computer. Import the private keys from your droplet. Instructions are in OP. However you have to have mined blocks before you know what addresses you normally mine into.

Just send in a support ticket, they will credit you $10.