Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ardevd/flash
TUI-based LND node management tool
https://github.com/ardevd/flash
bitcoin bitcoin-lightning-network lightningnetwork lnd tui
Last synced: about 1 month ago
JSON representation
TUI-based LND node management tool
- Host: GitHub
- URL: https://github.com/ardevd/flash
- Owner: ardevd
- Created: 2023-12-26T12:34:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-17T09:26:09.000Z (9 months ago)
- Last Synced: 2024-09-28T20:23:11.984Z (about 2 months ago)
- Topics: bitcoin, bitcoin-lightning-network, lightningnetwork, lnd, tui
- Language: Go
- Homepage: https://geyser.fund/project/flash
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flash
![Maintainability Rating](https://sonarqube.redbird.no/api/project_badges/measure?project=flash&metric=sqale_rating&token=sqb_1e44651985a36ed81c0632a28cc0b7259e784780)
![Reliability Rating](https://sonarqube.redbird.no/api/project_badges/measure?project=flash&metric=reliability_rating&token=sqb_1e44651985a36ed81c0632a28cc0b7259e784780)
![Security Rating](https://sonarqube.redbird.no/api/project_badges/measure?project=flash&metric=security_rating&token=sqb_1e44651985a36ed81c0632a28cc0b7259e784780)A TUI based LND node management tool.
Currently under development. Stay tuned for updates
## Usage
### Authentication ###
Flash uses a unique authentication mechanism that removes the need for storing credentials in cleartext on disk. To set it up you first need to create an encrypted authentication file.```
./flash -m -c
```This will produce an authentication file `auth.bin` and the encryption key will be printed out.
You can now remove the macaroon and tls file and run flash.
```
./flash -a auth.bin -k 08f89492cc0d12640a580a30747970652e676f6f676c65617069732e636f6d2f676f6f676c652e63727970746f2e74696e6b2e41657347636d4b657912221a20a7c7e86e351fdf1014d2d807d5e3c1db962c91224f7fe4831a9c8717ad412d193801100118f89492cc0ae001
```