Jack Mallers
466912de9c
feat(autopilot): use new routing flag
6 years ago
Tom Kirkpatrick
a5800d1056
feat(lnd): update lnd to v0.5-beta-6-g48d016bc
6 years ago
Jack Mallers
d162d450aa
feat(autopilot): enable private and minconfs=0
fix(neutrino): remove unneeded comments
fix(autopilot): move private/minconf to proto
6 years ago
Tom Kirkpatrick
f2d093591e
fix(lnd): disable lnd REST interface on port 8080
Disable the REST interface which by default runs on port 8080 so as to
avoid conflicts with users that are using port 8080 for other things.
We don't use the REST interface so we don't need to expose it.
Fix #674
6 years ago
Tom Kirkpatrick
3dcb2ec6ed
chore(lnd): update lnd.conf file
Update our lnd.conf file to reflect the most recent sample config
provided by lnd. This documents several new config options.
6 years ago
Tom Kirkpatrick
2870555ab8
feat(lnd): update to new btcd backend
6 years ago
Jack Mallers
33d35f5fec
fix(neutrino): update our BTCD node IP
7 years ago
Ben Woosley
e14c200a00
enhance(mainnet conf): add an lnd.conf entry for bitcoin.mainnet
Commented out as testnet is still our default.
7 years ago
Ben Woosley
d5211076fd
enhance(lnd config): Move LND settings Zap uses into the local lnd.conf
This enables easy access to all lnd settings for development, and is a step
toward relying on an external configuration file that will be accessible to
users for whom the code is not.
7 years ago
Ben Woosley
acaeb5d18b
enhance(lnd config): Add the sample lnd config to resources
From:
https://github.com/lightningnetwork/lnd/blob/v0.4.2-beta/sample-lnd.conf
7 years ago