Skip to content

Instantly share code, notes, and snippets.

@apemon
Last active March 12, 2018 02:19
Show Gist options
  • Save apemon/a811e7678eab0d3b5413b34e54248a13 to your computer and use it in GitHub Desktop.
Save apemon/a811e7678eab0d3b5413b34e54248a13 to your computer and use it in GitHub Desktop.

Pay invoice

lightning-cli pay <<lightning invoice>>

Pay invoice with ignore max fee

percent=0.5 mean 50%

lightning-cli pay -k bolt11=<<BOLT11>> maxfeepercent=<<percent>>

Create invoice

lightning-cli invoice <<amount>> <<label>> <<description>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment