Update README with Tor settings (#1358)

This commit is contained in:
Abhishek Shandilya 2021-09-19 23:43:40 -04:00 committed by GitHub
parent d75e453890
commit f33104a32a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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