SN-1121 已核对来源,附原文与上下文。
其他参与者原话knightmb原帖 ↗所以如果你的计算机才完成了区块 68000 的 1%
So if your computer was only 1% towards solving block 68000
这是一个常见的困惑点。不存在"完成了区块求解的 1%"这回事。你不会朝解出它取得进展。算了 24 小时之后,你解出它的概率与最初或任何时刻相同。
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.
就像一次抛 37 枚硬币、要求全部正面朝上。每尝试一次,成功的概率都一样。
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.
随机数用的是 OpenSSL 的安全随机数生成器。在 Windows 上,它以你的电脑开机以来全部硬件性能计数器的完整集合做种子;在 Linux 上则是 dev/random。
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.