Last active
June 11, 2023 13:32
-
-
Save tsjk/430c7d503e7cd040f6da5cd1d173afff to your computer and use it in GitHub Desktop.
lightning-listconfigs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "# version": "23.05-gentoo-r0", | |
| "conf": "/etc/lightning/lightningd.conf", | |
| "lightning-dir": "/var/lib/lightning", | |
| "network": "bitcoin", | |
| "allow-deprecated-apis": true, | |
| "rpc-file": "/run/lightning/lightningd.rpc", | |
| "plugins": [ | |
| { | |
| "path": "/usr/bin/clboss", | |
| "name": "clboss", | |
| "options": { | |
| "clboss-auto-close": false, | |
| "clboss-max-channel": "16777215", | |
| "clboss-min-channel": "2000000", | |
| "clboss-min-onchain": "50000", | |
| "clboss-zerobasefee": "allow" | |
| } | |
| }, | |
| { | |
| "path": "/var/lib/lightning/plugins/.lightningd-plugins/summary/summary.py", | |
| "name": "summary.py", | |
| "options": { | |
| "summary-currency": "EUR", | |
| "summary-currency-prefix": "EUR €", | |
| "summary-availability-interval": "300", | |
| "summary-availability-window": "168", | |
| "summary-sortkey": "scid", | |
| "summary-ascii": null | |
| } | |
| }, | |
| { | |
| "path": "/var/lib/lightning/plugins/.lightningd-plugins/monitor/monitor.py", | |
| "name": "monitor.py" | |
| }, | |
| { | |
| "path": "/var/lib/lightning/plugins/.lightningd-plugins/circular/circular", | |
| "name": "circular", | |
| "options": { | |
| "circular-graph-refresh": 10, | |
| "circular-peer-refresh": 30, | |
| "circular-liquidity-refresh": 300, | |
| "circular-save-stats": true | |
| } | |
| }, | |
| { | |
| "path": "/var/lib/lightning/plugins/.lightningd-plugins/rebalance/rebalance.py", | |
| "name": "rebalance.py", | |
| "options": { | |
| "rebalance-getroute": "iterative", | |
| "rebalance-maxhops": "5", | |
| "rebalance-msatfactor": "4", | |
| "rebalance-erringnodes": "5", | |
| "rebalance-threads": "8" | |
| } | |
| }, | |
| { | |
| "path": "/var/lib/lightning/.cargo/bin/watchtower-client", | |
| "name": "watchtower-client", | |
| "options": { | |
| "watchtower-port": 9814, | |
| "watchtower-max-retry-time": 3600, | |
| "watchtower-auto-retry-delay": 28800, | |
| "dev-watchtower-max-retry-interval": 900 | |
| } | |
| } | |
| ], | |
| "important-plugins": [ | |
| { | |
| "path": "/usr/libexec/c-lightning/plugins/autoclean", | |
| "name": "autoclean", | |
| "options": { | |
| "autocleaninvoice-cycle": null, | |
| "autocleaninvoice-expired-by": null, | |
| "autoclean-cycle": null, | |
| "autoclean-succeededforwards-age": null, | |
| "autoclean-failedforwards-age": null, | |
| "autoclean-succeededpays-age": null, | |
| "autoclean-failedpays-age": null, | |
| "autoclean-paidinvoices-age": null, | |
| "autoclean-expiredinvoices-age": null | |
| } | |
| }, | |
| { | |
| "path": "/usr/libexec/c-lightning/plugins/chanbackup", | |
| "name": "chanbackup" | |
| }, | |
| { | |
| "path": "/usr/libexec/c-lightning/plugins/bcli", | |
| "name": "bcli", | |
| "options": { | |
| "bitcoin-datadir": "/var/lib/bitcoin/.bitcoin", | |
| "bitcoin-cli": "/usr/bin/bitcoin-cli", | |
| "bitcoin-rpcuser": null, | |
| "bitcoin-rpcpassword": null, | |
| "bitcoin-rpcconnect": null, | |
| "bitcoin-rpcport": null, | |
| "bitcoin-retry-timeout": "1800", | |
| "dev-no-fake-fees": null | |
| } | |
| }, | |
| { | |
| "path": "/usr/libexec/c-lightning/plugins/commando", | |
| "name": "commando" | |
| }, | |
| { | |
| "path": "/usr/libexec/c-lightning/plugins/fetchinvoice", | |
| "name": "fetchinvoice", | |
| "options": { | |
| "fetchinvoice-noconnect": null | |
| } | |
| }, | |
| { | |
| "path": "/usr/libexec/c-lightning/plugins/funder", | |
| "name": "funder", | |
| "options": { | |
| "funder-policy": "match", | |
| "funder-policy-mod": "100", | |
| "funder-min-their-funding": null, | |
| "funder-max-their-funding": null, | |
| "funder-per-channel-min": "2000000", | |
| "funder-per-channel-max": "5000000", | |
| "funder-reserve-tank": null, | |
| "funder-fuzz-percent": 0, | |
| "funder-fund-probability": null, | |
| "funder-lease-requests-only": null, | |
| "lease-fee-base-sat": null, | |
| "lease-fee-base-msat": null, | |
| "lease-fee-basis": null, | |
| "lease-funding-weight": null, | |
| "channel-fee-max-base-msat": null, | |
| "channel-fee-max-proportional-thousandths": null | |
| } | |
| }, | |
| { | |
| "path": "/usr/libexec/c-lightning/plugins/topology", | |
| "name": "topology" | |
| }, | |
| { | |
| "path": "/usr/libexec/c-lightning/plugins/keysend", | |
| "name": "keysend" | |
| }, | |
| { | |
| "path": "/usr/libexec/c-lightning/plugins/offers", | |
| "name": "offers" | |
| }, | |
| { | |
| "path": "/usr/libexec/c-lightning/plugins/pay", | |
| "name": "pay", | |
| "options": { | |
| "disable-mpp": null | |
| } | |
| }, | |
| { | |
| "path": "/usr/libexec/c-lightning/plugins/txprepare", | |
| "name": "txprepare" | |
| }, | |
| { | |
| "path": "/usr/libexec/c-lightning/plugins/spenderp", | |
| "name": "spenderp" | |
| }, | |
| { | |
| "path": "/usr/libexec/c-lightning/plugins/sql", | |
| "name": "sql", | |
| "options": { | |
| "sqlfilename": null | |
| } | |
| }, | |
| { | |
| "path": "/usr/libexec/c-lightning/plugins/cln-grpc", | |
| "name": "cln-grpc", | |
| "options": { | |
| "grpc-port": 9736 | |
| } | |
| }, | |
| { | |
| "path": "/usr/libexec/c-lightning/plugins/bookkeeper", | |
| "name": "bookkeeper", | |
| "options": { | |
| "bookkeeper-dir": null, | |
| "bookkeeper-db": null | |
| } | |
| } | |
| ], | |
| "disable-plugin": [], | |
| "always-use-proxy": true, | |
| "daemon": true, | |
| "wallet": "sqlite3:///var/lib/lightning/bitcoin/lightningd.sqlite3:/var/lib/lightning/-backup-wallet/lightningd.sqlite3", | |
| "large-channels": false, | |
| "experimental-dual-fund": true, | |
| "experimental-onion-messages": true, | |
| "experimental-offers": true, | |
| "experimental-shutdown-wrong-funding": false, | |
| "experimental-peer-storage": false, | |
| "announce-addr-dns": false, | |
| "rgb": "000000", | |
| "alias": "<snip>", | |
| "pid-file": "/run/lightning/lightningd.pid", | |
| "ignore-fee-limits": false, | |
| "watchtime-blocks": 1008, | |
| "max-locktime-blocks": 1008, | |
| "funding-confirms": 3, | |
| "require-confirmed-inputs": false, | |
| "cltv-delta": 34, | |
| "cltv-final": 18, | |
| "commit-time": 10, | |
| "fee-base": 1000, | |
| "rescan": 15, | |
| "fee-per-satoshi": 10, | |
| "htlc-minimum-msat": "0msat", | |
| "htlc-maximum-msat": "18446744073709551615msat", | |
| "max-concurrent-htlcs": 30, | |
| "max-dust-htlc-exposure-msat": "50000000msat", | |
| "min-capacity-sat": 0, | |
| "addr": "statictor:127.0.0.1:9051", | |
| "bind-addr": "127.0.0.1:9735", | |
| "announce-addr-discovered": false, | |
| "announce-addr-discovered-port": 9735, | |
| "offline": false, | |
| "autolisten": false, | |
| "proxy": "127.0.0.1:9050", | |
| "tor-service-password": "<snip>", | |
| "disable-dns": true, | |
| "encrypted-hsm": false, | |
| "rpc-file-mode": "\"0660\"", | |
| "commit-fee": 100, | |
| "database-upgrade": true, | |
| "log-level": "info", | |
| "log-timestamps": true, | |
| "log-prefix": "", | |
| "log-file": "/var/log/lightningd.log" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment