js-stratum-proxy
Proxy stratum mining either programatically or staticlly to your desired stratum mining pool.
Install
npm i js-stratum-proxy
Example Usage
You may choose which pools to proxy to by overiding handleAuthorization
. The object you return will be used to create
a connection with the pool.
const net = ;const StratumProxy = ; async { const poolAddress poolPort = await ; // Make sure you return an object with these keys return address minerName poolAddress poolPort ; } const app = net; app;