PPCoinTalk - PeerCoin (PPC) & PrimeCoin (XPM)

PrimeCoin (XPM) => Mining Primecoin => Topic started by: XPMiner on July 09, 2013, 09:26:28 pm

Title: [UPDATED] Guide to mining on the cloud! ($0.0007 per hour, average 150 PPS)
Post by: XPMiner on July 09, 2013, 09:26:28 pm
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 (https://www.digitalocean.com/?refcode=04c6e664100a) 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)
Title: Re: Guide to mining Primecoin on the cloud! ($0.0007 per hour, average 25-30 PPS)
Post by: FuzzyBear on July 09, 2013, 11:41:55 pm
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
Title: Re: Guide to mining Primecoin on the cloud! ($0.0007 per hour, average 25-30 PPS)
Post by: craslovell on July 10, 2013, 03:31:30 am
Giving it a try, but it looks like the promo code isn't working  :(
Title: Re: Guide to mining Primecoin on the cloud! ($0.0007 per hour, average 25-30 PPS)
Post by: XPMiner on July 10, 2013, 03:49:22 am
Giving it a try, but it looks like the promo code isn't working  :(
Try any of these: http://www.retailmenot.com/s/digitalocean (http://www.retailmenot.com/s/digitalocean)
Title: Re: Guide to mining Primecoin on the cloud! ($0.0007 per hour, average 25-30 PPS)
Post by: craslovell on July 10, 2013, 03:53:05 am
Giving it a try, but it looks like the promo code isn't working  :(
Try any of these: http://www.retailmenot.com/s/digitalocean (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!
Title: Re: Guide to mining Primecoin on the cloud! ($0.0007 per hour, average 25-30 PPS)
Post by: craslovell on July 10, 2013, 04:04:44 am
Going to have to add some nodes, this droplet doesn't like to play nice.
Title: Re: Guide to mining Primecoin on the cloud! ($0.0007 per hour, average 25-30 PPS)
Post by: craslovell on July 10, 2013, 04:06:56 am
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  :)
Title: Re: Guide to mining Primecoin on the cloud! ($0.0007 per hour, average 25-30 PPS)
Post by: ekco on July 10, 2013, 04:30:25 am
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

Title: Re: Guide to mining Primecoin on the cloud! ($0.0007 per hour, average 25-30 PPS)
Post by: XPMiner on July 10, 2013, 04:47:29 am
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?
Title: Re: Guide to mining Primecoin on the cloud! ($0.0007 per hour, average 25-30 PPS)
Post by: craslovell on July 10, 2013, 04:59:34 am
my droplet is getting about 3 PPS when I check it. Doesn't bother me though it's just for fun!
Title: Re: Guide to mining Primecoin on the cloud! ($0.0007 per hour, average 25-30 PPS)
Post by: mhps on July 10, 2013, 09:45:13 am
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

Title: Re: [UPDATED] Guide to mining on the cloud! ($0.0007 per hour, average 150 PPS)
Post by: XPMiner on July 11, 2013, 05:27:43 pm
OP has been updated with optimizations.
Title: Re: [UPDATED] Guide to mining on the cloud! ($0.0007 per hour, average 150 PPS)
Post by: DR3AMR2 on July 11, 2013, 11:45:57 pm
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'
Title: Re: [UPDATED] Guide to mining on the cloud! ($0.0007 per hour, average 150 PPS)
Post by: XPMiner on July 12, 2013, 12:22:15 am
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
Title: Re: [UPDATED] Guide to mining on the cloud! ($0.0007 per hour, average 150 PPS)
Post by: DR3AMR2 on July 12, 2013, 03:50:00 am
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
Title: Re: [UPDATED] Guide to mining on the cloud! ($0.0007 per hour, average 150 PPS)
Post by: XPMiner on July 12, 2013, 07:48:10 am
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
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?
Title: Re: [UPDATED] Guide to mining on the cloud! ($0.0007 per hour, average 150 PPS)
Post by: n01d3x on July 13, 2013, 02:58:52 am
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?
Title: Re: [UPDATED] Guide to mining on the cloud! ($0.0007 per hour, average 150 PPS)
Post by: UnknownK on July 13, 2013, 09:12:22 am
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.
Title: Re: [UPDATED] Guide to mining on the cloud! ($0.0007 per hour, average 150 PPS)
Post by: XPMiner on July 13, 2013, 07:39:31 pm
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?
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.
Title: Re: [UPDATED] Guide to mining on the cloud! ($0.0007 per hour, average 150 PPS)
Post by: XPMiner on July 13, 2013, 07:40:05 pm
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.
Just send in a support ticket, they will credit you $10.
Title: Re: [UPDATED] Guide to mining on the cloud! ($0.0007 per hour, average 150 PPS)
Post by: craslovell on July 13, 2013, 11:30:55 pm
It looks like if you accept a smaller code in the promo box, it won't let you change it. You actually have to delete browser cache for the box to be available again, otherwise they hide it.

tricky tricky
Title: Re: [UPDATED] Guide to mining on the cloud! ($0.0007 per hour, average 150 PPS)
Post by: ivanlabrie on July 15, 2013, 04:13:44 am
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?
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.

Hmmm, do you need to do anything else to get the mined blocks in your main wallet? I imported yet I had a block I wasn't aware of in one of my vps instances.
Title: Re: [UPDATED] Guide to mining on the cloud! ($0.0007 per hour, average 150 PPS)
Post by: XPMiner on July 15, 2013, 04:53:25 am
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?
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.

Hmmm, do you need to do anything else to get the mined blocks in your main wallet? I imported yet I had a block I wasn't aware of in one of my vps instances.

Yes, you have to check your VPS once in a while because new blocks may be mined into addresses that you haven't seen before. Right now there are 6-7 different addresses I'm mining into using a single wallet.
Title: Re: [UPDATED] Guide to mining on the cloud! ($0.0007 per hour, average 150 PPS)
Post by: ivanlabrie on July 15, 2013, 05:31:57 am
Damn! I lost a lot of xpm then... :(