mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Update README with Tor settings (#1358)
This commit is contained in:
parent
d75e453890
commit
f33104a32a
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue