-
Notifications
You must be signed in to change notification settings - Fork 962
Description
lightning-cli bkpr-listbalances
{
"code": -4,
"message": "Plugin terminated before replying to RPC call."
}
lightningd.log:
...
2025-10-03T09:57:55.088Z BROKEN plugin-bookkeeper: Account balance underflow for account ed8abaa8782531108e6182a11e0836d6a966ea704e6fdd9d70d0b023734fe85f (credit 80859811641msat, debit 116123147686msat)
2025-10-03T09:57:55.093Z INFO plugin-bookkeeper: Killing plugin: exited during normal operation
2025-10-03T09:57:55.093Z BROKEN plugin-bookkeeper: Plugin marked as important, shutting down lightningd!
...
restarted:
...
2025-10-03T09:58:18.001Z INFO lightningd: v25.09
2025-10-03T09:58:18.553Z UNUSUAL plugin-bookkeeper: topic 'utxo_deposit' is not a known notification topic
2025-10-03T09:58:18.553Z UNUSUAL plugin-bookkeeper: topic 'utxo_spend' is not a known notification topic
...
2025-10-03T09:58:27.548Z INFO plugin-bcli: bitcoin-cli initialized and connected to bitcoind.
2025-10-03T09:58:57.240Z INFO plugin-cln-grpc: Connecting to "lightning-rpc" and serving grpc on 127.0.0.1:9736
2025-10-03T09:58:57.622Z INFO plugin-chanbackup: Loaded 7 stored backups for peers
2025-10-03T09:58:57.887Z INFO lightningd: --------------------------------------------------
lightning-cli getinfo
Showing unusual and irrelevant number for fees_collected_msat:
...
"version": "v25.09",
"blockheight": 917488,
"network": "bitcoin",
"fees_collected_msat": 18446744072160467183,
...