You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tor.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ To use the new onion messaging system (see [here](onion-message-channels.md)) as
38
38
39
39
<aname="torconfig" />
40
40
41
-
#### Configuring Tor to setup an onion service
41
+
#### Configuring Tor to setup an onion service (local Tor node)
42
42
43
43
(These steps were prepared using Ubuntu; you may have to adjust for your distro).
44
44
@@ -83,3 +83,22 @@ sudo service tor start
83
83
```
84
84
85
85
Once this is done, you should be able to start the yieldgenerator successfully.
86
+
87
+
#### Configuring Tor to setup an onion service (remote Tor node)
88
+
89
+
Cookie authentication assumes the Joinmarket and Tor processes have shared filesystem access to where Tor stores its control cookie.
90
+
91
+
If this is not possible or desired, for example if Tor is running on another machine, you can instead use a password. On the tor node, hash the password:
0 commit comments