Like Ra's Naughty Forum
RetroShare - Printable Version

+- Like Ra's Naughty Forum (https://www.likera.com/forum/mybb)
+-- Forum: Technical section (https://www.likera.com/forum/mybb/Forum-Technical-section)
+--- Forum: Various technical topics (https://www.likera.com/forum/mybb/Forum-Various-technical-topics)
+--- Thread: RetroShare (/Thread-RetroShare)



RE: RetroShare - xanatrap - 15 Jul 2020

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?


RE: RetroShare - MindsEye - 15 Jul 2020

if it works you are supposed to have the onion port number first and your port number last


RE: RetroShare - xanatrap - 15 Jul 2020

(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


RE: RetroShare - MindsEye - 16 Jul 2020

It wasn't working for me either. Hopefully someone knows how to correct it


RE: RetroShare - Like Ra - 17 Jul 2020

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?


RE: RetroShare - xanatrap - 17 Jul 2020

(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


RE: RetroShare - Like Ra - 17 Jul 2020

(17 Jul 2020, 07:40 )xanatrap Wrote: from 7000 to 10000 no one
Are you sure, that Tor is running?


RE: RetroShare - xanatrap - 17 Jul 2020

(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


RE: RetroShare - GCRhoads - 17 Jul 2020

(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.


RE: RetroShare - xanatrap - 17 Jul 2020

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