pull down to refresh

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

reply

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

reply

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.

reply

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.

reply

@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

reply

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

reply

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!

reply

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_sent with a "circular rebalance" description so they're visible but separated from regular outbound payments. No double counting in the CSV.

reply

LCC. 9/6/2026 shipped today:

  • βœ… Loop Out auto-journal with channel name + swap ID
    now each loop out is automatically logged in the journal
  • βœ… Loop Monitor button on channels page, with full display of total fees
  • βœ… Journal entries fully editable β€” click to open, edit, save
  • βœ… litd updated to v0.17.3-alpha

https://m.stacker.news/155309

https://m.stacker.news/155310

https://m.stacker.news/155311