How do I prevent lnd from participating in new channels?

2

I have a lnd node that I would like to to cycle down completely. I would like to close all its channels and prevent that the node participates in any new channels while I'm waiting for the force-closed channels to mature.

What settings do I need to use in lnd to prevent my node from creating new channels, and to decline any new inbound channels?

Murch

Posted 2019-10-29T17:47:57.947

Reputation: 41 609

LND has a ChannelAcceptor call which is available in API that allows you to block all incoming channel requests. However, I'm unsure if it is available in the RPC interface on the daemon with ln-cli

Ugam Kamat 2019-10-29T18:06:55.317

Answers

-1

Normally, a request to open a new channel arrives at the LND daemon via ... After doing some parsing and sanity checking of the received gRPC arguments, ... such as funding UTXOs to prevent them from being double-spent

Jearen Rose Baldezamo

Posted 2019-10-29T17:47:57.947

Reputation: 1

1Your sentence seems to be incomplete, could you please take another look? I'm not sure how your answer addresses my question.Murch 2019-10-31T19:13:16.333