Last active
February 4, 2024 22:29
-
-
Save Stadicus/369a2b206fec28d65da1ead34b5241c6 to your computer and use it in GitHub Desktop.
Eclair Lightning node eclair.config for Medium article
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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