Currently (cln 24.02) trying to run cln with --min-emergency-msat=0 gives the following error: --min-emergency-msat=0: Option must be over dust limit!. A quick solution to this issue, if you want to keep no onchain reserve, is to set --min-emergency-msat=546000, setting the onchain reserve to 546sat, the dustlimit. The effectiveness of a 546sat reserve is zero though, but it does have side effects of not being able to send out all your funds and requiring a 546sat change output when trying to send out all the funds.
In this issue I want to request the possibility to run cln with --min-emergency-msat=0, setting the energency reserve to zero.
Currently (cln 24.02) trying to run cln with
--min-emergency-msat=0
gives the following error:--min-emergency-msat=0: Option must be over dust limit!
. A quick solution to this issue, if you want to keep no onchain reserve, is to set--min-emergency-msat=546000
, setting the onchain reserve to 546sat, the dustlimit. The effectiveness of a 546sat reserve is zero though, but it does have side effects of not being able to send out all your funds and requiring a 546sat change output when trying to send out all the funds.In this issue I want to request the possibility to run cln with
--min-emergency-msat=0
, setting the energency reserve to zero.