Why
Follow-on to default-on stratum auth (#113): once the Pithead stack can offer stratum-over-TLS (p2pool-starter-stack/pithead#261), workers should connect over the encrypted link. RigForge already has the building block — per-pool outbound stratum TLS (pools[].tls, rigforge.sh:304, shipped in #21) — so this is mostly setup wiring + trust + docs, not new transport code.
Scope (worker side)
- At setup, when the stack offers stratum TLS, write
pools[].tls: true (plus any cert / SNI / fingerprint trust) into the worker's xmrig config.
- Handle the cert trust model the stack documents (internal CA / self-signed / operator cert).
- Docs in
docs/pithead-integration.md.
Acceptance criteria
Related
Why
Follow-on to default-on stratum auth (#113): once the Pithead stack can offer stratum-over-TLS (p2pool-starter-stack/pithead#261), workers should connect over the encrypted link. RigForge already has the building block — per-pool outbound stratum TLS (
pools[].tls,rigforge.sh:304, shipped in #21) — so this is mostly setup wiring + trust + docs, not new transport code.Scope (worker side)
pools[].tls: true(plus any cert / SNI / fingerprint trust) into the worker's xmrig config.docs/pithead-integration.md.Acceptance criteria
:3333.Related