go-blockchain/mining
Claude 538b7b2e02
feat(mining): mining loop with template fetch and nonce grinding
Start(ctx) blocks until cancelled. Polls daemon for new blocks,
decodes template, computes header hash once, grinds nonces with
RandomX, submits solutions.

Co-Authored-By: Charon <charon@lethean.io>
2026-02-21 02:11:25 +00:00
..
hash.go feat(mining): header mining hash and nonce checking 2026-02-21 02:04:33 +00:00
hash_test.go feat(mining): header mining hash and nonce checking 2026-02-21 02:04:33 +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 feat(mining): mining loop with template fetch and nonce grinding 2026-02-21 02:11:25 +00:00