From 91192025e5db5f2c57eef3193ca5cee53ded0c8a Mon Sep 17 00:00:00 2001 From: ekzyis Date: Fri, 17 May 2024 20:27:47 -0500 Subject: [PATCH] Remove NWC script (#1182) --- scripts/nwc | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 scripts/nwc diff --git a/scripts/nwc b/scripts/nwc deleted file mode 100644 index e497679d..00000000 --- a/scripts/nwc +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env bash - -# https://github.com/benthecarman/nostr-wallet-connect-lnd - -LND_HOST="${STACKER_LND_HOST:-localhost}" -LND_PORT="${STACKER_LND_GRPC_PORT:-10010}" - -RUST_LOG=info nostr-wallet-connect-lnd \ - --relay wss://relay.damus.io \ - --lnd-host $LND_HOST --lnd-port $LND_PORT \ - --macaroon-file docker/lnd/stacker/regtest/admin.macaroon --cert-file docker/lnd/stacker/tls.cert \ - --keys-file scripts/nwc-keys.json