Bitcoin Forum
May 07, 2024, 08:47:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Mining past 95% probability... at what point should I suspect a problem?  (Read 2998 times)
Zerbie (OP)
Member
**
Offline Offline

Activity: 72
Merit: 10


View Profile
February 07, 2011, 11:07:53 PM
 #1

I set up a new mining computer Thursday night that has a hash rate of 640000 khash/s.  I also have my main system mining at a rate of 320000 khash/s.  Based on the probabilities provided via http://www.alloscomp.com/bitcoin/calculator.php, on average, I should see a block every 1.21 days (assuming 900 Mhash/s), and I should have a 95% chance of seeing a block in 3.625 days.  Since I've yet to see a block on either of these systems I'm beginning to worry that something has been hacked or there is some other problem. 

At what point should I assume there is a problem and clean off the systems and re-start?  Based on the 50% time, I estimate a 99% chance for 6 days of mining, which would be Wednesday morning.  The odds of 6 days of mining at 900 Mhash/s without a block is 1/100.

Anyone have any ideas on what to look for regarding a hack?
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715071650
Hero Member
*
Offline Offline

Posts: 1715071650

View Profile Personal Message (Offline)

Ignore
1715071650
Reply with quote  #2

1715071650
Report to moderator
1715071650
Hero Member
*
Offline Offline

Posts: 1715071650

View Profile Personal Message (Offline)

Ignore
1715071650
Reply with quote  #2

1715071650
Report to moderator
1715071650
Hero Member
*
Offline Offline

Posts: 1715071650

View Profile Personal Message (Offline)

Ignore
1715071650
Reply with quote  #2

1715071650
Report to moderator
Garrett Burgwardt
Sr. Member
****
Offline Offline

Activity: 406
Merit: 256


View Profile
February 07, 2011, 11:15:24 PM
 #2

Some people seem to just be incredibly unlucky in terms of mining. I personally have 2 5870s and a 5770 hashing almost 24/7 and I went a week or more without a block, and just today found two apparently. It's all luck, and some people are just unlucky Smiley

Don't worry, and if you get tired of no results try joining a mining pool  Grin
Raulo
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
February 07, 2011, 11:17:47 PM
 #3

3 possible ways:
- join the mining pool and see if shares are accepted
- run your client on testnet
- modify the miner to print more debugging stuff. Increasing target (lowering difficulty) also can help spot the problems.

1HAoJag4C3XtAmQJAhE9FTAAJWFcrvpdLM
Mahkul
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


Every saint has a past. Every sinner has a future.


View Profile
February 07, 2011, 11:29:50 PM
 #4

I set up a new mining computer Thursday night that has a hash rate of 640000 khash/s.  I also have my main system mining at a rate of 320000 khash/s.  Based on the probabilities provided via http://www.alloscomp.com/bitcoin/calculator.php, on average, I should see a block every 1.21 days (assuming 900 Mhash/s), and I should have a 95% chance of seeing a block in 3.625 days.  Since I've yet to see a block on either of these systems I'm beginning to worry that something has been hacked or there is some other problem. 

At what point should I assume there is a problem and clean off the systems and re-start?  Based on the 50% time, I estimate a 99% chance for 6 days of mining, which would be Wednesday morning.  The odds of 6 days of mining at 900 Mhash/s without a block is 1/100.

Anyone have any ideas on what to look for regarding a hack?

Don't worry man, I know the feeling and it is perfectly normal. The same way sometimes you may see many blocks generated within a short period of time, sometimes you won't see any of them for a while (even above 95% - I have experienced that myself a few times).

Still, maybe there is something wrong with your miners.
Zerbie (OP)
Member
**
Offline Offline

Activity: 72
Merit: 10


View Profile
February 07, 2011, 11:36:05 PM
 #5

3 possible ways:
- join the mining pool and see if shares are accepted
- run your client on testnet
- modify the miner to print more debugging stuff. Increasing target (lowering difficulty) also can help spot the problems.

Can you link me to the testnet and debugging documentation or thread?

Thanks!
Raulo
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
February 07, 2011, 11:47:28 PM
 #6

Can you link me to the testnet and debugging documentation or thread?
Thanks!

Testnet:
https://www.bitcoin.org/smf/index.php?topic=1509.0

You simply run your bitcoin with -testnet flag and connect with your miner as usual. Current difficulty on testnet is 186 so it still takes a while to mine on testnet.

For debugging, consult individual miners threads.


1HAoJag4C3XtAmQJAhE9FTAAJWFcrvpdLM
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
February 08, 2011, 06:52:47 AM
 #7

I can generate something like ~500 khash/s (depending on how much I'm using the computer), using either a miner, or the default client.

The website given earlier suggests it'll take me at least 1791 days to have a 50% chance of getting a block. Being part of a mining coop has generated some small amounts, but I don't think it's likely to be worth it at all.

Thoughts
davout
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
February 08, 2011, 10:55:54 AM
 #8

Testnet has been reset in the github source tree, in other words, if you compile from source you'll have a testnet with ~1 diff. Should be much easier to test Smiley

Littleshop
Legendary
*
Offline Offline

Activity: 1386
Merit: 1003



View Profile WWW
February 19, 2011, 03:37:08 PM
 #9

Any update?  Did you get a block?

c_anderson
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 21, 2011, 03:28:24 AM
Last edit: February 25, 2011, 12:03:36 AM by c_anderson
 #10

I think you may be misreading your hash/sec number. If gethashespersec returns 640000, you aren't getting "640000 khash/s". You are getting 640000 hps = 640 khps (640000/1000).

In order to reach 95% probability, you'll need to run for 8483 days.  :/
caston
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500



View Profile WWW
May 15, 2011, 01:15:10 PM
 #11

Try mining on a 486DX next to your high end mining rig. If your expensive rig is so unlucky maybe the 486 will do better.

bitcoin BTC: 1MikVUu1DauWB33T5diyforbQjTWJ9D4RF
bitcoin cash: 1JdkCGuW4LSgqYiM6QS7zTzAttD9MNAsiK

-updated 3rd December 2017
grue
Legendary
*
Offline Offline

Activity: 2058
Merit: 1431



View Profile
May 15, 2011, 03:22:19 PM
 #12

I think you may be misreading your hash/sec number. If gethashespersec returns 640000, you aren't getting "640000 khash/s". You are getting 640000 hps = 640 khps (640000/1000).

In order to reach 95% probability, you'll need to run for 8483 days.  :/
this

Unless you have a very high-end video card, you won't be able to get that hash rate.

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
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!