Author Topic: [UPDATED] Guide to mining on the cloud! ($0.0007 per hour, average 150 PPS)  (Read 1502 times)

Offline XPMiner

  • Jr. Member
  • **
  • Posts: 10
  • Karma: +1/-0
  • Hello I'm new here
    • View Profile
UPDATE: There have been some recent optimizations released which increase the PPS to an average of 150PPS (from 25-30 earlier).

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.0007 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.
Code: [Select]
apt-get install git
git clone https://github.com/primecoin/primecoin.git
apt-get install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y
cd ~/primecoin/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
6)   Setup primecoind to load on startup: applications menu->settings->settings manager->session and startup->application autostart->add
Code: [Select]
/usr/local/bin/primecoind --daemon
7)   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->
Code: [Select]
watch 'primecoind listtransactions | grep "amount\|category" & primecoind getmininginfo'8)   Now your first "Droplet" is all set.
9)   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)
10)    New accounts are limited to 5 "Droplets" however you can send in a support ticket to request your limit be increased.
11)    To access your newly mined Primecoins
on VPS terminal:
Code: [Select]
primecoind listtransactions # to find your receiving addresses
primecoind dumpprivkey $receiving_address
on main wallet:
Code: [Select]
primecoind importprivkey $privkey_from_vps

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

--
(XPM: AbPbhpodUx4DDPpgrYUCuGrTVehqiVxHes | LTC: LSRn1M1kp7cukPnn9K6UcckVP5Mi3FA7PZ | BTC: 1CGz2zaJeJ1Bg5ttVtzNbNuR13ThchPHyk)
« Last Edit: July 12, 2013, 07:46:09 am by XPMiner »

Online FuzzyBear

  • Administrator
  • Sr. Member
  • *****
  • Posts: 191
  • Karma: +15/-0
    • View Profile
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 :P
BTC: 1FvMYwtkrQakoL8Zq1GjfKqTkm2a7TKt6N  |  LTC: LbMPUzwPRkWa5hCJGrEiRCeoYExY6Ujt1D  |  DEV: 1JfbPx4nSGFxfzhTK1h3gHbp1E1BkFbwFW
PPC: PDtcFPhMa9Hc9zTfoRG7zcURCRpcpRdMym  |  TRC: 1FzdruHpffAeW2ZBctDLwR8P4APVpATu2j  |  FRC: 1BADxscUvT42SFXZwXgxEfWVDHkV1QPTEj
NMC: N7q9zg9h4Scfx6R25RTL8LdGxCBQbgq8wz  |

Offline craslovell

  • Moderator
  • Sr. Member
  • *****
  • Posts: 122
  • Karma: +10/-0
  • Hashing away, the moments that make up a dull day
    • View Profile
Giving it a try, but it looks like the promo code isn't working  :(
PPC: PQKv5dNz9kgWpTSQDwbT3GGnqUghzhZ1mL
XPM: AYLXzB77w48bitdpBdoCjuCGEBzfoMnfnQ
Join the party: www.ppcoin.d7.lt

Offline XPMiner

  • Jr. Member
  • **
  • Posts: 10
  • Karma: +1/-0
  • Hello I'm new here
    • View Profile
Giving it a try, but it looks like the promo code isn't working  :(
Try any of these: http://www.retailmenot.com/s/digitalocean

Offline craslovell

  • Moderator
  • Sr. Member
  • *****
  • Posts: 122
  • Karma: +10/-0
  • Hashing away, the moments that make up a dull day
    • View Profile
Giving it a try, but it looks like the promo code isn't working  :(
Try any of these: http://www.retailmenot.com/s/digitalocean

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

Making a droplet now for fun, we will see how it goes!
PPC: PQKv5dNz9kgWpTSQDwbT3GGnqUghzhZ1mL
XPM: AYLXzB77w48bitdpBdoCjuCGEBzfoMnfnQ
Join the party: www.ppcoin.d7.lt

Offline craslovell

  • Moderator
  • Sr. Member
  • *****
  • Posts: 122
  • Karma: +10/-0
  • Hashing away, the moments that make up a dull day
    • View Profile
Going to have to add some nodes, this droplet doesn't like to play nice.
PPC: PQKv5dNz9kgWpTSQDwbT3GGnqUghzhZ1mL
XPM: AYLXzB77w48bitdpBdoCjuCGEBzfoMnfnQ
Join the party: www.ppcoin.d7.lt

Offline craslovell

  • Moderator
  • Sr. Member
  • *****
  • Posts: 122
  • Karma: +10/-0
  • Hashing away, the moments that make up a dull day
    • View Profile
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  :)
PPC: PQKv5dNz9kgWpTSQDwbT3GGnqUghzhZ1mL
XPM: AYLXzB77w48bitdpBdoCjuCGEBzfoMnfnQ
Join the party: www.ppcoin.d7.lt

Offline ekco

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
  • Hello I'm new here
    • View Profile
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


Offline XPMiner

  • Jr. Member
  • **
  • Posts: 10
  • Karma: +1/-0
  • Hello I'm new here
    • View Profile
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

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

Offline craslovell

  • Moderator
  • Sr. Member
  • *****
  • Posts: 122
  • Karma: +10/-0
  • Hashing away, the moments that make up a dull day
    • View Profile
my droplet is getting about 3 PPS when I check it. Doesn't bother me though it's just for fun!
PPC: PQKv5dNz9kgWpTSQDwbT3GGnqUghzhZ1mL
XPM: AYLXzB77w48bitdpBdoCjuCGEBzfoMnfnQ
Join the party: www.ppcoin.d7.lt

Offline mhps

  • Jr. Member
  • **
  • Posts: 12
  • Karma: +1/-0
    • View Profile
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://ppcointalk.org/index.php?topic=333.0

tips: PPC PU6zS8RRBWP2UxhuRFengGsu8n4tEYB5xV XPM AJAgBpPjGQoL38mrtW91dVqhbMHqu25vfG

Offline XPMiner

  • Jr. Member
  • **
  • Posts: 10
  • Karma: +1/-0
  • Hello I'm new here
    • View Profile
OP has been updated with optimizations.

Offline DR3AMR2

  • Jr. Member
  • **
  • Posts: 2
  • Karma: +0/-0
  • Hello I'm new here
    • View Profile
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:
Code: [Select]
watch 'primecoind listtransactions | grep "amount\|category" & primecoind getmininginfo'

Offline XPMiner

  • Jr. Member
  • **
  • Posts: 10
  • Karma: +1/-0
  • Hello I'm new here
    • View Profile
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:
Code: [Select]
watch 'primecoind listtransactions | grep "amount\|category" & primecoind getmininginfo'

Thanks! Updating OP

Offline DR3AMR2

  • Jr. Member
  • **
  • Posts: 2
  • Karma: +0/-0
  • Hello I'm new here
    • View Profile
You can also get away with compiling the source code in the smaller single CPU droplet if you create a swapfile
Code: [Select]
dd if=/dev/zero of=/swapfile bs=64M count=16
mkswap /swapfile
swapon /swapfile