Skip to content

[feature]: allow configuring upfront shutdown address in lnd.conf #7964

@yyforyongyu

Description

@yyforyongyu

As of today, a funder can easily specify the upfront shutdown address via openchannel. A fundee, however, needs to set up a channel acceptor to specify a custom address. This can be cumbersome, especially in the case where a remote signer is used for a hot-cold wallet setup. We could instead config this shutdown address in lnd.conf,

  • add a new config value upfront-shutdown-address and use it when opening and accepting channels.
  • it can be overwritten by the value specified in openchannel and/or channel acceptor.

Going with this approach does decrease the level of privacy as all the funds now go to the same cold wallet address. A better approach is to stick to the current setup - always derive a new cold wallet address when opening or accepting a channel, however this is up to the user to decide.

Metadata

Metadata

Labels

P3might get fixed, nice to havebeginnerIssues suitable for new developersconfigParameters/arguments/config file related issues/PRsenhancementImprovements to existing features / behaviourgood first issueIssues suitable for first time contributors to LNDprivacyGeneral label for issues/PRs related to the privacy implications of using the software

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions