Posts: 14
Thanks received: 6
Thanks given: 0
Joined: Sep 2019
15 Jul 2020, 10:38
(This post was last modified: 15 Jul 2020, 10:40 by xanatrap.)
13) open up the file "torrc" with a text editor (e.g. notepad) and enter the following two lines at the bottom of the file.
HiddenServiceDirectory C:/Users/ ... /tor/hidden_service/
HiddenServicePort <OnionPort#> 127.0.0.1:<localPort#>
The part "C:/Users/.../tor/" is the complete path to the current tor folder. "hidden_service" is a subfolder that we are going to create.
The terms <OnionPort#> and <localPort#> should be replaced with the port numbers corresponding to the local and onion address that you wrote down from step 11.
I'm stuck there.It says that tor cannot be started after the changes to that files.
Probably i wrote them wrong.The file looks like this.
ControlPort auto
Log notice stdout
HiddenServiceDirectory C😕Users\andrea\Downloads\RetroShare-0.6.4-Windows-Portable-20180312-91634ba6-Qt-5.9.1-tor\Data\tor\hidden_service\
HiddenServicePort 7934 127.0.0.1 9878
Where 7934 is the port of 127.0.0.1 and 9878 is the port of the onion address
What i'm doing wrong?
Posts: 163
Thanks received: 53
Thanks given: 50
Joined: Jun 2019
if it works you are supposed to have the onion port number first and your port number last
Posts: 14
Thanks received: 6
Thanks given: 0
Joined: Sep 2019
(15 Jul 2020, 16:39 )MindsEye Wrote: if it works you are supposed to have the onion port number first and your port number last
still doesn't work
Posts: 163
Thanks received: 53
Thanks given: 50
Joined: Jun 2019
It wasn't working for me either. Hopefully someone knows how to correct it
Posts: 28,190
Thanks received: 14791
Thanks given: 7678
Joined: Jul 2006
When you start Tor on Windows, run the following command in Command Prompt:
netstat -an | find "LISTEN"
What listening ports do you have in the 7000-10000 range?
Posts: 14
Thanks received: 6
Thanks given: 0
Joined: Sep 2019
(17 Jul 2020, 00:09 )Like Ra Wrote: When you start Tor on Windows, run the following command in Command Prompt:
netstat -an | find "LISTEN"
What listening ports do you have in the 7000-10000 range?
from 7000 to 10000 no one, i have 5357 and 10243
Posts: 28,190
Thanks received: 14791
Thanks given: 7678
Joined: Jul 2006
(17 Jul 2020, 07:40 )xanatrap Wrote: from 7000 to 10000 no one
Are you sure, that Tor is running?
Posts: 14
Thanks received: 6
Thanks given: 0
Joined: Sep 2019
(17 Jul 2020, 09:51 )Like Ra Wrote: (17 Jul 2020, 07:40 )xanatrap Wrote: from 7000 to 10000 no one
Are you sure, that Tor is running?
my bad. they are 7934 9050 9150 9151
Posts: 55
Thanks received: 23
Thanks given: 5
Joined: Oct 2019
(15 Jul 2020, 10:38 )xanatrap Wrote: 13) open up the file "torrc" with a text editor (e.g. notepad) and enter the following two lines at the bottom of the file.
HiddenServiceDirectory C:/Users/ ... /tor/hidden_service/
HiddenServicePort <OnionPort#> 127.0.0.1:<localPort#>
The part "C:/Users/.../tor/" is the complete path to the current tor folder. "hidden_service" is a subfolder that we are going to create.
The terms <OnionPort#> and <localPort#> should be replaced with the port numbers corresponding to the local and onion address that you wrote down from step 11.
I'm stuck there.It says that tor cannot be started after the changes to that files.
Probably i wrote them wrong.The file looks like this.
ControlPort auto
Log notice stdout
HiddenServiceDirectory C😕Users\andrea\Downloads\RetroShare-0.6.4-Windows-Portable-20180312-91634ba6-Qt-5.9.1-tor\Data\tor\hidden_service\
HiddenServicePort 7934 127.0.0.1 9878
Where 7934 is the port of 127.0.0.1 and 9878 is the port of the onion address
What i'm doing wrong?
For the path, use forward slashes "C:/Users/andread/Downloads/..." instead of back slashes. Windows uses back slashes but retroShare requires forward slashes.
Posts: 14
Thanks received: 6
Thanks given: 0
Joined: Sep 2019
For the path, use forward slashes "C:/Users/andread/Downloads/..." instead of back slashes. Windows uses back slashes but retroShare requires forward slashes.
It gives me the same "unknown error".Now torrc look like this:
ControlPort auto
Log notice stdout
HiddenServiceDirectory C:/Users/andrea/Downloads/RetroShare-0.6.4-Windows-Portable-20180312-91634ba6-Qt-5.9.1-tor/Data/tor/hidden_service/
HiddenServicePort <9878#> 127.0.0.1:<7934#>