Basic LND installation

This commit is contained in:
2020-08-23 12:37:53 +02:00
parent 0005f9ab7d
commit d5448e8240
4 changed files with 64 additions and 4 deletions

View File

@@ -24,3 +24,7 @@ node.default['bitcoin']['conf'] = {
zmqpubrawblock: 'tcp://127.0.0.1:8337',
zmqpubrawtx: 'tcp://127.0.0.1:8338'
}
node.default['lnd']['repo'] = 'https://github.com/lightningnetwork/lnd'
node.default['lnd']['revision'] = 'v0.11.0-beta'
node.default['lnd']['source_dir'] = '/opt/lnd'