Pages:
Author

Topic: [XPM] Pool mining primecoin using DigitalOcean (VPS) - page 21. (Read 88559 times)

full member
Activity: 201
Merit: 100
rethaw - thanks a ton for your help - been having fun.

FYI - running an 8 core drop ~1800pps

and 12 core droplet ~2300pps

The 12 core doesnt show up when you create a drop but is available for about .47/hr if you resize an existing one.  Gonna run one of these all night and see how it goes..

Thanks!
legendary
Activity: 1974
Merit: 1077
^ Will code for Bitcoins
So nice of you to add the lines for making a swap. I'll edit the OP.

I made two 2 CPU drops in NYC. They are both averaging about 300 pps.  Here is my settings:

Code:
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

IMHO you should remove the swap after compilation, so you may add (optional) following lines after compilation:

Code:
sudo swapoff /swapfile
sudo rm /swapfile

Effect would be the same after the reboot, but many people go directly to mining and never reboot the droplet.
full member
Activity: 322
Merit: 113
Sinbad Mixer: Mix Your BTC Quickly
Looks like difficulty is getting near 8!

The largest instance should get at least 1.5kpps with the updated primecoind.

I'm getting 100-130 pps on 1 core 1 gig New York droplet.

Great, added to the OP.

How did you find out the difficulty?
primecoind getdifficulty
sr. member
Activity: 359
Merit: 250
Looks like difficulty is getting near 8!

The largest instance should get at least 1.5kpps with the updated primecoind.

I'm getting 100-130 pps on 1 core 1 gig New York droplet.

Great, added to the OP.

How did you find out the difficulty?
sr. member
Activity: 378
Merit: 255
Looks like difficulty is getting near 8!

The largest instance should get at least 1.5kpps with the updated primecoind.

I'm getting 100-130 pps on 1 core 1 gig New York droplet.

Great, added to the OP.
sr. member
Activity: 359
Merit: 250
Looks like difficulty is getting near 8!

The largest instance should get at least 1.5kpps with the updated primecoind.

I'm getting 100-130 pps on 1 core 1 gig New York droplet.
sr. member
Activity: 378
Merit: 255
Looks like difficulty is getting near 8!

The largest instance should get at least 1.5kpps with the updated primecoind.
legendary
Activity: 2632
Merit: 1023
it gets better
now when I log in

Quote
Account Locked by DigitalOcean Staff
We are sorry to inform you that your account has been locked by DigitalOcean Staff. None of your virtual servers have been destroyed.
We have opened a support ticket with you regarding the cause of this lock.
Please navigate to the Support Page to resolve the issue that has caused your account to be locked.
Thank you,
DigitalOcean Staff

this lot look dodgey as alll

I mean they have my credit car details.....and want facebook, blogs etc etc wow


The same thing happened to me.  I couldn't believe they wanted my facebook profile, but I just did it anyway despite my deep hatred of the idea.  It just sucks that they locked my account during this last little bit of good mining time before the coin goes to hell.

there is no way I am giving them any more details than credit card....seriously
I get 1-0 pps on their largest system


sr. member
Activity: 448
Merit: 250
it gets better
now when I log in

Quote
Account Locked by DigitalOcean Staff
We are sorry to inform you that your account has been locked by DigitalOcean Staff. None of your virtual servers have been destroyed.
We have opened a support ticket with you regarding the cause of this lock.
Please navigate to the Support Page to resolve the issue that has caused your account to be locked.
Thank you,
DigitalOcean Staff

this lot look dodgey as alll

I mean they have my credit car details.....and want facebook, blogs etc etc wow





They want you to prove you are human as they've seen a monstrous influx of high-usage traffic over the past few days. Not all that dodgy. Just tell them you don't have any of those things. They seriously JUST want to ensure you're human.
newbie
Activity: 51
Merit: 0
it gets better
now when I log in

Quote
Account Locked by DigitalOcean Staff
We are sorry to inform you that your account has been locked by DigitalOcean Staff. None of your virtual servers have been destroyed.
We have opened a support ticket with you regarding the cause of this lock.
Please navigate to the Support Page to resolve the issue that has caused your account to be locked.
Thank you,
DigitalOcean Staff

this lot look dodgey as alll

I mean they have my credit car details.....and want facebook, blogs etc etc wow


The same thing happened to me.  I couldn't believe they wanted my facebook profile, but I just did it anyway despite my deep hatred of the idea.  It just sucks that they locked my account during this last little bit of good mining time before the coin goes to hell.
legendary
Activity: 2632
Merit: 1023
it gets better
now when I log in

Quote
Account Locked by DigitalOcean Staff
We are sorry to inform you that your account has been locked by DigitalOcean Staff. None of your virtual servers have been destroyed.
We have opened a support ticket with you regarding the cause of this lock.
Please navigate to the Support Page to resolve the issue that has caused your account to be locked.
Thank you,
DigitalOcean Staff

this lot look dodgey as alll

I mean they have my credit car details.....and want facebook, blogs etc etc wow



legendary
Activity: 2632
Merit: 1023
gotta wierd message from Digital OCean

Quote
Hi,

We're excited to have you as a customer of DigitalOcean, we would like to verify your account.

Please provide us with one or more of the following:

-Your Name
-Location
-Phone Number
-Type of Traffic you will be sending from the server
-1 or more of the following:
1. Your public twitter handle
2. Your blog
3. Your company or personal website
4. Your public facebook profile

Thanks,
Support

Anyone else get this....?

This whole thing is weird.....my instances don't work now this....something very not right here.....
newbie
Activity: 50
Merit: 0
I just want to extend a hearty thank you!!! to everyone who has contributed to this project so far.

I have had a blast setting up my digitalocean vps through SSH - something I haven't touched in more than a year. I am a *nix newb and this has reminded me of just how much fun it can be.

Just finished making my first build with the faster software. It says "blocks 0" on my terminal so I am assuming it just hasn't synchronized with the network yet. Once it has synchronized and I get a steady PPS I will update with my rate. I am on a 1CPU 512MB ($5/mo) instance.

Getting anywhere between 98-188 PPS right now.

Edit: I am running (1) VPS and (1) here at home using one of the compiled windows -qt from the sieve thread. Win7 64 on an AMD Phenom II X4 920 mobile 1.6GHz, getting 200-416 PPS depending on my usage of the PC. Much improvement over the 30pps I was getting last night, though I have been running for about 6 hours now and haven't found a block yet.

Here's hoping my luck improves, and I will send some tips out to the kind folks who have made this possible! Smiley

So, is the $160/mo instance profitable right now? Would it find blocks faster than 32 of the $5 instances?

It looks like I'm getting the same speed as one of Kimosan's 1CPU / 1GB instances with my 1CPU / 512MB instance, but his other instance of the same size is doing 270-300PPS? What is the difference?

I'm really interested in finding the ideal price/performance point on this VPS set up.

just a note, before you go trying to make 32 droplets... by default digital ocean sets a limit of 5 droplets per user. you can request more thru a support ticket.

I personally think you'd be better off with 32 separate instances than a single 32 core instance , simply because digital ocean's costs dont go up linearly with cores ( since they give you more memory and bandwidth too, which goes into the price)
newbie
Activity: 29
Merit: 0
I set up a lot of server, and everything worked fine.
But now i have this error when a instal the libraries.


E: Unable to locate package libdb5.3++-dev
E: Couldn't find any package by regex 'libdb5.3++-dev'


I tried apt-get update, not working. The other librarie works fine.
I've had this problem on 2 different serveur

Try this instead:

Code:
apt-get install build-essential libssl-dev libboost-all-dev libdb-dev -y

It worked for me on another VPS.
sr. member
Activity: 392
Merit: 250
I set up a lot of server, and everything worked fine.
But now i have this error when a instal the libraries.


E: Unable to locate package libdb5.3++-dev
E: Couldn't find any package by regex 'libdb5.3++-dev'


I tried apt-get update, not working. The other librarie works fine.
I've had this problem on 2 different serveur
newbie
Activity: 5
Merit: 0
I just want to extend a hearty thank you!!! to everyone who has contributed to this project so far.

I have had a blast setting up my digitalocean vps through SSH - something I haven't touched in more than a year. I am a *nix newb and this has reminded me of just how much fun it can be.

Just finished making my first build with the faster software. It says "blocks 0" on my terminal so I am assuming it just hasn't synchronized with the network yet. Once it has synchronized and I get a steady PPS I will update with my rate. I am on a 1CPU 512MB ($5/mo) instance.

Getting anywhere between 98-188 PPS right now.

Edit: I am running (1) VPS and (1) here at home using one of the compiled windows -qt from the sieve thread. Win7 64 on an AMD Phenom II X4 920 mobile 1.6GHz, getting 200-416 PPS depending on my usage of the PC. Much improvement over the 30pps I was getting last night, though I have been running for about 6 hours now and haven't found a block yet.

Here's hoping my luck improves, and I will send some tips out to the kind folks who have made this possible! Smiley

So, is the $160/mo instance profitable right now? Would it find blocks faster than 32 of the $5 instances?

It looks like I'm getting the same speed as one of Kimosan's 1CPU / 1GB instances with my 1CPU / 512MB instance, but his other instance of the same size is doing 270-300PPS? What is the difference?

I'm really interested in finding the ideal price/performance point on this VPS set up.
sr. member
Activity: 378
Merit: 255
Quoting for posterity, about to remove the old method.

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.

2) Use this code for a free $10 credit on Ubuntu instances: SSDFUEL. Coupon's dead

3) Create an Ubuntu 13.04 x64 droplet for $.007/hr. That's $5 a month so you should be able to run 2 instances for a month with little risk.

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

To get the latest primecoin miner you need to build from source, below. When a new binary is posted I will link to it here.

5) Download primecoind from sourceforge, you may have to find a new link but this works for now:

Code:
wget -O primecoind-0.1.0-linux.tar.gz "http://downloads.sourceforge.net/project/primecoin/0.1.0/primecoin-0.1.0-linux.tar.gz?r=&ts=1373384018&use_mirror=superb-dca3"
tar -zxvf primecoind-0.1.0-linux.tar.gz
mv primecoin-0.1.0-linux/bin/64/primecoind /usr/local/bin/.

6) Set up your primecoin.conf.

Code:
mkdir ~/.primecoin
echo "rpcuser=yourusername
rpcpassword=SomethingReallyLongThatNoOneCouldGuess
gen=1" > ~/.primecoin/primecoin.conf

7) Now you can start mining!
Code:
primecoind --daemon

Cool To keep an eye on the fruits of your labors you can use the watch command. This will show you your primespersec and if you find a block.

Code:
watch 'primecoind listtransactions & primecoind getmininginfo'


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.

Speed reports
userspeed rangeinstance details
TheSpiral200-270pps
twobits75-100pps1 core
twobits700pps4 core
CyberClones112-169pps
kimosan100-180pps1-core/1gig
kimosan270-330pps1-core/1gig

Old speeds before update...
Entz: 30-40pps
jaakkop: 28-70pps
kimosan: 7-25pps
TheChries: 18-49pps (Note: anecdotally reports "New York 1" gives best performance)
anon2301: 25-30pps


Update

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

I made two 2 CPU drops in NYC. They are both averaging about 300 pps.  Here is my settings:

Code:
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


Getting coins to another wallet:

There are a number of ways to do this:

After they've matured:

Code:
primecoind sendtoaddress yourhomeaddress amount

Before they've matured:

from vps:

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

from home:

Code:
primecoind importprivkey $privkey_from_vps

I then remove the wallet.dat from the vps to get all new keys, though its not necessary.
sr. member
Activity: 378
Merit: 255
So nice of you to add the lines for making a swap. I'll edit the OP.

I made two 2 CPU drops in NYC. They are both averaging about 300 pps.  Here is my settings:

Code:
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
sr. member
Activity: 378
Merit: 255
Yes, after I do the following:
cd ~/primecoin/src
make -f makefile.unix USE_UPNP=-

It gives me this error

In file included from db.cpp:6:0:
db.h:14:20: fatal error: db_cxx.h: No such file or directory
compilation terminated.
make: *** [obj/db.o] Error 1


That means libdb wasn't installed.
donator
Activity: 1736
Merit: 1014
Let's talk governance, lipstick, and pigs.
I made two 2 CPU drops in NYC. They are both averaging about 300 pps.  Here is my settings:
edit: using Ubuntu 13.04 64bit
Code:
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
Pages:
Jump to: