【问题标题】:Propability formular for scrypt blocksscrypt 块的概率公式
【发布时间】:2014-01-10 09:20:25
【问题描述】:

我目前正在研究并寻找一个公式来计算在 scrypt 中求解块的概率。 就像https://www.litecoinpool.org/calc 这样的东西,一个人输入每秒的哈希率并看到他们解决块的可能性。

请注意,我知道单人挖矿是无利可图的,而且我知道有些矿池可以简单地用于矿工。但这不是一般的挖矿问题,而是裂缝概率计算的背景问题。仅用于研究如何计算出块概率,不讨论加密货币挖掘。

TIA

【问题讨论】:

    标签: hash cracking scrypt


    【解决方案1】:

    难度 * 2^48 / (2^16 - 1) / Your_Hashes/s = Expected_time_to_solve_a_block_in_seconds

    简化版本(不损失太多准确性)更简单: 难度 * 2^32 / Your_Hashes/s = Expected_time_to_solve_a_block_in_seconds

    例如:

    当前 diff = 3815,您管理 123 MH/s 钻机,那么:

    Expected_time_to_solve_a_block_in_seconds = 3815 * 2^32 / 123000000 = 133214s = 1.54 天

    当然,如果您管理 123 MH/s 钻机,您可能已经知道了 :)

    【讨论】:

      猜你喜欢
      • 2011-12-01
      • 1970-01-01
      • 2019-09-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-11-05
      • 2014-08-07
      相关资源
      最近更新 更多