Skip to content

Instantly share code, notes, and snippets.

@Stadicus
Last active February 4, 2024 22:29
Show Gist options
  • Save Stadicus/369a2b206fec28d65da1ead34b5241c6 to your computer and use it in GitHub Desktop.
Save Stadicus/369a2b206fec28d65da1ead34b5241c6 to your computer and use it in GitHub Desktop.
Eclair Lightning node eclair.config for Medium article
eclair.node-alias="YOURNAME [eclair]"
eclair.node-color=68f442
### remove # to publish your ip address (others can connect to you)
### you can get your public ip using http://ip4.me
# eclair.server.public-ips=["1.2.3.4"]
eclair.api.enabled=true
eclair.api.password="PASSWORD_[F]"
eclair.bitcoind.rpcuser="raspibolt"
eclair.bitcoind.rpcpassword="PASSWORD_[E]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment