Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: add --ignore-forward-fees-below and --ignore-rebalance-fees-below #571

Open
zapomatic opened this issue Feb 17, 2024 · 1 comment

Comments

@zapomatic
Copy link

zapomatic commented Feb 17, 2024

in addition to --ignore-forwards-below and --ignore-rebalances-below, for channels that have a zero fee, or very low fee (heavy source channels), a node operator might want to suppress getting alerted every time that channel receives funds, even if it's over the forwards-below threshold since it results in 0 (or close to zero) fees earned. Likewise, it would be nice to be able to ignore rebalances of even high amounts if the cost for those rebalances is under a certain threshold.

.option("--ignore-forward-fees-below <amount>", "Ignore forwards that earn fees below value", INT)
.option("--ignore-rebalance-fees-below <amount>", "Ignore rebalances that cost fees below value", INT)
@brianoflondon
Copy link

I'd like to be able to remove alerts for any transactions below a limit, forwards, rebalances or receipts.

As part of Podcasting 2.0 I sometimes get dozens of 1 sat transactions every minute. This gets rather noisy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants