mimblewimble/grin

Add mining endpoint to Node API

Open

#3201 opened on Jan 20, 2020

View on GitHub
 (3 comments) (1 reaction) (0 assignees)Rust (4,876 stars) (991 forks)batch import
good first issuehelp wanted

Description

Feature request: add a "Mining Endpoint" to the Node API, that could be used to retrieve the stats currently available on the Mining tab of the TUI. Would also be handy to get this into grin client.

Currently, when running grin in headless mode, there is no way to retrieve the mining statistics such as the connected workers.

Contributor guide