From c29cad9767780e1a59e5c774b7d787d5a6e628c5 Mon Sep 17 00:00:00 2001 From: BitcoinQnA <64638670+BitcoinQnA@users.noreply.github.com> Date: Fri, 3 Mar 2023 08:59:34 +0000 Subject: [PATCH] Update README.md Add note about using separate nsec. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index daa96a3..d441374 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Federated Lightning Address Server (with (partly) NIP57 Zap support) 1. Download the binary from the releases page (or compile with `go build` or `go get`) 2. Set the following environment variables somehow (using example values from bitmia.com): +> The `nsec` in this file should be a new one. It is needed to sign messages only, so does not need to be your main account key. + ``` PORT=17422 DOMAIN=bitmia.com @@ -47,4 +49,4 @@ Code needs some refactoring Needs proper testing (Multi-User and other backends) Inspired by LightningTipBot code from @calle -https://github.com/LightningTipBot/LightningTipBot \ No newline at end of file +https://github.com/LightningTipBot/LightningTipBot