Bitcoin Forum
May 04, 2024, 09:46:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 »
  Print  
Author Topic: [XPM] [ANN] Primecoin High Performance | HP14 released!  (Read 397583 times)
96redformula
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
August 08, 2013, 11:14:38 PM
 #1661

I have 50 vps running with chainsperday going from 1.18 to 0.9 and I find between 15 to 21 blocks per day.
They were not cloned so entropy is not a problem.

50 VPS with how many cores?  Digital Ocean?
1714859211
Hero Member
*
Offline Offline

Posts: 1714859211

View Profile Personal Message (Offline)

Ignore
1714859211
Reply with quote  #2

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

Posts: 1714859211

View Profile Personal Message (Offline)

Ignore
1714859211
Reply with quote  #2

1714859211
Report to moderator
1714859211
Hero Member
*
Offline Offline

Posts: 1714859211

View Profile Personal Message (Offline)

Ignore
1714859211
Reply with quote  #2

1714859211
Report to moderator
jimoc
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
August 08, 2013, 11:21:34 PM
 #1662

I have 50 vps running with chainsperday going from 1.18 to 0.9 and I find between 15 to 21 blocks per day.
They were not cloned so entropy is not a problem.

50 VPS with how many cores?  Digital Ocean?

If you have cloned instances running is there a way to fix the lack of entropy?
I've got 10 AWS instances running but not seen any blocks for 3 days and they were all launched from the same AMI.
Tamis
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
August 09, 2013, 09:06:47 AM
 #1663

I have 50 vps running with chainsperday going from 1.18 to 0.9 and I find between 15 to 21 blocks per day.
They were not cloned so entropy is not a problem.

50 VPS with how many cores?  Digital Ocean?

If you have cloned instances running is there a way to fix the lack of entropy?
I've got 10 AWS instances running but not seen any blocks for 3 days and they were all launched from the same AMI.

Maybe you could read a few post above yours and get your answer ?
paulthetafy
Hero Member
*****
Offline Offline

Activity: 820
Merit: 1000


View Profile
August 09, 2013, 09:48:30 AM
 #1664

Maybe you could read a few post above yours and get your answer ?
Yes, it would answer most of the questions in this thread.
People this lazy don't deserve answers.

IMO entropy is not the issue.  I've never seen an instance even close to running out of entropy (without havaged / rng-tools installed).  I was running hundreds of ec2 instances, all cloned from one, without issue.
FoldingTime
Full Member
***
Offline Offline

Activity: 162
Merit: 100


View Profile
August 09, 2013, 10:16:08 AM
 #1665

Here's a useful oneliner if you want to see exactlya sorted list of when your blocks were found and if you are not comfortable with reading times and dates as
seconds since 1970... UTC.   Smiley

Code:
primecoind listtransactions | grep blocktime |  sed -e "s/.* : //" -e "s/,//" | sort | xargs -n 1 -I '{}' date --date=@'{}'

Nice one liner  Cool Thanks.
jimoc
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
August 09, 2013, 02:20:12 PM
 #1666

I have 50 vps running with chainsperday going from 1.18 to 0.9 and I find between 15 to 21 blocks per day.
They were not cloned so entropy is not a problem.

50 VPS with how many cores?  Digital Ocean?

If you have cloned instances running is there a way to fix the lack of entropy?
I've got 10 AWS instances running but not seen any blocks for 3 days and they were all launched from the same AMI.

Maybe you could read a few post above yours and get your answer ?

Yes, I am an idiot Smiley

matt4054
Legendary
*
Offline Offline

Activity: 1946
Merit: 1035



View Profile
August 09, 2013, 02:45:39 PM
 #1667

Yes, I am an idiot Smiley

Nope, you are just lazy: functionally it's less of a problem than idiocy, but ethically it's worse Cheesy

Just kidding, I think it's just hard to follow every thread (especially when your watchlist contains 50+ topics)
Dsfyu
Member
**
Offline Offline

Activity: 75
Merit: 10



View Profile
August 09, 2013, 04:48:36 PM
 #1668

Yes, I am an idiot Smiley

Nope, you are just lazy: functionally it's less of a problem than idiocy, but ethically it's worse Cheesy

Just kidding, I think it's just hard to follow every thread (especially when your watchlist contains 50+ topics)

Yeah, it's really hard to follow a thread like this especially when dealing with outside issues like work/school/etc.

I feel like I'm going to be lazy asking this question since it probably has been answered somewhere in the thread, but I have two similar computers mining. Both have Phenom II processors and one is running windows 7 and the other is running ubuntu 13.04. Both computers are running hp9. The one running it in windows is getting 0.7 cpd and the Ubuntu one is getting 0.5 cpd despite the fact that they have phenom IIs with the same number of cores and the same clock speed. Could this be caused by the fact that one of these is a quad core chip (the 0.7 cpd cpu) and one is one of the 6 core ones with two cores locked (the 0.5 cpd chip)? I'm just trying to figure out what I should be doing to get the one with lower performance to match the other one.

Don't just trade, get paid to Atomic⚛Trade !!!
Disclaimer: I am a noob. Assume I know nothing until proven otherwise.
Krusher33
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
August 09, 2013, 05:43:31 PM
 #1669

Yes, I am an idiot Smiley

Nope, you are just lazy: functionally it's less of a problem than idiocy, but ethically it's worse Cheesy

Just kidding, I think it's just hard to follow every thread (especially when your watchlist contains 50+ topics)

Yeah, it's really hard to follow a thread like this especially when dealing with outside issues like work/school/etc.

I feel like I'm going to be lazy asking this question since it probably has been answered somewhere in the thread, but I have two similar computers mining. Both have Phenom II processors and one is running windows 7 and the other is running ubuntu 13.04. Both computers are running hp9. The one running it in windows is getting 0.7 cpd and the Ubuntu one is getting 0.5 cpd despite the fact that they have phenom IIs with the same number of cores and the same clock speed. Could this be caused by the fact that one of these is a quad core chip (the 0.7 cpd cpu) and one is one of the 6 core ones with two cores locked (the 0.5 cpd chip)? I'm just trying to figure out what I should be doing to get the one with lower performance to match the other one.


Which chips are they?  It could be their cache sizes.
Tamis
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
August 09, 2013, 05:51:56 PM
 #1670

I started haveged on all my 50 vps just to see if I would notice any change in performance or find more blocks, I was extremely surprised with the result !

I had a great start of the day at noon with 10 blocks already found, after having started the haveged service I left for work and let everything run for 6 hours.
I was quite surprised to notice I wasn't receiving any emails notifying me of blocks found and for a good reason, for the first since I started mining with 50 vps I haven't found a single block in 6 hours...

I have just stopped the haveged service on all vps.  Now this could be pure bad luck but 50 * 6 = 300 hours or 12.5 days, even my desktop computer solves a block in less time than that !

It seems haveged is responsible but how and why I have no clue. Could just be bad luck, well extremely bad luck...
matt4054
Legendary
*
Offline Offline

Activity: 1946
Merit: 1035



View Profile
August 09, 2013, 05:55:48 PM
 #1671

It seems haveged is responsible but how and why I have no clue. Could just be bad luck, well extremely bad luck...

Well, that's puzzling to say the least. Keep us posted about your results. Good... luck Grin
one4many
Hero Member
*****
Offline Offline

Activity: 516
Merit: 500



View Profile
August 09, 2013, 06:02:04 PM
 #1672

I started haveged on all my 50 vps just to see if I would notice any change in performance or find more blocks, I was extremely surprised with the result !

I had a great start of the day at noon with 10 blocks already found, after having started the haveged service I left for work and let everything run for 6 hours.
I was quite surprised to notice I wasn't receiving any emails notifying me of blocks found and for a good reason, for the first since I started mining with 50 vps I haven't found a single block in 6 hours...

I have just stopped the haveged service on all vps.  Now this could be pure bad luck but 50 * 6 = 300 hours or 12.5 days, even my desktop computer solves a block in less time than that !

It seems haveged is responsible but how and why I have no clue. Could just be bad luck, well extremely bad luck...

Well ... to be honest ... I don't believe you.  Roll Eyes
Tamis
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
August 09, 2013, 06:12:19 PM
 #1673

Well ... to be honest ... I don't believe you.  Roll Eyes

wtf ? why would I make up something like that ? what would be the purpose ?

I'm already pissed enough, spare me your nonsense !
one4many
Hero Member
*****
Offline Offline

Activity: 516
Merit: 500



View Profile
August 09, 2013, 06:20:45 PM
 #1674

wtf ? why would I make up something like that ? what would be the purpose ?
I'm already pissed enough, spare me your nonsense !
The reason is that I went from 6 blocks a day (two days ago) to zero (the last 24 hours). With no change at all.

As a matter of fact ... the only thing which changed was difficulty (rising). I guess mass VPS mining is coming to an end.
All the nice coins you mined, you are going to spend to "keep your hope" in mining more in the foreseeable future.
Probably until you lost (your current) mined plus. In the end you had a lot of work, but no gain.
And AWS or whoever your VPS provider is the only one which made any real money.
Tamis
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
August 09, 2013, 06:29:53 PM
 #1675

Well I just found a block after having stopped the haveged service.  Now this, again, could just be due to luck (fucking variance).

Now regarding mining on vps in order to reply to my friend one4many.

here are my last days results :

05/08 : 20 blocks
06/08 : 19 blocks
07/08 : 16 blocks
08/08 : 20 blocks

I see no sudden changes in those stats related to difficulty and yet I just saw an ENORMOUS one after starting the haveged service.

I said from the start that variance could be responsible even if it's very unlikely... yet luck is often unlikely.

Regarding difficulty, it rose a lot slower than the past previous days so it's not difficulty related. And no it's not the 3 or 4 blocks I didn't mine this afternoon that are responsible.
Entz
Full Member
***
Offline Offline

Activity: 210
Merit: 100


I not use any kind of messenger beware of scammers


View Profile
August 09, 2013, 06:33:50 PM
 #1676

Its easy enough to check if you are having entropy issues or not. watch cat /proc/sys/kernel/random/entropy_avail , if it drops below 100-200 and doesn't go back up you have a problem,

Make sure you are only using one of haveged or rng-tools as having both is likely not idea.

Some systems have hardware sources that can be used (with rng-tools ), on EC2 : medium power instances are fine (floats around 120), higher powered ones (i.e. cc2) used to hit 0 after a minute or so (which can cause the daemon to pause).  I have been meaning to try rng-tools but haven't had the chance.

In the beginning it used to burn through it so fast I pretty much needed it. Now the instances seem fine without it. Now, that being said there is no guarantee that havegd is generating good entropy (unique enough), so that may be the problem. Or just bad luck.  I had a pi find a block at difficulty 9, that is like 10pps.

I will disable mine and see what happens, cant hurt right Wink

one4many
Hero Member
*****
Offline Offline

Activity: 516
Merit: 500



View Profile
August 09, 2013, 06:38:25 PM
 #1677

..
Now regarding mining on vps in order to reply to my friend one4many.
..
Who said I'm your friend?  Cheesy
Anyhow ... let's see what your stats say tomorrow.

You could be as unlucky as I am  Embarrassed
Tamis
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
August 09, 2013, 06:44:00 PM
 #1678

A question to the people that know linux better than me (that makes a lot of people) !

Do I need to reboot the machine to get a "non haveged state" after stopping the service or just stopping the service and restarting primecoind is be enough ?
Entz
Full Member
***
Offline Offline

Activity: 210
Merit: 100


I not use any kind of messenger beware of scammers


View Profile
August 09, 2013, 06:46:37 PM
 #1679

A question to the people that know linux better than me (that makes a lot of people) !

Do I need to reboot the machine to get a "non haveged state" after stopping the service or just stopping the service and restarting primecoind is be enough ?
Just stopping the service is enough (or remove it if you like). No need to even restart primecoind

You can tell it isnt working if your entropy drops from around 3000, below 1000 (where haveged would kick in) and gets to around 120.

Tamis
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
August 09, 2013, 07:07:19 PM
 #1680

Thanks Entz !

Everything around 130.

I'm so pissed I even tried this on all my vps... I pmed gigawatt about this since he recommends it with good faith I presume.
Pages: « 1 ... 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 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 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!