Files
2021-01-09 01:31:13 -06:00

30 lines
1.3 KiB
Markdown

---
layout: forum
title: 'Re: Hash/sec Throttling for Democracy'
grand_parent: Forum Posts
parent: Bitcoin Forum
nav_order: 183
date: 2010-07-14 20:25:06 UTC
original: https://bitcointalk.org/index.php?topic=299.msg2908#msg2908
---
# Re: Hash/sec Throttling for Democracy
---
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight">
<code>Re: Hash/sec Throttling for Democracy
July 14, 2010, 08:25:06 PM
<a href="https://bitcointalk.org/index.php?topic=325.msg2917#msg2917">Quote from: knightmb on July 14, 2010, 07:17:43 PM</a>
-------------
So if your computer was only 1% towards solving block 68000
-------------
This is a common point of confusion. There's no such thing as being 1% towards solving a block. You don't make progress towards solving it. After working on it for 24 hours, your chances of solving it are equal to what your chances were at the start or at any moment.
It's like trying to flip 37 coins at once and have them all come up heads. Each time you try, your chances of success are the same.
The RNG is the OpenSSL secure random number generator. On Windows it's seeded with the complete set of all hardware performance counters since your computer started, on Linux it's dev/random.</code></pre></div></div>