arshbot / lnt

Lightning Network Tools -- better lncli for node admins
MIT License
5 stars 0 forks source link

Point default config file to default lnd install #2

Closed arshbot closed 4 years ago

arshbot commented 4 years ago

Config file. Also make sure you use os.expandpath to expand the ~.

[LND]
# Replace the below values with your respective files for your
# lnd node

MacaroonPath = ~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon
TlsCert = ~/.lnd/tls.cert
Host = localhost:10009

[LNT]