Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,14 @@ have permission to execute commands on. Note that the current version
of the simulator uses keysend to execute payments, which must be enabled as follows:
* LND: `--accept-keysend`
* CLN: enabled by default
* Eclair: `--features.keysend=optional`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this flag on polar keysend is not activated. Maybe it would be better to indicate that this flag only works with polar and the -Declair.features.keysend in other cases.

* Eclair: `-Declair.features.keysend=optional` (or `--features.keysend=optional` if you're using Polar)

NOTE: for CLN `keysend` to work with eclair, you need to add additional config to eclair:
```
-Declair.channel.min-final-expiry-delta-blocks=N
-Declair.channel.fulfill-safety-before-timeout-blocks=M
```
where N and M are numbers, and N must be larger than M (N must be 22, CLN's default, or more)

## Getting Started

Expand Down