pull down to refresh
0 sats \ 1 reply \ @0xbitcoiner 2h \ parent \ on: Knots 0.29 per default does not relay non-coop lightning closes bitcoin
Oops! In Knots, the '-permitephemeral' parameter has three options (send, dust, and anchor). If we wanna enable all three, should the file look like this?
-permitephemeral=send
-permitephemeral=dust
-permitephemeral=anchor
Would be nice if there was a site that broke down every parameter properly.
I think it is like this:
-permitephemeral=send,dust,anchor
Relay transaction packages that include ephemeral outputs defined by comma-separated options (prefix each by '-' to force off): "anchor" to allow minimal anyone-can-spend anchors, "send" to allow ordinary output types to be considered ephemeral, and "dust" to allow for dust-amount outputs rather than strictly zero-value (default: %s)", "anchor,-send,-dust"
reply