From f33104a32ae4e693fd53099e9fe281b2d5711feb Mon Sep 17 00:00:00 2001 From: Abhishek Shandilya Date: Sun, 19 Sep 2021 23:43:40 -0400 Subject: [PATCH] Update README with Tor settings (#1358) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1754f68d..0de9cea7 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Node for [Squeak protocol](https://github.com/yzernik/squeak/blob/master/docs/PR ``` [node] network=mainnet + tor_proxy_ip=localhost + tor_proxy_port=9150 [lnd] host=localhost @@ -34,10 +36,12 @@ Node for [Squeak protocol](https://github.com/yzernik/squeak/blob/master/docs/PR ``` - Install squeaknode: ``` + $ virtualenv venv + $ source venv/bin/activate $ pip install -r requirements.txt $ python setup.py install ``` - +- Install and start Tor browser - Start squeaknode: ``` $ squeaknode --config config.ini