Closed
Description
openedon Oct 24, 2022
Motivation
We want to support the RPCs used by mining pools.
https://zcash.github.io/rpc/getmininginfo.html
Tasks
s-nomp
uses the networkhashps
field for statistics:
This might need a new state request to calculate the network hash rate from recent blocks.
Other mining pools have told us they use the chain
field to detect mainnet or testnet.
We can skip the other fields for now.
Related Work
We should probably do this at the same time as:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment