LND Anchor Output Errors - Fix Reserve and CPFP Fee Bumping
What Are LND Anchor Outputs?
Anchor outputs allow either party to fee-bump a force-close via CPFP when on-chain fees spike, preventing stuck channels.
Common Errors
- insufficient funds for anchor output reserve
- cannot open channel: anchor channel requires 10000 sat reserve
- force close transaction not confirmed: anchor CPFP failed
Fix: Fund the Anchor Reserve
lncli walletbalance # Need at least 10000 sats on-chain lncli newaddress p2wkh
Fix: CPFP a Stuck Force-Close
lncli pendingsweeps lncli wallet bumpfee --sat_per_vbyte 50 <txid:vout>
Stuck force-close? DM on Nostr for help recovering funds.