Bitcoin Forum
April 25, 2024, 03:46:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 3 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 ... 131 »
  Print  
Author Topic: [XPM] [ANN] Primecoin High Performance | HP14 released!  (Read 397580 times)
edn247
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
July 22, 2013, 07:22:54 AM
 #1041

my hp5 win 8 64 qt clients were crashing on open (since diff 9 maybe) when I upgraded to hp6 it would still crash right away, but I had sievesize at 4000000 in conf; removed that (or set to 1M) and it runs and mines just fine on all machines.  would like to know good settings.

Nothing found since hp6, and using 2 i7 laptops running ~4kpps (300-840 5-chains/h) each on same wallet

Lately it's just trickle, like one every other day if lucky:

2013-07-20T23:46:31   Mined   12.34
2013-07-20T08:33:30   Mined   12.35
2013-07-18T04:36:15   Mined   12.52
2013-07-16T10:59:58   Mined   12.54
2013-07-15T21:51:30   Mined   12.62
2013-07-15T21:46:54   Mined   12.62
2013-07-15T19:59:33   Mined   12.65
2013-07-15T05:53:27   Mined   12.80
2013-07-14T11:52:08   Mined   13.47
2013-07-14T07:52:02   Mined   14.08
2013-07-14T00:49:44   Mined   15.63

Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714016763
Hero Member
*
Offline Offline

Posts: 1714016763

View Profile Personal Message (Offline)

Ignore
1714016763
Reply with quote  #2

1714016763
Report to moderator
Tuck Fheman
Sr. Member
****
Offline Offline

Activity: 363
Merit: 250


View Profile WWW
July 22, 2013, 01:17:06 PM
Last edit: July 22, 2013, 10:55:21 PM by Tuck Fheman
 #1042

sievepercentage=1
sievesize=1000000

with sievepercentage=1,  I got biggest PPS and more chainspermin. Is it good?

Good question.. can anyone attest to this?

Increased PPS 1K-2K. Did not increase CPM for me (i7 860 @ 3.22 quad). 0 blocks 12 hrs.

Edit : Tried on testnet, it was the worst results I've seen yet. 1 block in 5 min, gave up.

Other notes (updating) ...
sieve% above 15 crashes client on testnet as soon as mining starts.

SS : 4000000 S% : 15% = 3 BPM
SS : 4000000 S% : 14% = 40 CPM, 6600 PPS, 3+ BPM  <-- sweet spot so far. Ended up beating best HP5 setting by a little after 10 min. Does not work on mainnet for me.
SS : 4000000 S% : 13% = 2.3 BPM
SS : 4000000 S% : 11% = 37 CPM, 6800 PPS, 2.6 BPM
SS : 2000000 S% : 14% = 36 CPM, 7284 PPS, 2.0 BPM  Works on mainnet @ 1849 PPS, 12 CPM (highest I've seen so far).
SS : 2200000 S% : 14% = 44 CPM, 7079 PPS, 2.1 BPM  Works on mainnet @ 1835, 10 CPM (highest so far)

Over a longer period of time the above settings may equal out. 15% gave block spurts of 4-6 @ a time, while 14% gave steady blocks over entire time and "appeared" faster due to this lack of stalls between blocks.

Update : Once again settings that work fine on testnet shut down the client immediately upon mining.  It's the 4M setting which works fine for HP5. I'm going to try to find the max sievesize for my i7 again since it appears to be lower for HP6 than HP5 (is this due to the higher difficulty or difference in builds?). Update 2 : The highest sievesize I can get on mainnet (i7 quad) is 2200000.

Observation : Higher sievesize settings always increased blocks per minute in HP5 & HP6. Adjusting sieve% also affected BPM's and it has sweet spots as you can see above. I recommend finding the highest sievesize first (that will work on  mainnet for you), then adjust sieve% for best results (on testnet) to find your sweet spot. Anything above 2200000 would shut the client down immediately in HP6 (for my i7 quad).

Since it appears (to me at least) that a larger sievesize increases BPM's, I will mention that HP3 gave 2 BPM (in 10 min runs) on testnet with SS : 6553600 and this will work on mainnet. However, I'm not positive that large of a sievesize was even supported in HP3 and it may be going to a default setting. However, with that in mind I set the sievesize to the default and results were much worse.

blackboy
Member
**
Offline Offline

Activity: 109
Merit: 16



View Profile WWW
July 22, 2013, 02:40:59 PM
 #1043

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/.

killall primecoind
cd
./run-primecoind
watch -n 5 'primecoind getmininginfo & primecoind listaccounts'

Resistance is futile. Embrace cryptocurrencies.
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
July 22, 2013, 02:46:05 PM
 #1044

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

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

Activity: 109
Merit: 16



View Profile WWW
July 22, 2013, 03:14:26 PM
 #1045

Can anyone recommend another good VPS provider? I max out my droplets at DO...

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

Activity: 109
Merit: 16



View Profile WWW
July 22, 2013, 03:24:29 PM
 #1046

Can anyone recommend another good VPS provider? I max out my droplets at DO...

Or maybe a solid dedicated server?

Resistance is futile. Embrace cryptocurrencies.
achillez
Hero Member
*****
Offline Offline

Activity: 874
Merit: 1000


View Profile
July 22, 2013, 03:33:38 PM
 #1047

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

Activity: 476
Merit: 250



View Profile
July 22, 2013, 03:34:58 PM
 #1048

Can anyone recommend another good VPS provider? I max out my droplets at DO...

What are you running at DO ? With the 10$ droplets I get 600pps (sievesize=1M, sieve%age=8) which will not pay for itself mining.
I think vps mining was good last weeks but not anymore. Maybe amazon EC2 with high cpu option but those cost quite a lot !
blackboy
Member
**
Offline Offline

Activity: 109
Merit: 16



View Profile WWW
July 22, 2013, 03:50:17 PM
 #1049

I'm running 20 8-cores, or about 100K PPS.

Resistance is futile. Embrace cryptocurrencies.
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
July 22, 2013, 04:01:55 PM
 #1050

Can anyone recommend another good VPS provider? I max out my droplets at DO...

What are you running at DO ? With the 10$ droplets I get 600pps (sievesize=1M, sieve%age=8) which will not pay for itself mining.
I think vps mining was good last weeks but not anymore. Maybe amazon EC2 with high cpu option but those cost quite a lot !

I think no one will share what they use...many say private vps provider and that's about it, so they can keep getting 40 blocks per day.
versificateur
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
July 22, 2013, 04:13:41 PM
 #1051

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?
Tuck Fheman
Sr. Member
****
Offline Offline

Activity: 363
Merit: 250


View Profile WWW
July 22, 2013, 04:14:30 PM
 #1052

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?

Sterling
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
July 22, 2013, 04:32:03 PM
 #1053

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.
OnlyC
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
July 22, 2013, 04:32:25 PM
 #1054

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

Activity: 476
Merit: 250



View Profile
July 22, 2013, 04:46:22 PM
 #1055

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

Activity: 109
Merit: 16



View Profile WWW
July 22, 2013, 04:51:17 PM
 #1056

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?

Resistance is futile. Embrace cryptocurrencies.
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
July 22, 2013, 05:31:36 PM
 #1057

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

Activity: 371
Merit: 250


View Profile
July 22, 2013, 05:50:04 PM
 #1058

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.

tip me! Tongue XtSrWch1U3BsTBFBHj7acTTzxFo1fy5BMa
96redformula
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
July 22, 2013, 05:57:57 PM
 #1059

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

Activity: 294
Merit: 250



View Profile
July 22, 2013, 06:03:03 PM
 #1060

+1 agreed.
Pages: « 1 ... 3 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 ... 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!