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 14 additions and 3 deletions
Showing only changes of commit d9bb257f99 - Show all commits

View File

@ -0,0 +1,13 @@
#
# Cookbook:: kosmos-bitcoin
# Recipe:: boltz
#
# Internal recipe for managing the Go installation in one place
#
node.override['golang']['version'] = "1.17.4"
include_recipe "golang"
link '/usr/local/bin/go' do
to '/usr/local/go/bin/go'
end

View File

@ -4,9 +4,7 @@
#
include_recipe "git"
node.override['golang']['version'] = "1.17.4"
include_recipe "golang"
include_recipe "kosmos-bitcoin::golang"
git node['lnd']['source_dir'] do
repository node['lnd']['repo']