mirror of
https://github.com/lightninglabs/faraday.git
synced 2026-08-18 13:09:18 +02:00
No description
Update default port to 8465 which has no commonly used TCP application to avoid collisions. |
||
|---|---|---|
| cmd | ||
| dataset | ||
| gvnrpc | ||
| insights | ||
| make | ||
| recommend | ||
| revenue | ||
| utils | ||
| .golangci.yml | ||
| .travis.yml | ||
| config.go | ||
| go.mod | ||
| go.sum | ||
| governator.go | ||
| LICENSE | ||
| log.go | ||
| Makefile | ||
| README.md | ||
governator
The governator is an external service intended to be run in conjunction with the lnd implementation of the Lightning Network. It queries LND for information about its existing channels and provides channel close recommendations if channels are under-performing.
Future iterations of this project will automate the channel closing process.
Installation
A Makefile is provided. To install governator and al its dependencies, run:
go get -d github.com/lightninglabs/governator
cd $GOPATH/src/github.com/lightninglabs/governator
make && make install
Tests
To run all the unit tests inthe repo, use:
make check