Commit graph

7 commits

Author SHA1 Message Date
Virgil
f16c9033e3 refactor(proxy): use clearer runtime names
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-04 14:16:33 +00:00
Virgil
c164bf2e26 fix(proxy): close append-only loggers on stop
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-04 11:55:44 +00:00
Virgil
9e906d11f9 fix(proxy): keep runtime state local
Preserve bind addresses on reload and track active miners per Proxy instance.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-04 11:21:38 +00:00
Virgil
36fb1232d5 feat(proxy): implement runtime HTTP and logging hooks
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-04 11:03:54 +00:00
Virgil
7d2d309529 feat(proxy): close RFC gaps
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-04 10:52:30 +00:00
Virgil
20f0626a19 feat(proxy): wire miner runtime flow
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-04 10:47:58 +00:00
Virgil
3d64079f91 feat: scaffold go-proxy from RFC spec
Stratum mining proxy library skeleton with 18 Go source files, type
declarations, event bus, NiceHash/simple splitter packages, pool client,
HTTP API types, access/share logging, and rate limiter. No function
implementations — ready for agent dispatch.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-04 11:16:28 +01:00