Skip to content
Snippets Groups Projects
  • psychocrypt's avatar
    void nonce overlappping · e191229a
    psychocrypt authored
    The cpu miner backend uses the wrong ranges of nonces instead of using `[startNonce,startNonce + nonce_chunk)`
    (startNonce,startNonce + nonce_chunk]` is used. This will results in an overlap with nonces used by the gpu back-ends.
    e191229a