Lndmanage

Latest version: v0.16.0

Safety actively analyzes 630052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.10.0

<p align="center">
<img src="logo.png" style="max-width:100%;" width="400" />
</p>
<hr />

0.10.0beta

The grpc was updated to support the latest release of [LND](https://github.com/lightningnetwork/lnd/releases/tag/v0.10.0-beta) and was tested for compatibility with lndmanage.

Node and channel info command
lndmanage features now a command `$ lndmanage info`, which takes a channel id or a node public key as an argument. This can be used to retreive information about the channel or node and to some extent enables more sovereign graph exploration.

lncli integration
lndmanage detects now if `lncli` is in the path or in `~/.lndmanage`. If it is found, one can use it from the interactive mode without having to open up a new terminal window and with syntax highlighting in the json response. Command usage: `$ lndmanage lncli getinfo`.

Node recommendation
The node recommendation command was extended for a method to find nodes that give the most second neighbors upon channel opening. Command usage: `$ lndmanage recommend-nodes second-neighbors`.

Dependency changes
lndmanage requires the package `pygments` for colorized highlighting of `lncli` results, so make sure you update your python virtual environment by `pip install -r requirements.txt`, if you run lndmanage from the github repository.

Installation with verification
Add the public gpg key https://github.com/bitromortac.gpg
`$ gpg --import bitromortac.gpg`

Download the `whl` or `tar.gz` file with its associated `asc` file, then
`$ gpg --verify lndmanage-0.10.0-py3-none-any.whl.asc` or
`$ gpg --verify lndmanage-0.10.0.tar.gz.asc`.

Install in own python environment with
`$ python3 -m venv venv`
`$ source venv/bin/activate`
`$ python3 -m pip install lndmanage-0.10.0-py3-none-any.whl`


Contributors
Polyomino

Bugfixes
For a change log, visit [Changelog](https://github.com/bitromortac/lndmanage/compare/v0.9.0...v0.10.0).

0.9.0

0.9.0beta

The grpc was updated to support the latest release of [LND](https://github.com/lightningnetwork/lnd/releases/tag/v0.9.0-beta) and was tested for compatibility with lndmanage.

Contributors
Direct and indirect contribution to the project by the following people is greatly acknowledged:

21isenough
ankh2054
b.b.2k19
C-Otto
darwin
frennkie
manakill
sangaman
th3geek

Revived Docker Support
Docker support was previously broken and is now fixed by darwin. The instructions for running lndmanage in docker can be found [here](https://github.com/bitromortac/lndmanage/blob/master/docker/README.md).

Logo for lndmanage
<img src="https://github.com/bitromortac/lndmanage/raw/master/logo.png" style="max-width:100%;" width="400" />
A logo for lndmanage was added, which illustrates a router's node in the Lightning Network, with channels and their balances indicated. This node is controlled by lndmanage, signified by a knob.

Several bugfixes
For a change log, visit [Changelog](https://github.com/bitromortac/lndmanage/compare/v0.8.1...v0.9.0).

0.8.0.1

This release contains two new main features:

interactive mode
lndmanage can be run in interactive mode, which makes command execution much faster and gives a better user experience (see the readme).

listchannels hygiene
A new listchannels view is now included intended for judging the usefulness active channels.

[Changelog](https://github.com/bitromortac/lndmanage/compare/v0.8.0...v0.8.0.1)

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.