Pages:
Author

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

full member
Activity: 154
Merit: 100
New York?

Yes. I think with the difficulty rising the PPS has dropped. Now averaging about 7500 PPS.

What version are you using? I'm getting x10 with ver1, then back to normal with ver2 Sad (linux)


What do you mean by ver1 & ver2 ?

mikaelh's build. Has 2 version, hp1 and updated hp2 I mean.
sr. member
Activity: 401
Merit: 250
Sonny updated github with some code to try and dynamically adjust sieve sizes.

I've been hedging my bets with these builds, I've got a couple droplets running official codebase, a couple with chemisist's codebase, and one with mika's codebase.
sr. member
Activity: 359
Merit: 250
New York?

Yes. I think with the difficulty rising the PPS has dropped. Now averaging about 7500 PPS.

What version are you using? I'm getting x10 with ver1, then back to normal with ver2 Sad (linux)


What do you mean by ver1 & ver2 ?
full member
Activity: 154
Merit: 100
New York?

Yes. I think with the difficulty rising the PPS has dropped. Now averaging about 7500 PPS.

What version are you using? I'm getting x10 with ver1, then back to normal with ver2 Sad (linux)
newbie
Activity: 25
Merit: 0
New York?

Yes. I think with the difficulty rising the PPS has dropped. Now averaging about 7500 PPS.
hero member
Activity: 840
Merit: 1000
newbie
Activity: 25
Merit: 0
hero member
Activity: 840
Merit: 1000
Getting over 11,000 PPS running three 4-core droplets (3x - 4x speed increase), one of them found two blocks in the last 30 mins.

Are you using mikaelh's build?
newbie
Activity: 25
Merit: 0
It's a great speed. What is your "setgenerate" value?

-1, maxing it out. I'm dumping & importing keys as I spot them coming out.

http://i.imgur.com/CF45viK.jpg
sr. member
Activity: 359
Merit: 250
Getting over 11,000 PPS running three 4-core droplets (3x - 4x speed increase), one of them found two blocks in the last 30 mins.

It's a great speed. What is your "setgenerate" value?
newbie
Activity: 25
Merit: 0
Getting over 11,000 PPS running three 4-core droplets (3x - 4x speed increase), one of them found two blocks in the last 30 mins.
member
Activity: 96
Merit: 10
Ok 3 of mine are downloading the block chain finally. Only took 20 mins or so. lol
hero member
Activity: 840
Merit: 1000
I've managed to intall everything without errors but it seems to be taking a lot of time on Primecoin server starting...
when I use the command primecoind getmininginfo it shows:
{
    "blocks" : 0,
    "currentblocksize" : 1000
    "currentblocktx" : 0,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "primespersec" : 0,
    "pooledtx" : 0,
    "testnet" : false
}


even after 30 minutes of starting

I have the same problem

Same problem here, I wonder if DigitalOcean blocked the ports that primecoind is using...

Oh looks like mine just started working Cheesy

So how long did u have to wait?

I restarted it about 20 mins ago but I created the droplet 34 mins ago.
jr. member
Activity: 58
Merit: 10

I had that happen several times and each time I had to delete the droplet and recreate a new one.  It probably is a problem on their end....

Yes this seems to solve it Smiley
member
Activity: 96
Merit: 10
I've managed to intall everything without errors but it seems to be taking a lot of time on Primecoin server starting...
when I use the command primecoind getmininginfo it shows:
{
    "blocks" : 0,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "primespersec" : 0,
    "pooledtx" : 0,
    "testnet" : false
}


even after 30 minutes of starting

I have the same problem

Same problem here, I wonder if DigitalOcean blocked the ports that primecoind is using...

Oh looks like mine just started working Cheesy

So how long did u have to wait?
hero member
Activity: 840
Merit: 1000
I've managed to intall everything without errors but it seems to be taking a lot of time on Primecoin server starting...
when I use the command primecoind getmininginfo it shows:
{
    "blocks" : 0,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "primespersec" : 0,
    "pooledtx" : 0,
    "testnet" : false
}


even after 30 minutes of starting

I have the same problem

Same problem here, I wonder if DigitalOcean blocked the ports that primecoind is using...

Oh looks like mine just started working Cheesy
hero member
Activity: 812
Merit: 1000
Maybe you need to remake a swap file

OH, yeah, forgot about swap! May have to enable it again.
For you guys with the same problem:
# 1Gb swap

sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile
member
Activity: 96
Merit: 10
I've managed to intall everything without errors but it seems to be taking a lot of time on Primecoin server starting...
when I use the command primecoind getmininginfo it shows:
{
    "blocks" : 0,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "primespersec" : 0,
    "pooledtx" : 0,
    "testnet" : false
}


even after 30 minutes of starting

I have the same problem

Same problem here, I wonder if DigitalOcean blocked the ports that primecoind is using...
full member
Activity: 224
Merit: 100
I've managed to intall everything without errors but it seems to be taking a lot of time on Primecoin server starting...
when I use the command primecoind getmininginfo it shows:
{
    "blocks" : 0,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "primespersec" : 0,
    "pooledtx" : 0,
    "testnet" : false
}


even after 30 minutes of starting

I have the same problem

I had that happen several times and each time I had to delete the droplet and recreate a new one.  It probably is a problem on their end....
hero member
Activity: 840
Merit: 1000
I've managed to intall everything without errors but it seems to be taking a lot of time on Primecoin server starting...
when I use the command primecoind getmininginfo it shows:
{
    "blocks" : 0,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "primespersec" : 0,
    "pooledtx" : 0,
    "testnet" : false
}


even after 30 minutes of starting

I have the same problem
Pages:
Jump to: