tree: f8c5b962ad967fbae7a087b607c0ef868fe97129 [path history] [tgz]
  1. src/
  2. build.gradle
  3. README.md
stratum/proxy/README.md

Stratum Proxy

Status
Stabilitybeta
Component Type[application]

This application acts as a proxy between an Ethereum client and miners.

It connects to the client over JSON-RPC (using http://localhost:8545), polling for new work periodically, and submitting work sent by clients.

It runs a Stratum server to which miners can connect to over Stratum.

Usage:

  • Expose a Stratum server on 0.0.0.0:16000:
$> stratum-proxy 16000