A guide on configuring, starting, and running a Stratum Proxy.
Go v1.23.0+
Git, Make, and G++
go-quai-stratum
config.json
file, you’ll be able to configure networking settings and other relevant variables:
REGION-NAME
and ZONE-NAME
to the corresponding or chain names for the region and zone your node is running.
REGION-NAME
and ZONE-NAME
can be found below. You must select a corresponding region and zone, e.g. cyprus and cyprus1.
Chain Name | Type | Chain Index | Websocket Port | Stratum Run Flags |
---|---|---|---|---|
Cyprus | Region | 8002 | --region=cyprus | |
Cyprus1 | Zone | [0 0] | 8220 | --region=cyprus --zone=cyprus1 |
Cyprus2 | Zone | [0 1] | 8221 | --region=cyprus --zone=cyprus2 |
3333
port. You can change the port the proxy listens on by passing it in with the --stratum
flag in the run command if you’d like.