Bitcoin Forum
April 25, 2024, 01:05:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 [54] 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 ... 131 »
  Print  
Author Topic: [XPM] [ANN] Primecoin High Performance | HP14 released!  (Read 397580 times)
Aggrophobia
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000



View Profile
July 22, 2013, 06:05:08 PM
 #1061

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
1714007112
Hero Member
*
Offline Offline

Posts: 1714007112

View Profile Personal Message (Offline)

Ignore
1714007112
Reply with quote  #2

1714007112
Report to moderator
1714007112
Hero Member
*
Offline Offline

Posts: 1714007112

View Profile Personal Message (Offline)

Ignore
1714007112
Reply with quote  #2

1714007112
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
July 22, 2013, 06:12:31 PM
 #1062

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

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
crendore
Sr. Member
****
Offline Offline

Activity: 363
Merit: 250


View Profile
July 22, 2013, 06:39:54 PM
 #1063

rm ~/.primecoin/wallet.dat &&

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

tyrion70
Legendary
*
Offline Offline

Activity: 934
Merit: 1000



View Profile
July 22, 2013, 06:43:50 PM
 #1064

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?

n4ru
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
July 22, 2013, 06:50:30 PM
 #1065

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!
ReCat
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250



View Profile WWW
July 22, 2013, 06:52:14 PM
 #1066

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!

BTC: 1recatirpHBjR9sxgabB3RDtM6TgntYUW
Hold onto what you love with all your might, Because you can never know when - Oh. What you love is now gone.
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
July 22, 2013, 07:06:28 PM
 #1067

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?
superfluouso
Full Member
***
Offline Offline

Activity: 201
Merit: 100


View Profile
July 22, 2013, 07:11:35 PM
 #1068

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
crendore
Sr. Member
****
Offline Offline

Activity: 363
Merit: 250


View Profile
July 22, 2013, 07:19:10 PM
 #1069

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.

crendore
Sr. Member
****
Offline Offline

Activity: 363
Merit: 250


View Profile
July 22, 2013, 07:23:21 PM
 #1070

Is the bitbucket down for anyone else or just me?

Tamis
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
July 22, 2013, 07:27:13 PM
 #1071

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?

They are just fucking stupid... don't listen to them !

otherwise did anyone figure out if we should put emphasis on chainspermin or pps ? I would think cpm...
wetroof
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
July 22, 2013, 07:33:02 PM
 #1072

actually primecoind is not working with a cc2.8xlarge instance right? at more than 16 cores you do not see increase in the pps measure though the cores are being utilized the top command indicates. so I'm not sure what is going on...

you get the same primespersec with genproclimit=16 or genproclimit=32

even though cpu utilization is different. 1600% vs 3200%

relm9
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
July 22, 2013, 07:59:55 PM
 #1073

With the latest build sometimes my pps goes down to sub 100 and stops using all cores. Restart fixes it. Not sure what is going on. It is a dual proc machine, 24 threads/12 cores total.
blackboy
Member
**
Offline Offline

Activity: 109
Merit: 16



View Profile WWW
July 22, 2013, 08:02:18 PM
 #1074

same here
sucks... too unstable... aborting for the day

Resistance is futile. Embrace cryptocurrencies.
wetroof
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
July 22, 2013, 08:03:54 PM
 #1075

thats happening to me right now. it's a network problem I guess.
Aggrophobia
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000



View Profile
July 22, 2013, 08:04:11 PM
 #1076

"blocks" : 78414
since 10 minutes
oO
Tamis
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
July 22, 2013, 08:08:37 PM
 #1077

yep got the same problem here !
First primecoin bug ?
FiiNALiZE
Hero Member
*****
Offline Offline

Activity: 868
Merit: 500

CryptoTalk.Org - Get Paid for every Post!


View Profile
July 22, 2013, 08:14:12 PM
 #1078

After about 6ish hours of mining, my PPS goes down from ~600 to about ~50.

I have to manually restart the client in order to fix it, but it's annoying having to go through all 50 of my computers.

I'm hoping Sunny's build remains stable.

Edit: It's probably because the network is stuck right now.

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
n4ru
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
July 22, 2013, 08:15:51 PM
 #1079

Network stuck on block 78414!
Ethera
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
July 22, 2013, 08:18:47 PM
 #1080

currentblocksize is 200k + abit..

guess thats the stuff

prime chains from 17 to 0
primepersecs from 6.5k to 150

thats dual processor 6core each xeon reporting right there.

yay for the tough one!
Pages: « 1 ... 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 [54] 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 ... 131 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!