Bitcoin Forum
May 10, 2024, 08:57:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Hashing slowdown  (Read 10191 times)
Bitcoiner (OP)
Member
**
Offline Offline

Activity: 70
Merit: 11


View Profile
July 15, 2010, 04:05:40 PM
 #1

I've noticed that after running Bitcoin for a while, the hashing seems to slow down by a significant amount.

For example:

310 khash/sec -> 250 -260 khash/sec
2450 khash/sec -> 2150 khash/sec

Noticed on two seperate machines, in Windows and Ubuntu. Any idea why this could be happening? Has anyone else noticed this?

Want to thank me for this post? Donate here! Flip your coins over to: 13Cq8AmdrqewatRxEyU2xNuMvegbaLCvEe  Smiley
1715331435
Hero Member
*
Offline Offline

Posts: 1715331435

View Profile Personal Message (Offline)

Ignore
1715331435
Reply with quote  #2

1715331435
Report to moderator
1715331435
Hero Member
*
Offline Offline

Posts: 1715331435

View Profile Personal Message (Offline)

Ignore
1715331435
Reply with quote  #2

1715331435
Report to moderator
1715331435
Hero Member
*
Offline Offline

Posts: 1715331435

View Profile Personal Message (Offline)

Ignore
1715331435
Reply with quote  #2

1715331435
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715331435
Hero Member
*
Offline Offline

Posts: 1715331435

View Profile Personal Message (Offline)

Ignore
1715331435
Reply with quote  #2

1715331435
Report to moderator
1715331435
Hero Member
*
Offline Offline

Posts: 1715331435

View Profile Personal Message (Offline)

Ignore
1715331435
Reply with quote  #2

1715331435
Report to moderator
1715331435
Hero Member
*
Offline Offline

Posts: 1715331435

View Profile Personal Message (Offline)

Ignore
1715331435
Reply with quote  #2

1715331435
Report to moderator
Svick
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
July 15, 2010, 04:25:12 PM
 #2

Isn't that just because the difficulty increased?
Strofcon
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
July 15, 2010, 04:29:17 PM
 #3

I think an increased difficulty just means more hashes are (typically) required to create a block successfully. I don't think it should slow the actual hashing rate though... my guess would be that it's something on the client's host that is consuming extra cycles and depriving bitcoin of CPU time.
knightmb
Sr. Member
****
Offline Offline

Activity: 308
Merit: 258



View Profile WWW
July 15, 2010, 04:37:13 PM
 #4

Heat related probably. Your CPU is idle most of the time, so it's running cool. When you break out the hash, the CPU is running full speed and generates more heat. As it generates more heat, it will start to slow down slightly unless you have some kind of crazy fan setup or liquid cooling.

That's my guess anyway.  Smiley

Timekoin - The World's Most Energy Efficient Encrypted Digital Currency
SmokeTooMuch
Legendary
*
Offline Offline

Activity: 860
Merit: 1021


View Profile
July 15, 2010, 04:46:25 PM
 #5

I think an increased difficulty just means more hashes are (typically) required to create a block successfully. I don't think it should slow the actual hashing rate though...
That is correct.

And this
As it generates more heat, it will start to slow down slightly unless you have some kind of crazy fan setup or liquid cooling.
could also be correct. All newer CPU'S start throttling down their speed if they recognize a high temperature. It's a safety feature.
So mabye that's your problem. Try reading you CPUs temperature sensor out (I recommend CoreTemp) and tell us what temperatures you have when the hashing slows down.

Date Registered: 2009-12-10 | I'm using GPG, pm me for my public key. | Bitcoin on Reddit: https://www.reddit.com/r/btc
Bitcoiner (OP)
Member
**
Offline Offline

Activity: 70
Merit: 11


View Profile
July 15, 2010, 05:22:33 PM
 #6

I think an increased difficulty just means more hashes are (typically) required to create a block successfully. I don't think it should slow the actual hashing rate though...
That is correct.

And this
As it generates more heat, it will start to slow down slightly unless you have some kind of crazy fan setup or liquid cooling.
could also be correct. All newer CPU'S start throttling down their speed if they recognize a high temperature. It's a safety feature.
So mabye that's your problem. Try reading you CPUs temperature sensor out (I recommend CoreTemp) and tell us what temperatures you have when the hashing slows down.

I should clarify that if I stop and start it 1 second later, the hashing goes back to fullspeed and stays there for a while, so I don't think that's the issue...

Want to thank me for this post? Donate here! Flip your coins over to: 13Cq8AmdrqewatRxEyU2xNuMvegbaLCvEe  Smiley
Bitcoiner (OP)
Member
**
Offline Offline

Activity: 70
Merit: 11


View Profile
July 15, 2010, 05:27:10 PM
 #7

I think an increased difficulty just means more hashes are (typically) required to create a block successfully. I don't think it should slow the actual hashing rate though...
That is correct.

And this
As it generates more heat, it will start to slow down slightly unless you have some kind of crazy fan setup or liquid cooling.
could also be correct. All newer CPU'S start throttling down their speed if they recognize a high temperature. It's a safety feature.
So mabye that's your problem. Try reading you CPUs temperature sensor out (I recommend CoreTemp) and tell us what temperatures you have when the hashing slows down.

I should clarify that if I stop and start it 1 second later, the hashing goes back to fullspeed and stays there for a while, so I don't think that's the issue...

The desktop goes up to 61C CPU max.

Want to thank me for this post? Donate here! Flip your coins over to: 13Cq8AmdrqewatRxEyU2xNuMvegbaLCvEe  Smiley
SmokeTooMuch
Legendary
*
Offline Offline

Activity: 860
Merit: 1021


View Profile
July 15, 2010, 06:13:30 PM
 #8

61°C shouldn't be a problem, so maybe it's a software issue.
Can't help you with that, but I'm sure the devs will.

Date Registered: 2009-12-10 | I'm using GPG, pm me for my public key. | Bitcoin on Reddit: https://www.reddit.com/r/btc
Strofcon
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
July 15, 2010, 07:10:20 PM
 #9

You can check your other running processes too, and see if something else is registering a noticeable amout of CPU usage. Either Task Manager for Windows or top / nmon for *nix should work just fine for the task. Any %CPU used that isn't attributed to bitcoin/bitcoind is going to slow your hashes, even if it's only taking 5% of a core's processing muscle away from bitcoin. Smiley
Pages: [1]
  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!