Compile and install c-lightning
This commit is contained in:
@@ -25,8 +25,12 @@ node.default['bitcoin']['conf'] = {
|
||||
zmqpubrawtx: 'tcp://127.0.0.1:8338'
|
||||
}
|
||||
|
||||
node.default['c-lightning']['repo'] = 'https://github.com/ElementsProject/lightning'
|
||||
node.default['c-lightning']['revision'] = 'v0.9.2'
|
||||
node.default['c-lightning']['source_dir'] = '/opt/c-lightning'
|
||||
|
||||
node.default['lnd']['repo'] = 'https://github.com/lightningnetwork/lnd'
|
||||
node.default['lnd']['revision'] = 'v0.11.0-beta'
|
||||
node.default['lnd']['revision'] = 'v0.11.1-beta'
|
||||
node.default['lnd']['source_dir'] = '/opt/lnd'
|
||||
|
||||
node.default['dotnet']['ms_packages_src_url'] = "https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb"
|
||||
|
||||
Reference in New Issue
Block a user