Author Topic: Mining PrimeCoin using DigitalOcean (VPS) Instructions!!  (Read 329 times)

Offline derrend

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
  • Hello I'm new here
    • View Profile
Mining PrimeCoin using DigitalOcean (VPS) Instructions!!
« on: July 18, 2013, 07:07:17 pm »
Originally posted by rethaw in bitcointalk.org (apart from referral link):

I'd like to quickly write up what Vorksholk suggested. It has been working better than EC2 for me. If you sign up please use my referral link below. I take no responsibility for your results or the security of this arrangement! Usually I would suggest not using root for anything, but hey, time's a wastin'!

1) Go to DigitalOcean and sign up for an account.

FYI, signing up for multiple accounts using the same info is against their terms of service. If you do this you may have your account removed by DigitalOcean and lose access to any coins you've mined.

2) Create an Ubuntu 13.04 x64 droplet with the size you want. See below for speed ranges by instance size.

3) You will be emailed an ip address and password. SSH into your new VM.

4) cbeast posted his settings that will let you build primecoind on any size instance.

Quote from: cbeast on July 12, 2013, 02:31:20 AM
I made two 2 CPU drops in NYC. They are both averaging about 300 pps.  Here is my settings:

Code: [Select]
sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile

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
make -f makefile.unix USE_UPNP=-
mkdir ~/.primecoin
echo "rpcuser=username
rpcpassword=AVeryLongComplexOne
gen=1" > ~/.primecoin/primecoin.conf
sudo mv primecoind /usr/local/bin/.

primecoind --daemon

Speed reports
User   Speed range (primes per sec)   Instance details
subwolf   300-400   2 core
ginsley   1445-1755   8 core
ginsley   633-880   4 core
superfluouso   ~1800   8 core
superfluouso   ~2300   12 core
altsay   100-130   1 core 1 gig New York
rigelugh   98-188   1 core/512MB
TheSpiral   200-270   
twobits   75-100   1 core
twobits   700   4 core
CyberClones   112-169   
kimosan   100-180   1-core/1gig
kimosan   270-330   1-core/1gig

Getting coins to another wallet:

There are a number of ways to do this:

After they've matured:

Code: [Select]
primecoind sendtoaddress yourhomeaddress amount

Before they've matured:

from vps:

Code: [Select]
primecoind listtransactions # to find the receiving address
primecoind dumpprivkey $receiving_address

from home:

Code: [Select]
primecoind importprivkey $privkey_from_vps

I then remove the wallet.dat from the vps to get all new keys, though its not necessary.
« Last Edit: July 26, 2013, 01:09:29 am by derrend »

Online mhps

  • Jr. Member
  • **
  • Posts: 21
  • Karma: +1/-0
    • View Profile
Re: Mining PrimeCoin using DigitalOcean (VPS) Instructions!!
« Reply #1 on: July 19, 2013, 07:25:50 am »
http://www.theregister.co.uk/2013/07/16/digitalocean_primecoin_cloud_problems/
PPC PU6zS8RRBWP2UxhuRFengGsu8n4tEYB5xV XPM AJAgBpPjGQoL38mrtW91dVqhbMHqu25vfG

Offline rethaw

  • Jr. Member
  • **
  • Posts: 4
  • Karma: +2/-0
    • View Profile
Re: Mining PrimeCoin using DigitalOcean (VPS) Instructions!!
« Reply #2 on: July 20, 2013, 07:12:30 pm »
As far as I know they have been verifying customers and increasing capacity.

Here is the original thread:

https://bitcointalk.org/index.php?topic=252944.0