I want to launch multiple Tor browsers at the same time and each one of them having its own IP address that I set into the torcc file. I tried this method but all secondary browsers have the same IP address of the first browser, even if I changed the ExitNodes in torcc file of each one.
The principle torcc file contain this code:
# This file was generated by Tor; if you edit it, comments will not be preserved
# The old torrc file was renamed to torrc.orig.1 or similar, and Tor will ignore it
DataDirectory C:\Program Files\Tor Browser\Browser\TorBrowser\Data\Tor
GeoIPFile C:\Program Files\Tor Browser\Browser\TorBrowser\Data\Tor\geoip
GeoIPv6File C:\Program Files\Tor Browser\Browser\TorBrowser\Data\Tor\geoip6
ExitNodes ip1
The second one contains almost the same code, except I want a different IP address:
# This file was generated by Tor; if you edit it, comments will not be preserved
# The old torrc file was renamed to torrc.orig.1 or similar, and Tor will ignore it
DataDirectory C:\Users\ABDEL\Desktop\tor\2\Tor Browser\Browser\TorBrowser\Data\Tor
GeoIPFile C:\Users\ABDEL\Desktop\tor\2\Tor Browser\Browser\TorBrowser\Data\Tor\geoip
GeoIPv6File C:\Users\ABDEL\Desktop\tor\2\Tor Browser\Browser\TorBrowser\Data\Tor\geoip6
ExitNodes ip2
Even if I connect with the second Tor, I still have this IP address ip1