lightninglabs / lndmon

🔎lndmon: A drop-in monitoring solution for your lnd node using Prometheus+Grafana
MIT License
151 stars 47 forks source link

Signet support #80

Closed rsafier closed 1 month ago

rsafier commented 2 years ago

Tried to setup lndmon with a custom signet, but was informed by the error message that signet is not yet supported.

rsafier commented 1 year ago

requires lndclient to support signet: https://github.com/lightninglabs/lndclient/issues/94 Then should be just adding signet as choice in config.go:

Network string `long:"network" description:"network to run on" choice:"regtest" choice:"testnet" choice:"mainnet" choice:"simnet" choice:"signet"`