Basic LND installation
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user