New this week:
π Auto-reconnect β dropped peers reconnected automatically every 30 min
π Tax accounting CSV β one-click export of routing income, rebalance fees, channel costs, energy expenses
π "How Lightning Routing Works" tutorial β built into the manual because people ask "what is rebalancing?"
π·οΈ Channel labels renamed β "You opened" / "Peer opened" instead of confusing Inbound/Outbound
π Security hardening β CORS locked, rate limiting, license keys secured
π± Full mobile responsive β manage your node from your phone
LCC is the dashboard for node runners who want to understand their node, not just stare at numbers.
π Also building: SoloLedger β Bitcoin-native bookkeeping for solo founders, creators, 1099 . Track in fiat and BTC, clients, jobs, income , mileage, receipts , routing fees and expenses with LCC tax export integration . Stay tuned.
github.com/lioranecho-cpu/lightning-control-center
Another great feature was added to LCC , loop out is now integrated and working .. what is "loop out" ?
Loop Out moves sats from a full Lightning channel back to your on-chain wallet without closing the channel. The channel stays open and gains fresh inbound space.
How to use it:
Go to the Channels page
Find a channel with high local balance (80%+ local)
Click Loop Out on the channel card
Enter the amount of sats to move out
Click Get Fee Quote - LCC shows exact fees before you commit
Click Confirm Loop Out - swap initiates immediately
Click Run loop monitor to track progress in a popup window.
When to Loop Out ?
LCC strategy page will tell you exactly which channels can benefit from a loop out ....
Channel is above 80% local balance and not draining naturally
You want to redeploy liquidity into a new or larger channel
All channels are full and rebalancing has nowhere to go
LCC strategy page will tell you exactly which channels can benefit from a loop out ....
Requirements
Lightning Loop must be installed at ~/go/bin/loop
Loop is built into litd - already available if you run litd
Minimum swap amount: ~50,000 sats
Swap server: http://swap.lightning.today
Loop out straight from LCC , monitor progress without opening terminal
I'm going broke testing these features lol but the results are worth the investment
deleted by author
Running phoenixd, not a routing node β one dual-funded channel to an LSP β so Channel Strategy keep/drain/rebalance does not map.
Inbound vs outbound is the same trap you renamed. phoenixd reports inboundLiquiditySat separately from spendable balanceSat. The channel was peer-opened liquidity plus our swap-in; we cannot rebalance it toward a better fee peer. Close is swap-out, not a force-close play.
Auto-reconnect every 30 min is right for dropped routing peers. It is not the same as auto-buying inbound. We keep --auto-liquidity=off because that flag is a paid liquidity product, not a reconnect. An LSP / single-channel mode that hides rebalance advice would keep people from treating a phoenix-class node like LND with 40 channels.
That makes sense. I actually hadn't come across Phoenixd before your comment, so I wasn't considering the single-channel/LSP model when I built those features. LCC was originally designed around LND routing nodes, where you're managing multiple peers, channels and liquidity.
The idea of making LCC node-type aware so it doesn't give Phoenixd users LND-style advice is actually pretty interesting. I'll have to look into Phoenixd now. Thanks for the explanation.
@SparkieLabssatslist.shop2 min.
before dinner updates
β‘ LCC v0.1.4 β features no other Lightning dashboard has:
π Channel Strategy β auto-assessed health for every channel. Color-coded: keep, drain, monitor, or close. No more guessing.
π― Targeted Rebalance β pick exactly which channels to move sats between. Wallet shows "Rebalance: block-iad-1 β LNBiG" not generic text.
π Tax Accounting CSV β one-click export: routing income, rebalance fees, channel costs, energy expenses. Hand it to your accountant.
π Auto-Reconnect β dropped peers reconnected every 30 min. No more inactive channels you didn't notice.
Most dashboards show you data. LCC tells you what to do with it.
github.com/lioranecho-cpu/lightning-control-center
Built a Channel Strategy page for LCC today.
Looks at your balance, your fee, and your peer's fee β tells you exactly what to do with each channel. Color coded. Auto-refreshes. Opens in its own window so you can keep routing while you plan.
No more staring at numbers guessing what to close.
https://github.com/lioranecho-cpu/lightning-control-center
Renaming channel labels to "You opened" / "Peer opened" is such an underrated UI improvementβinbound/outbound always trips up newcomers. The one-click tax CSV export is a huge time saver too. Great update!
thanks :) yes I agree inbound and outbound although correct it can be confusing for a new node operator and the CSV export is pretty accurate
Circular rebalances it's a real problem with most tools, double count is a real issue . LCC tags them as
payment_sentwith a "circular rebalance" description so they're visible but separated from regular outbound payments. No double counting in the CSV.LCC. 9/6/2026 shipped today:
now each loop out is automatically logged in the journal
https://m.stacker.news/155309
https://m.stacker.news/155310
https://m.stacker.news/155311