Comparable within version 1.1.0.
Not run yet.
Fund this benchmark to run 5 prompts across 141 models. An operator runs the suite locally once funded; results then appear here.
In Miningcore's Stratum implementation, if `BlockTemplate.PreviousBlockhash` is `000000004a75d7a3d5e09bb904575a7235eaa5c8e13e9cc4cde8a01839dd47a6`, what is the exact `prevhash` hex string sent in the `mining.notify` message? (Hint: check endianness)
In Miningcore's `BitcoinJob.cs`, what specific byte manipulation operation is applied to transaction hashes *before* they are passed to the `MerkleTree` constructor to build the branches?
When serializing the block header in `BitcoinJob.cs`, what byte order is used for the `HashPrevBlock` field in the `BlockHeader` struct?
Calculate the mining difficulty if the 256-bit target is `000000004a75d7a3d5e09bb904575a7235eaa5c8e13e9cc4cde8a01839dd47a6` (interpreted as a big-endian integer) and difficulty 1 corresponds to the standard Bitcoin diff1 target `00000000ffff0000000000000000000000000000000000000000000000000000`. Give the result to 6 decimal places.
In the `@bsv/sdk`, what is the specific interface name required by the `Transaction.verify()` method to validate Merkle roots?