Skip to content

Instantly share code, notes, and snippets.

@sbddesign
Created August 17, 2021 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbddesign/359ab122fba8f7820657fc602a89b6aa to your computer and use it in GitHub Desktop.
Save sbddesign/359ab122fba8f7820657fc602a89b6aa to your computer and use it in GitHub Desktop.
Notes on Chapter 5 for lnbook

Operating a Node

Helpers

  • RaspiBlitz
  • MyNode
  • Umbrel
  • BTCPayServer

Operating the MyNode

  • Node and Channel Backups
    • Static Channel Backups (SCB)
    • "Channel backup mechanisms are still a work-in-progress and a weakness in most Lightning implementations."
  • Hot wallet Risk
  • Sweeping Funds
    • On-chain Sweeping
      • Off-shain Sweeping
      • Submarine Swap
      • Loop In/Loop Out
  • Uptime
    • Auto restart
      • Monitoring services
  • Watchtowers
    • Monitor protocol violations
  • Channel management Tips
    • Connect to a few well connected nodes.
    • Open more than one channel.
    • Don’t open too many channels.
    • Don’t make the channels too small.
  • Autopilot for channel management
  • Getting inbound liquidity
    • Liquidity providers
  • Rebalancing channels
  • Submarine swap/loop Out
  • Circular route
  • Routing Fees
  • Nodemangement tools
    • Ride the Lightning
    • Thunderhub
    • LNDMon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment