From e995b49b7d3bcce608bceb1f861c3dd8bbdba819 Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Mon, 4 Oct 2021 19:24:51 -0700 Subject: [PATCH] Add more details to development doc (#1498) --- docs/DEVELOPMENT.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 7b7a73c6..47596a16 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -17,12 +17,14 @@ * lnd (for the host squeaknode) with ~/.lnd directory mounted. * a tor service * a tor socks proxy - * a squeaknode + * a squeaknode (useful for testing p2p connections from your host machine) You can go to http://localhost:12995/ to see the containerized squeaknode. #### Squeaknode backend +You can also run your own squeaknode on your host machine. + - Install squeaknode: ``` $ virtualenv venv