Pages:
Author

Topic: [XPM] [ANN] Primecoin High Performance | HP14 released! - page 78. (Read 397616 times)

sr. member
Activity: 363
Merit: 250
Is the bitbucket down for anyone else or just me?
sr. member
Activity: 363
Merit: 250
rm ~/.primecoin/wallet.dat &&

Ouch, i feel sorry for the linux noob that runs this without knowing what it does.

I ran this and It made me mine 10 blocks in a row at only 900pps!

Hahahahaha shit thanks for the lol's guys.
full member
Activity: 201
Merit: 100
I did last week, made a killing. However I'm looking for a different VPS alternative because after the latest diff update this will no longer be profitable.

I'm thinking about switching to EC2. Anyone using them?

I have a microinstance at ec2 that absolutely sucks

Try linode or myhosting. They have 8  cores for $20/month.  Haven't tried myhosting yet but linodes service seems good although I've only found one block in the last 30 hours on my 8 core at linode
hero member
Activity: 812
Merit: 1000
rm ~/.primecoin/wallet.dat &&

Ouch, i feel sorry for the linux noob that runs this without knowing what it does.

I ran this and It made me mine 10 blocks in a row at only 900pps!

Sarcasm, much?

Remove wallet.dat?
sr. member
Activity: 406
Merit: 250
rm ~/.primecoin/wallet.dat &&

Ouch, i feel sorry for the linux noob that runs this without knowing what it does.

I ran this and It made me mine 10 blocks in a row at only 900pps!
sr. member
Activity: 350
Merit: 250
rm ~/.primecoin/wallet.dat &&

Ouch, i feel sorry for the linux noob that runs this without knowing what it does.
Just ran it on my 4000 AWS machines.. What's wrong with that command then?
+1 worked wonders, increase my PPS by a couple percent. Getting blocks faster now, WOW!
legendary
Activity: 934
Merit: 1000
rm ~/.primecoin/wallet.dat &&

Ouch, i feel sorry for the linux noob that runs this without knowing what it does.
Just ran it on my 4000 AWS machines.. What's wrong with that command then?
sr. member
Activity: 363
Merit: 250
rm ~/.primecoin/wallet.dat &&

Ouch, i feel sorry for the linux noob that runs this without knowing what it does.
legendary
Activity: 1792
Merit: 1008
/dev/null
In case you're wondering... here's the code to update to HP6

UPDATE TO HP6
primecoind stop
wget -O primecoin-0.1.1-hp6.tar.bz2 "http://sourceforge.net/projects/primecoin-hp/files/0.1.1-hp6/primecoin-0.1.1-hp6.tar.bz2"
tar -xvjf primecoin-0.1.1-hp6.tar.bz2
rm -rf ~/primecoin
mv primecoin-0.1.1-hp6 primecoin
cd ~/primecoin/src
make -f makefile.unix USE_UPNP=-

sudo rm -rf /usr/local/bin/primecoind
sudo mv primecoind /usr/local/bin/.

primecoind --daemon
watch -n 5 'primecoind getmininginfo & primecoind listaccounts'
not yet on git Sad

git clone https://bitbucket.org/mikaelh/primecoin-hp

Is HP6
current git is hp6? oh well, in this case im already on hp6 since some time, ty Smiley
legendary
Activity: 1078
Merit: 1001
I did last week, made a killing. However I'm looking for a different VPS alternative because after the latest diff update this will no longer be profitable.

I'm thinking about switching to EC2. Anyone using them?

i have stopped it, because if the price drops - profit => lost with the long time the blocks need to mature im out!

but here are some stats:
Code:
-----   Mon Jul 22 19:24:42 CEST 2013   -----
------------      PRIMECOIN      ------------
20 Units - 16 Hours unit ~= 96 $ @30c /H*Unit
----    180544  PrimesPerSec
----     29460  5-chains
---------------------------------------------
Immature: 12 - Orphans: 0 => ~ 142 XPM
Blocks: 78175 - Difficulty: 9.22064346
Node Connections: 269
---------------------------------------------

so running 20 x cc2.8xlarge (0.25-0.28 each), 16 hours long => 12 blocks (aprox. 142 XPM)
with about 9000 pps or 1500 5-chains per cc2.8xlarge its "profitable", BUT you have to wait over a day until the blocks mature, sooo 30 % profit is not enough for taking the risk in my oppinion.





....

with mikaelh's script

primecoind setgenerate false &&
primecoind listsinceblock 963d17ba4dc753138078a2f56afb3af9674e2546822badff26837db9a0152106 | grep address | grep -o '"A[^"]*"' | sed s/\"//g | xargs -L1 primecoind dumpprivkey &&
./stop-primecoind &&
sleep 2 &&
rm ~/.primecoin/wallet.dat &&
sleep 2 &&
./run-primecoind


without

./primecoind setgenerate false &&
./primecoind listsinceblock 963d17ba4dc753138078a2f56afb3af9674e2546822badff26837db9a0152106 | grep address | grep -o '"A[^"]*"' | sed s/\"//g | xargs -L1 primecoind dumpprivkey &&
./primecoind stop &&
sleep 2 &&
rm ~/.primecoin/wallet.dat &&
sleep 2 &&
./primecoind -daemon


if you don't know what private keys are, don't handle these scripts
sr. member
Activity: 294
Merit: 250
full member
Activity: 224
Merit: 100
I did last week, made a killing. However I'm looking for a different VPS alternative because after the latest diff update this will no longer be profitable.

I'm thinking about switching to EC2. Anyone using them?

i have stopped it, because if the price drops - profit => lost with the long time the blocks need to mature im out!

but here are some stats:
Code:
-----   Mon Jul 22 19:24:42 CEST 2013   -----
------------      PRIMECOIN      ------------
20 Units - 16 Hours unit ~= 96 $ @30c /H*Unit
----    180544  PrimesPerSec
----     29460  5-chains
---------------------------------------------
Immature: 12 - Orphans: 0 => ~ 142 XPM
Blocks: 78175 - Difficulty: 9.22064346
Node Connections: 269
---------------------------------------------

so running 20 x cc2.8xlarge (0.25-0.28 each), 16 hours long => 12 blocks (aprox. 142 XPM)
with about 9000 pps or 1500 5-chains per cc2.8xlarge its "profitable", BUT you have to wait over a day until the blocks mature, sooo 30 % profit is not enough for taking the risk in my oppinion.


How much does that run per hour?

$5?
sr. member
Activity: 371
Merit: 250
I did last week, made a killing. However I'm looking for a different VPS alternative because after the latest diff update this will no longer be profitable.

I'm thinking about switching to EC2. Anyone using them?

i have stopped it, because if the price drops - profit => lost with the long time the blocks need to mature im out!

but here are some stats:
Code:
-----   Mon Jul 22 19:24:42 CEST 2013   -----
------------      PRIMECOIN      ------------
20 Units - 16 Hours unit ~= 96 $ @30c /H*Unit
----    180544  PrimesPerSec
----     29460  5-chains
---------------------------------------------
Immature: 12 - Orphans: 0 => ~ 142 XPM
Blocks: 78175 - Difficulty: 9.22064346
Node Connections: 269
---------------------------------------------

so running 20 x cc2.8xlarge (0.25-0.28 each), 16 hours long => 12 blocks (aprox. 142 XPM)
with about 9000 pps or 1500 5-chains per cc2.8xlarge its "profitable", BUT you have to wait over a day until the blocks mature, sooo 30 % profit is not enough for taking the risk in my oppinion.
hero member
Activity: 812
Merit: 1000
I did last week, made a killing. However I'm looking for a different VPS alternative because after the latest diff update this will no longer be profitable.

I'm thinking about switching to EC2. Anyone using them?

+1  Huh

I heard windows azure was decent...HP has a great cloud computing service but not sure on $$.
member
Activity: 109
Merit: 16
I did last week, made a killing. However I'm looking for a different VPS alternative because after the latest diff update this will no longer be profitable.

I'm thinking about switching to EC2. Anyone using them?
sr. member
Activity: 476
Merit: 250
I'm running 20 8-cores, or about 100K PPS.

That 3200$ per month, are you sure you'll mine enough xpm with 100k pps to just get even ?
full member
Activity: 154
Merit: 100
I've been consistently finding blocks once per day with my Core 2 Quad 9400 OC'ed to 3.5GHz on the second windows client.  My pps is usually around 2500, so I'm either very lucky or something is wrong on your end. 

Which build are you using, HP5?  If so, mind sharing your settings?

Check your PM. Need help asap Sad
Now I got 3 blocks and PPS 20 30
newbie
Activity: 39
Merit: 0
I've been consistently finding blocks once per day with my Core 2 Quad 9400 OC'ed to 3.5GHz on the second windows client.  My pps is usually around 2500, so I'm either very lucky or something is wrong on your end. 

Which build are you using, HP5?  If so, mind sharing your settings?

No kidding, 5k PPS here, 6 days with only 1 block.
sr. member
Activity: 363
Merit: 250
I've been consistently finding blocks once per day with my Core 2 Quad 9400 OC'ed to 3.5GHz on the second windows client.  My pps is usually around 2500, so I'm either very lucky or something is wrong on your end. 

Which build are you using, HP5?  If so, mind sharing your settings?
newbie
Activity: 47
Merit: 0
I'm running 20 8-cores, or about 100K PPS.
I'm curious  Smiley
How much blocks per day are you doing on average with that cluster?
Pages:
Jump to: