Skip to content

Instantly share code, notes, and snippets.

@mitchwongho
Created January 25, 2018 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitchwongho/27476a548b02e0429dabf53933dbf8d8 to your computer and use it in GitHub Desktop.
Save mitchwongho/27476a548b02e0429dabf53933dbf8d8 to your computer and use it in GitHub Desktop.
Lightning & btcd setup
...
; Secure the RPC API by specifying the username and password. You can also
; specify a limited username and password. You must specify at least one
; full set of credentials - limited or admin - or the RPC server will
; be disabled.
rpcuser=w1/AxcoqWFqsey/x7C9drhaaWl8=
rpcpass=zGnTDRT4a7Pzn9j31n6D0c3S0vs=
...
[Application Options]
debuglevel=debug
debughtlc=true
maxpendingchannels=10
noencryptwallet=true
externalip=<your public ip address>
# rgb=ef04fe
# alias=titan
[Bitcoin]
bitcoin.active=1
bitcoin.testnet=1
[Btcd]
btcd.rpcuser=<same as btcd rpc user>
btcd.rpcpass=<same as btcd rpc pass>
[Neutrino]
# neutrino.active=1
neutrino.connect=faucet.lightning.community
[Autopilot]
# autopilot.active=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment