From 120fe1ba85b8059e6b140e2eaf92ce4c923b36b0 Mon Sep 17 00:00:00 2001 From: rockstardev Date: Mon, 28 Oct 2019 23:47:55 -0500 Subject: [PATCH] Updating reference to new LND docker image and walletunlock.json path --- BTCPayServer.Tests/docker-compose.yml | 6 ++---- BTCPayServer/Properties/launchSettings.json | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index 0f029ba48..45b6b0aef 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -223,7 +223,7 @@ services: - "5432" merchant_lnd: - image: btcpayserver/lnd:v0.7.0-beta + image: btcpayserver/lnd:v0.7.1-beta-withseed restart: unless-stopped environment: LND_CHAIN: "btc" @@ -241,7 +241,6 @@ services: bitcoin.defaultchanconfs=1 no-macaroons=1 debuglevel=debug - noseedbackup=1 trickledelay=1000 ports: - "53280:8080" @@ -254,7 +253,7 @@ services: - bitcoind customer_lnd: - image: btcpayserver/lnd:v0.7.0-beta + image: btcpayserver/lnd:v0.7.1-beta-withseed restart: unless-stopped environment: LND_CHAIN: "btc" @@ -272,7 +271,6 @@ services: bitcoin.defaultchanconfs=1 no-macaroons=1 debuglevel=debug - noseedbackup=1 trickledelay=1000 ports: - "53281:8080" diff --git a/BTCPayServer/Properties/launchSettings.json b/BTCPayServer/Properties/launchSettings.json index 2f70b636b..33c27dc8e 100644 --- a/BTCPayServer/Properties/launchSettings.json +++ b/BTCPayServer/Properties/launchSettings.json @@ -11,6 +11,7 @@ "BTCPAY_BTCLIGHTNING": "type=charge;server=http://127.0.0.1:54938/;api-token=foiewnccewuify", "BTCPAY_BTCEXTERNALLNDGRPC": "type=lnd-grpc;server=https://lnd:lnd@127.0.0.1:53280/;allowinsecure=true", "BTCPAY_BTCEXTERNALLNDREST": "type=lnd-rest;server=https://lnd:lnd@127.0.0.1:53280/lnd-rest/btc/;allowinsecure=true;macaroonfilepath=D:\\admin.macaroon", + "BTCPAY_BTCLNDSEEDPATH": "/etc/merchant_lnd/data/chain/bitcoin/regtest/walletunlock.json", "BTCPAY_BTCEXPLORERURL": "http://127.0.0.1:32838/", "BTCPAY_ALLOW-ADMIN-REGISTRATION": "true", "BTCPAY_DISABLE-REGISTRATION": "false",