zcashd_exporter/README.md

13 lines
309 B
Markdown
Raw Normal View History

2019-11-13 12:08:03 -08:00
# zcashd_exporter
The `zcashd_exporter` will poll a zcashd node's rpc endpoint, retreive data, then preent it for prometheus to scrape.
## Getting started
```
go get -v github.com/zcash-hackworks/zcashd_exporter
go install github.com/zcash-hackworks/zcashd_exporter
$GOPATH/bin/zcashd_exporter --help
```