mimblewimble/grin

Add mining endpoint to Node API

Open

#3,201 opened on Jan 20, 2020

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

Repository metrics

Stars
 (4,876 stars)
PR merge metrics
 (Avg merge 6d 11h) (25 merged PRs in 30d)

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