From 5eac297b38dc7c511a90aa5f2a1197b67d2e8a5b Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Mon, 20 Sep 2021 21:52:11 -0700 Subject: [PATCH] Update readme requirements section (#1373) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0de9cea7..c4769540 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Node for [Squeak protocol](https://github.com/yzernik/squeak/blob/master/docs/PR * a bitcoin node * an LND node * Python 3.6 or later +* a Tor SOCKS5 proxy (you can open Tor Browser and run it in the background) #### Steps - Update the **config.ini** file and fill in the relevant sections to connect to your bitcoin node and lnd node: @@ -41,7 +42,6 @@ Node for [Squeak protocol](https://github.com/yzernik/squeak/blob/master/docs/PR $ pip install -r requirements.txt $ python setup.py install ``` -- Install and start Tor browser - Start squeaknode: ``` $ squeaknode --config config.ini