Skip to content

Add basic support for getmininginfo RPC call #5468

Closed

Description

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

Metadata

Assignees

Labels

A-rpcArea: Remote Procedure Call interfacesC-featureCategory: New features

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions