Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize hashing of internal sha256d miner. #871

Merged
merged 1 commit into from
Nov 25, 2020

Commits on Nov 24, 2020

  1. Increase internal sha256d miner hashrate by around 33%.

    Since the datahash is not likely to change much between blocks (other than
    work refresh), we can calculate it once and reuse the value.
    
    Average hashrate beforehand on 4core vps was 4mh, averages around 5.5-6mh with
    blocks successfully solved on devnet.
    barrystyle committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    b3603ed View commit details
    Browse the repository at this point in the history