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

Testnet karlsenhashv2 #13

Commits on Aug 31, 2024

  1. HF DAAscore to switch to khashv2 (12 hours after testnet launch):

    We've experimented with 3 different hashing algorithm in testnet,
    named khashv1, khashv1.5 and khashv2.
    
    khashv1   = KarlsenHashv1
    khashv1.5 = FishHash
    khashv2   = FishHash Plus (KarlsenHashv2)
    
    However at the end we've decided to use FishHash Plus as it was
    result of security review of the FishHash algorithm. The PoW code
    for FishHash is still there, but the expected blocks are either
    version 1 or version 2. Therefore we decided to restart testnet-1
    with shorter HF DAA score and don't need to maintain code for
    special case in the network.
    lemois-1337 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    a4b63bb View commit details
    Browse the repository at this point in the history
  2. Version bump

    lemois-1337 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    9825c66 View commit details
    Browse the repository at this point in the history