I know that i can download Tor Browser and use it as a regular browser with a touch of anonymity. but, if i want to change a few things in Tor i can change in .torrc file like the ExitNode, EntryNodeetc.. as i have here in Tor's manual:
https://www.torproject.org/docs/tor-manual.html.en
but, if i want to change a way more series things i need to change it from the source code for example the numbers of Nodes-hop make 1 one or 8 hop's:
https://www.torproject.org/download/download.html.en
after changing the source code i and to install it:
./configure && make install
more info:
https://www.torproject.org/docs/tor-doc-unix.html.en
after changing thw source code as i want it compiled without any error's(Ubuntu 16.04 VMware).
after the compiling im in kind of in dead end don't know what to do.
i want to use the source code that i edit as a i use in regular Tor-Browser can i do that?
Thank you!
dave` dave:
I know that i can download Tor Browser and use it as a regular browser with a touch of anonymity. but, if i want to change a few things in Tor i can change in .torrc file like the ExitNode, EntryNodeetc.. as i have here in Tor's manual:
https://www.torproject.org/docs/tor-manual.html.en
but, if i want to change a way more series things i need to change it from the source code for example the numbers of Nodes-hop make 1 one or 8 hop's:
https://www.torproject.org/download/download.html.en
after changing the source code i and to install it:
./configure && make install
more info:
https://www.torproject.org/docs/tor-doc-unix.html.en
after changing thw source code as i want it compiled without any error's(Ubuntu 16.04 VMware).
after the compiling im in kind of in dead end don't know what to do.
i want to use the source code that i edit as a i use in regular Tor-Browser can i do that?
Yes, just copy it over the tor which we ship in tor-browser_$YOUR-LOCALE/Browser/TorBrowser/Tor
Georg
Actually i don't understand what you said or how to do that. can you expand please?
On Sun, Jun 10, 2018 at 10:39 AM, Georg Koppen gk@torproject.org wrote:
dave` dave:
I know that i can download Tor Browser and use it as a regular browser
with
a touch of anonymity. but, if i want to change a few things in Tor i can change in .torrc file like the ExitNode, EntryNodeetc.. as i have here in Tor's manual:
https://www.torproject.org/docs/tor-manual.html.en
but, if i want to change a way more series things i need to change it
from
the source code for example the numbers of Nodes-hop make 1 one or 8
hop's:
https://www.torproject.org/download/download.html.en
after changing the source code i and to install it:
./configure && make install
more info:
https://www.torproject.org/docs/tor-doc-unix.html.en
after changing thw source code as i want it compiled without any error's(Ubuntu 16.04 VMware).
after the compiling im in kind of in dead end don't know what to do.
i want to use the source code that i edit as a i use in regular
Tor-Browser
can i do that?
Yes, just copy it over the tor which we ship in tor-browser_$YOUR-LOCALE/Browser/TorBrowser/Tor
Georg
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
maybe you don't need to change the source code to get tor to do what you want because the control port can be used to tell tor how to build circuits, number of hops etc. you can learn about this in the control port specification, in the specifications git repo.
also, instead of copying files around as Georg suggests you can change the tor browser settings to use whatever socks and control port.
On Sun, Jun 10, 2018 at 10:53:55AM +0300, dave` dave wrote:
Actually i don't understand what you said or how to do that. can you expand please?
On Sun, Jun 10, 2018 at 10:39 AM, Georg Koppen gk@torproject.org wrote:
dave` dave:
I know that i can download Tor Browser and use it as a regular browser
with
a touch of anonymity. but, if i want to change a few things in Tor i can change in .torrc file like the ExitNode, EntryNodeetc.. as i have here in Tor's manual:
https://www.torproject.org/docs/tor-manual.html.en
but, if i want to change a way more series things i need to change it
from
the source code for example the numbers of Nodes-hop make 1 one or 8
hop's:
https://www.torproject.org/download/download.html.en
after changing the source code i and to install it:
./configure && make install
more info:
https://www.torproject.org/docs/tor-doc-unix.html.en
after changing thw source code as i want it compiled without any error's(Ubuntu 16.04 VMware).
after the compiling im in kind of in dead end don't know what to do.
i want to use the source code that i edit as a i use in regular
Tor-Browser
can i do that?
Yes, just copy it over the tor which we ship in tor-browser_$YOUR-LOCALE/Browser/TorBrowser/Tor
Georg
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
i have to change it because there is no other way to make it work the way i want if i won't change the source code.
On Sun, Jun 10, 2018 at 11:11 AM, dawuud dawuud@riseup.net wrote:
maybe you don't need to change the source code to get tor to do what you want because the control port can be used to tell tor how to build circuits, number of hops etc. you can learn about this in the control port specification, in the specifications git repo.
also, instead of copying files around as Georg suggests you can change the tor browser settings to use whatever socks and control port.
On Sun, Jun 10, 2018 at 10:53:55AM +0300, dave` dave wrote:
Actually i don't understand what you said or how to do that. can you
expand
please?
On Sun, Jun 10, 2018 at 10:39 AM, Georg Koppen gk@torproject.org
wrote:
dave` dave:
I know that i can download Tor Browser and use it as a regular
browser
with
a touch of anonymity. but, if i want to change a few things in Tor i
can
change in .torrc file like the ExitNode, EntryNodeetc.. as i have
here in
Tor's manual:
https://www.torproject.org/docs/tor-manual.html.en
but, if i want to change a way more series things i need to change it
from
the source code for example the numbers of Nodes-hop make 1 one or 8
hop's:
https://www.torproject.org/download/download.html.en
after changing the source code i and to install it:
./configure && make install
more info:
https://www.torproject.org/docs/tor-doc-unix.html.en
after changing thw source code as i want it compiled without any error's(Ubuntu 16.04 VMware).
after the compiling im in kind of in dead end don't know what to do.
i want to use the source code that i edit as a i use in regular
Tor-Browser
can i do that?
Yes, just copy it over the tor which we ship in tor-browser_$YOUR-LOCALE/Browser/TorBrowser/Tor
Georg
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
Yes, it seems like this is not something you’d need to change the source code for. On the tor browser connection screen, instead of clicking “connect” click “configure”. From here you can preconfigure the settings of a local proxy server as well as exclusively what ports you want the tor browser to configure and listen on.
As for the tor browser vs tor source code, the tor browser is a modified version of Firefox which is preconfigured to use the tor network, which was created from the source code.
As for configuring how many relays you want to use in your tor connection, I am not sure of a way to configure exactly how many relays you want to connect through, however, you could try adding this to your torrc file
ExcludeSingleHopRelays 1
Adding this should force your tor connection to go through at least three relays no matter what, as opposed to less than that. From: dave` dave Sent: Sunday, June 10, 2018 1:23 AM To: tor-relays@lists.torproject.org Subject: Re: [tor-relays] What is the different between Tor browser and Torsource code
i have to change it because there is no other way to make it work the way i want if i won't change the source code.
On Sun, Jun 10, 2018 at 11:11 AM, dawuud dawuud@riseup.net wrote:
maybe you don't need to change the source code to get tor to do what you want because the control port can be used to tell tor how to build circuits, number of hops etc. you can learn about this in the control port specification, in the specifications git repo.
also, instead of copying files around as Georg suggests you can change the tor browser settings to use whatever socks and control port.
On Sun, Jun 10, 2018 at 10:53:55AM +0300, dave` dave wrote:
Actually i don't understand what you said or how to do that. can you expand please?
On Sun, Jun 10, 2018 at 10:39 AM, Georg Koppen gk@torproject.org wrote:
dave` dave:
I know that i can download Tor Browser and use it as a regular browser
with
a touch of anonymity. but, if i want to change a few things in Tor i can change in .torrc file like the ExitNode, EntryNodeetc.. as i have here in Tor's manual:
https://www.torproject.org/docs/tor-manual.html.en
but, if i want to change a way more series things i need to change it
from
the source code for example the numbers of Nodes-hop make 1 one or 8
hop's:
https://www.torproject.org/download/download.html.en
after changing the source code i and to install it:
./configure && make install
more info:
https://www.torproject.org/docs/tor-doc-unix.html.en
after changing thw source code as i want it compiled without any error's(Ubuntu 16.04 VMware).
after the compiling im in kind of in dead end don't know what to do.
i want to use the source code that i edit as a i use in regular
Tor-Browser
can i do that?
Yes, just copy it over the tor which we ship in tor-browser_$YOUR-LOCALE/Browser/TorBrowser/Tor
Georg
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
_______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
i guess you have not understand me right: i downloaded the source code and i had few changes and i compiled it without errors. now i want to use my new source code that i created: how can i do that, never used source code before its a new thing for me.
On Sun, Jun 10, 2018 at 12:21 PM, Keifer Bly keifer.bly@gmail.com wrote:
Yes, it seems like this is not something you’d need to change the source code for. On the tor browser connection screen, instead of clicking “connect” click “configure”. From here you can preconfigure the settings of a local proxy server as well as exclusively what ports you want the tor browser to configure and listen on.
As for the tor browser vs tor source code, the tor browser is a modified version of Firefox which is preconfigured to use the tor network, which was created from the source code.
As for configuring how many relays you want to use in your tor connection, I am not sure of a way to configure exactly how many relays you want to connect through, however, you could try adding this to your torrc file
ExcludeSingleHopRelays 1
Adding this should force your tor connection to go through at least three relays no matter what, as opposed to less than that.
*From: *dave` dave daved7082@gmail.com *Sent: *Sunday, June 10, 2018 1:23 AM *To: *tor-relays@lists.torproject.org *Subject: *Re: [tor-relays] What is the different between Tor browser and Torsource code
i have to change it because there is no other way to make it work the way i want if i won't change the source code.
On Sun, Jun 10, 2018 at 11:11 AM, dawuud dawuud@riseup.net wrote:
maybe you don't need to change the source code to get tor to do what you want because the control port can be used to tell tor how to build circuits, number of hops etc. you can learn about this in the control port specification, in the specifications git repo.
also, instead of copying files around as Georg suggests you can change the tor browser settings to use whatever socks and control port.
On Sun, Jun 10, 2018 at 10:53:55AM +0300, dave` dave wrote:
Actually i don't understand what you said or how to do that. can you
expand
please?
On Sun, Jun 10, 2018 at 10:39 AM, Georg Koppen gk@torproject.org
wrote:
dave` dave:
I know that i can download Tor Browser and use it as a regular
browser
with
a touch of anonymity. but, if i want to change a few things in Tor i
can
change in .torrc file like the ExitNode, EntryNodeetc.. as i have
here in
Tor's manual:
https://www.torproject.org/docs/tor-manual.html.en
but, if i want to change a way more series things i need to change it
from
the source code for example the numbers of Nodes-hop make 1 one or 8
hop's:
https://www.torproject.org/download/download.html.en
after changing the source code i and to install it:
./configure && make install
more info:
https://www.torproject.org/docs/tor-doc-unix.html.en
after changing thw source code as i want it compiled without any error's(Ubuntu 16.04 VMware).
after the compiling im in kind of in dead end don't know what to do.
i want to use the source code that i edit as a i use in regular
Tor-Browser
can i do that?
Yes, just copy it over the tor which we ship in tor-browser_$YOUR-LOCALE/Browser/TorBrowser/Tor
Georg
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
maybe you should not want what you think you want. have you considered that your modifications will make you stand out thus thwarting the traffic analysis properties (or as you said in your previous e-mail: a touch of anonymity).
On Sun, Jun 10, 2018 at 11:22:57AM +0300, dave` dave wrote:
i have to change it because there is no other way to make it work the way i want if i won't change the source code.
On Sun, Jun 10, 2018 at 11:11 AM, dawuud dawuud@riseup.net wrote:
maybe you don't need to change the source code to get tor to do what you want because the control port can be used to tell tor how to build circuits, number of hops etc. you can learn about this in the control port specification, in the specifications git repo.
also, instead of copying files around as Georg suggests you can change the tor browser settings to use whatever socks and control port.
On Sun, Jun 10, 2018 at 10:53:55AM +0300, dave` dave wrote:
Actually i don't understand what you said or how to do that. can you
expand
please?
On Sun, Jun 10, 2018 at 10:39 AM, Georg Koppen gk@torproject.org
wrote:
dave` dave:
I know that i can download Tor Browser and use it as a regular
browser
with
a touch of anonymity. but, if i want to change a few things in Tor i
can
change in .torrc file like the ExitNode, EntryNodeetc.. as i have
here in
Tor's manual:
https://www.torproject.org/docs/tor-manual.html.en
but, if i want to change a way more series things i need to change it
from
the source code for example the numbers of Nodes-hop make 1 one or 8
hop's:
https://www.torproject.org/download/download.html.en
after changing the source code i and to install it:
./configure && make install
more info:
https://www.torproject.org/docs/tor-doc-unix.html.en
after changing thw source code as i want it compiled without any error's(Ubuntu 16.04 VMware).
after the compiling im in kind of in dead end don't know what to do.
i want to use the source code that i edit as a i use in regular
Tor-Browser
can i do that?
Yes, just copy it over the tor which we ship in tor-browser_$YOUR-LOCALE/Browser/TorBrowser/Tor
Georg
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
i guess you have not understand me right: i downloaded the source code and i had few changes and i compiled it without errors. now i want to use my new source code that i created: how can i do that, never used source code before its a new thing for me.
On Sun, Jun 10, 2018 at 12:46 PM, dawuud dawuud@riseup.net wrote:
maybe you should not want what you think you want. have you considered that your modifications will make you stand out thus thwarting the traffic analysis properties (or as you said in your previous e-mail: a touch of anonymity).
On Sun, Jun 10, 2018 at 11:22:57AM +0300, dave` dave wrote:
i have to change it because there is no other way to make it work the
way i
want if i won't change the source code.
On Sun, Jun 10, 2018 at 11:11 AM, dawuud dawuud@riseup.net wrote:
maybe you don't need to change the source code to get tor to do what you want because the control port can be used to tell tor how to build circuits, number of hops etc. you can learn about this in the control port specification, in the specifications git repo.
also, instead of copying files around as Georg suggests you can change the tor browser settings to use whatever socks and control port.
On Sun, Jun 10, 2018 at 10:53:55AM +0300, dave` dave wrote:
Actually i don't understand what you said or how to do that. can you
expand
please?
On Sun, Jun 10, 2018 at 10:39 AM, Georg Koppen gk@torproject.org
wrote:
dave` dave:
I know that i can download Tor Browser and use it as a regular
browser
with
a touch of anonymity. but, if i want to change a few things in
Tor i
can
change in .torrc file like the ExitNode, EntryNodeetc.. as i have
here in
Tor's manual:
https://www.torproject.org/docs/tor-manual.html.en
but, if i want to change a way more series things i need to
change it
from
the source code for example the numbers of Nodes-hop make 1 one
or 8
hop's:
https://www.torproject.org/download/download.html.en
after changing the source code i and to install it:
./configure && make install
more info:
https://www.torproject.org/docs/tor-doc-unix.html.en
after changing thw source code as i want it compiled without any error's(Ubuntu 16.04 VMware).
after the compiling im in kind of in dead end don't know what to
do.
i want to use the source code that i edit as a i use in regular
Tor-Browser
can i do that?
Yes, just copy it over the tor which we ship in tor-browser_$YOUR-LOCALE/Browser/TorBrowser/Tor
Georg
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
Thanks for running tor relays. Sorry we couldn't be of more help to you.
Best wishes, David
On Sun, Jun 10, 2018 at 03:42:35PM +0300, dave` dave wrote:
i guess you have not understand me right: i downloaded the source code and i had few changes and i compiled it without errors. now i want to use my new source code that i created: how can i do that, never used source code before its a new thing for me.
On Sun, Jun 10, 2018 at 12:46 PM, dawuud dawuud@riseup.net wrote:
maybe you should not want what you think you want. have you considered that your modifications will make you stand out thus thwarting the traffic analysis properties (or as you said in your previous e-mail: a touch of anonymity).
On Sun, Jun 10, 2018 at 11:22:57AM +0300, dave` dave wrote:
i have to change it because there is no other way to make it work the
way i
want if i won't change the source code.
On Sun, Jun 10, 2018 at 11:11 AM, dawuud dawuud@riseup.net wrote:
maybe you don't need to change the source code to get tor to do what you want because the control port can be used to tell tor how to build circuits, number of hops etc. you can learn about this in the control port specification, in the specifications git repo.
also, instead of copying files around as Georg suggests you can change the tor browser settings to use whatever socks and control port.
On Sun, Jun 10, 2018 at 10:53:55AM +0300, dave` dave wrote:
Actually i don't understand what you said or how to do that. can you
expand
please?
On Sun, Jun 10, 2018 at 10:39 AM, Georg Koppen gk@torproject.org
wrote:
dave` dave: > I know that i can download Tor Browser and use it as a regular
browser
with > a touch of anonymity. but, if i want to change a few things in
Tor i
can
> change in .torrc file like the ExitNode, EntryNodeetc.. as i have
here in
> Tor's manual: > > https://www.torproject.org/docs/tor-manual.html.en > > but, if i want to change a way more series things i need to
change it
from > the source code for example the numbers of Nodes-hop make 1 one
or 8
hop's: > > https://www.torproject.org/download/download.html.en > > after changing the source code i and to install it: > > ./configure && make install > > more info: > > https://www.torproject.org/docs/tor-doc-unix.html.en > > after changing thw source code as i want it compiled without any > error's(Ubuntu 16.04 VMware). > > after the compiling im in kind of in dead end don't know what to
do.
> > i want to use the source code that i edit as a i use in regular Tor-Browser > can i do that?
Yes, just copy it over the tor which we ship in tor-browser_$YOUR-LOCALE/Browser/TorBrowser/Tor
Georg
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
You couldn't be more helpful because you don't want to help!
On Sun, Jun 10, 2018 at 5:10 PM, dawuud dawuud@riseup.net wrote:
Thanks for running tor relays. Sorry we couldn't be of more help to you.
Best wishes, David
On Sun, Jun 10, 2018 at 03:42:35PM +0300, dave` dave wrote:
i guess you have not understand me right: i downloaded the source code and i had few changes and i compiled it without errors. now i want to use my new source code that i created: how can i do that, never used source code before its a new thing for me.
On Sun, Jun 10, 2018 at 12:46 PM, dawuud dawuud@riseup.net wrote:
maybe you should not want what you think you want. have you considered that your modifications will make you stand out thus thwarting the traffic analysis properties (or as you said in your previous e-mail: a touch of anonymity).
On Sun, Jun 10, 2018 at 11:22:57AM +0300, dave` dave wrote:
i have to change it because there is no other way to make it work the
way i
want if i won't change the source code.
On Sun, Jun 10, 2018 at 11:11 AM, dawuud dawuud@riseup.net wrote:
maybe you don't need to change the source code to get tor to do what you want because the control port can be used to tell tor how to build circuits, number of hops etc. you can learn about this in the control port specification, in the specifications git repo.
also, instead of copying files around as Georg suggests you can change the tor browser settings to use whatever socks and control
port.
On Sun, Jun 10, 2018 at 10:53:55AM +0300, dave` dave wrote:
Actually i don't understand what you said or how to do that. can
you
expand
please?
On Sun, Jun 10, 2018 at 10:39 AM, Georg Koppen <
gk@torproject.org>
wrote:
> dave` dave: > > I know that i can download Tor Browser and use it as a
regular
browser
> with > > a touch of anonymity. but, if i want to change a few things
in
Tor i
can
> > change in .torrc file like the ExitNode, EntryNodeetc.. as i
have
here in
> > Tor's manual: > > > > https://www.torproject.org/docs/tor-manual.html.en > > > > but, if i want to change a way more series things i need to
change it
> from > > the source code for example the numbers of Nodes-hop make 1
one
or 8
> hop's: > > > > https://www.torproject.org/download/download.html.en > > > > after changing the source code i and to install it: > > > > ./configure && make install > > > > more info: > > > > https://www.torproject.org/docs/tor-doc-unix.html.en > > > > after changing thw source code as i want it compiled without
any
> > error's(Ubuntu 16.04 VMware). > > > > after the compiling im in kind of in dead end don't know
what to
do.
> > > > i want to use the source code that i edit as a i use in
regular
> Tor-Browser > > can i do that? > > Yes, just copy it over the tor which we ship in > tor-browser_$YOUR-LOCALE/Browser/TorBrowser/Tor > > Georg > > > _______________________________________________ > tor-relays mailing list > tor-relays@lists.torproject.org > https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-
relays
> >
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
On 06/10/2018 01:42 AM, dave` dave wrote:
i guess you have not understand me right: i downloaded the source code and i had few changes and i compiled it without errors. now i want to use my new source code that i created: how can i do that, never used source code before its a new thing for me.
OK, so you have a custom tor binary, assuming that your code compiled. As Georg said, you just replace the tor binary in the browser bundle with your custom tor binary. In tor-browser-linux64-7.5.5_en-US, that would be /tor-browser_en-US/Browser/TorBrowser/Tor/tor.
However, even if you get that far, there's no guarantee that it'll work. There are features in the Tor network to protect against attacks, and your changes might trigger them.
On Sun, Jun 10, 2018 at 12:46 PM, dawuud dawuud@riseup.net wrote:
maybe you should not want what you think you want. have you considered that your modifications will make you stand out thus thwarting the traffic analysis properties (or as you said in your previous e-mail: a touch of anonymity).
On Sun, Jun 10, 2018 at 11:22:57AM +0300, dave` dave wrote:
i have to change it because there is no other way to make it work the
way i
want if i won't change the source code.
On Sun, Jun 10, 2018 at 11:11 AM, dawuud dawuud@riseup.net wrote:
maybe you don't need to change the source code to get tor to do what you want because the control port can be used to tell tor how to build circuits, number of hops etc. you can learn about this in the control port specification, in the specifications git repo.
also, instead of copying files around as Georg suggests you can change the tor browser settings to use whatever socks and control port.
On Sun, Jun 10, 2018 at 10:53:55AM +0300, dave` dave wrote:
Actually i don't understand what you said or how to do that. can you
expand
please?
On Sun, Jun 10, 2018 at 10:39 AM, Georg Koppen gk@torproject.org
wrote:
dave` dave: > I know that i can download Tor Browser and use it as a regular
browser
with > a touch of anonymity. but, if i want to change a few things in
Tor i
can
> change in .torrc file like the ExitNode, EntryNodeetc.. as i have
here in
> Tor's manual: > > https://www.torproject.org/docs/tor-manual.html.en > > but, if i want to change a way more series things i need to
change it
from > the source code for example the numbers of Nodes-hop make 1 one
or 8
hop's: > > https://www.torproject.org/download/download.html.en > > after changing the source code i and to install it: > > ./configure && make install > > more info: > > https://www.torproject.org/docs/tor-doc-unix.html.en > > after changing thw source code as i want it compiled without any > error's(Ubuntu 16.04 VMware). > > after the compiling im in kind of in dead end don't know what to
do.
> > i want to use the source code that i edit as a i use in regular Tor-Browser > can i do that?
Yes, just copy it over the tor which we ship in tor-browser_$YOUR-LOCALE/Browser/TorBrowser/Tor
Georg
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
On 10.06.18 10:22, dave` dave wrote:
i have to change it because there is no other way to make it work the way i want if i won't change the source code.
Tor is a shared medium, and as such it is not about what you want. For weeks you have asked weird questions that convinced me, personally, that you don't understand fully how Tor works, that you apparently don't have the necessary skillset to make useful changes, and that you should therefore not be supported in connecting whatever it is you clobbered together to other Tor nodes.
You may disagree with my assessment, but that's my personal take on this situation. Leaving Tor alone, to work as it is intended to work given its design, would be the best option as far as I am concerned.
-Ralph
First thing First- I'm running Tor-Nodes-Bridge,Guard and Exit. my rate here http://torstatus.blutmagie.de/ are super high- in the first 10. guess what- i'm even running my own private tor network with shadow. but i never used source-code and i don't know how it works- not tors source code and not any other source code. there is no stupid question there is someone who think his better then other people because he knows this subject better. and ill ask again and again- its like this platform that you can learn and people *should *answer and not thing they are the best!
as you said:" You may disagree with my " 100% im not agree with you.
On Sun, Jun 10, 2018 at 1:57 PM, Ralph Seichter m16+tor@monksofcool.net wrote:
On 10.06.18 10:22, dave` dave wrote:
i have to change it because there is no other way to make it work the way i want if i won't change the source code.
Tor is a shared medium, and as such it is not about what you want. For weeks you have asked weird questions that convinced me, personally, that you don't understand fully how Tor works, that you apparently don't have the necessary skillset to make useful changes, and that you should therefore not be supported in connecting whatever it is you clobbered together to other Tor nodes.
You may disagree with my assessment, but that's my personal take on this situation. Leaving Tor alone, to work as it is intended to work given its design, would be the best option as far as I am concerned.
-Ralph _______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
On 10.06.18 13:53, dave` dave wrote:
First thing First- I'm running Tor-Nodes-Bridge,Guard and Exit.
What's that got to do with anything? Many people rack up frequent flyer miles, but that does not imply all these people have the skills to pilot a plane.
i never used source-code and i don't know how it works- not tors source code and not any other source code.
No shame in that, but it defines your playing field for now.
ill ask again and again- its like this platform that you can learn and people should answer and not thing they are the best!
Speaking from long experience, people who know about a given subject should consider carefully how they go about teaching. If you want to learn programming, there are countless ways to do this which hold no risk of you having adverse effects on yourself or others. Novice carpenters don't start with powertools and bandsaws on day one either, no matter the degree of fascination, and it is expected of them to learn how to wield a hammer without hurting themselves or bystanders before moving on to more advanced subjects.
100% im not agree with you.
I can live with that, and thanks to email killfiles your messages won't bother me much from here on out. ;-)
-Ralph
tor-relays@lists.torproject.org