4 Commits

Author SHA1 Message Date
8709072574 perf(miner): use CLOCK_MONOTONIC_COARSE and counter-based rate reporting
Replace time() syscall with clock_gettime(CLOCK_MONOTONIC_COARSE) and
gate timestamp/rate checks behind a batch counter to avoid clock overhead
on every iteration. Set reporting interval to 2s.
2026-03-30 10:42:40 +02:00
ef320a4397 perf(miner): route nonce scanning through sha256d80_scan_4way 2026-03-30 09:05:06 +02:00
8c124a4a85 perf(miner): optimize sha256d nonce loop with precomputed blocks 2026-03-30 01:20:50 +02:00
d2c118833b feat(c-miner): port miner pipeline to modular C implementation 2026-03-30 01:07:19 +02:00