https://github.com/fiatjaf/jqmethods
a collection of jq methods for the c-lightning jqmethods plugin
https://github.com/fiatjaf/jqmethods
jq lightningd
Last synced: 5 months ago
JSON representation
a collection of jq methods for the c-lightning jqmethods plugin
- Host: GitHub
- URL: https://github.com/fiatjaf/jqmethods
- Owner: fiatjaf
- Created: 2019-05-23T17:23:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-10T19:12:38.000Z (almost 7 years ago)
- Last Synced: 2025-02-13T16:22:53.888Z (over 1 year ago)
- Topics: jq, lightningd
- Language: Makefile
- Homepage: https://github.com/fiatjaf/lightningd-gjson-rpc/tree/master/cmd/jqmethods
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Available _jq methods_:
* [`channel_balance_status`](channel_balance_status.yaml):
Gives a quick overview of all your online channel balance statuses.
Good for spotting targets for rebalancing tools like https://github.com/lightningd/plugins/tree/master/rebalance.
* [`paymentstats`](paymentstats.yaml):
Lists detailed payment stats (count complete and failed, sum of paid and fees and percent).
* [`simplefunds`](simplefunds.yaml):
Shows a quick overview of total funds, both in channels and in unspent transaction outputs.
Mimics the functionality of renepickhardt's [`funds`](https://github.com/renepickhardt/c-lightning-plugin-collection/tree/master/simpleFundsOverview) Python plugin.