4

I want to run 2 (or more) tor instances on the same machine each one on different port,but i want to make sure that those 2 instance will never have the same exit node or ip at the same time

i am thinking of using ExitNodes node,node,… in torrc file,but i don't know how to choose unique nodes for each instance (without the country )

for example ExitNodes 1,2,3,4,.....,100 for the first instance

and ExitNodes 100,101,102,.....200 for the second one

i can't find any informations about the fingerprints of nodes,only the country codes

why doesn't tor identify each node with a unique id

Linostar
  • 1,133
  • 1
  • 9
  • 24
stuck
  • 43
  • 4

1 Answers1

2

Tor does indeed identify each node with a unique ID, which is called finerprint.

You can get the fingerprints of some exit nodes via Globe. Currently, the limit of results is set to 50, so you'd have to use finer queries if you want more exit nodes.

You can then use these fingerprints with the ExitNodes entry in the torrc of one tor instance and block them with the ExcludeExitNodes entry in the other torrc.