Please describe the feature you’d like to see added.
Interprocess communication via TCP Sockets
Is your feature related to a problem, if so please describe it.
I’m dockerizing @Sjors ’s Stratum V2 sidecar (bitcoin-mine
) such that it’s able to reach a Bitcoin Core node running on the host.
My host is macOS, and Docker is Linux, which means they don’t have a shared kernel and their Unix socket descriptors don’t match.
Describe the solution you’d like
IPC over TCP sockets.
Describe any alternatives you’ve considered
My current workaround is to leverage socat
and create a TCP bridge between host and container.
Please leave any additional context
No response