Skip to content

Files

Latest commit

6bc463a · Aug 20, 2023

History

History
This branch is 91 commits ahead of apache/incubator-tuweni:main.

stratum-proxy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 4, 2023
Aug 20, 2023
May 29, 2023

Stratum Proxy

Status
Stability beta
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