go-blockchain/mining
Claude f9ff8ad877
test(mining): integration test against C++ testnet daemon
Build-tagged //go:build integration. Fetches a real template,
decodes it, computes header mining hash.

Co-Authored-By: Charon <charon@lethean.io>
2026-02-21 02:20:05 +00:00
..
hash.go feat(mining): header mining hash and nonce checking 2026-02-21 02:04:33 +00:00
hash_test.go test(mining): add CheckNonce and OnNewTemplate coverage 2026-02-21 02:19:05 +00:00
integration_test.go test(mining): integration test against C++ testnet daemon 2026-02-21 02:20:05 +00:00
miner.go feat(mining): mining loop with template fetch and nonce grinding 2026-02-21 02:11:25 +00:00
miner_test.go test(mining): add CheckNonce and OnNewTemplate coverage 2026-02-21 02:19:05 +00:00