This is the implementation of fishhash+ algorithm adapted to the karlsen network new algorithm karlsenhashv2 This version is supposed to be as closed as possible to the original fishhash plus version. Notable modifications are :
- the header size of 80 bytes (no impact here)
- the blake3 hash result are always of 32 bytes
- the hasher use a hash512 seed as input like in the first version of fishhash
- the last blake3 hash input is only the fishhashplus kernel result (32 bytes) instead of the seed + result (96 bytes)
This is a work in progress version of Iron Fish's new mining algorithm FishHash. It was created by community member Lollidieb. It is a modified version of the Ethash mining algorithm that uses the blake3 hashing algorithm as well as some other customizations.
Lollidieb has created a specification for the algorithm.
Discussion has been happening in the IronFish Discord mining channel. There is also a post for the proposal on the IronFish Discourse website.