Configure/install boltzd for Lightning/on-chain swaps #378

Merged
raucao merged 5 commits from feature/boltz-lnd into master 2022-01-28 23:38:50 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 13ae913668 - Show all commits

View File

@ -66,7 +66,7 @@ node.default['dotnet']['ms_packages_src_url'] = "https://packages.microsoft.com/
node.default['dotnet']['ms_packages_src_checksum'] = "4df5811c41fdded83eb9e2da9336a8dfa5594a79dc8a80133bd815f4f85b9991"
node.default['nbxplorer']['repo'] = 'https://github.com/dgarage/NBXplorer'
node.default['nbxplorer']['revision'] = 'v2.2.18'
node.default['nbxplorer']['revision'] = 'v2.2.20'
node.default['nbxplorer']['source_dir'] = '/opt/nbxplorer'
node.default['nbxplorer']['config_path'] = "/home/#{node['bitcoin']['username']}/.nbxplorer/Main/settings.config"
node.default['nbxplorer']['port'] = '24445'

View File

@ -30,4 +30,4 @@ execute 'apt_update' do
action :nothing
end
apt_package 'dotnet-sdk-3.1'
apt_package 'dotnet-sdk-6.0'