TorSharp icon indicating copy to clipboard operation
TorSharp copied to clipboard

Bootstrapped 0% (starting) Error

Open muratulashozturk opened this issue 4 years ago • 3 comments

Hi, I am using the example code of TorSharp initializing, but when I launch the program, Tor proxy is not starting. I mean It stuck at

Oct 31 18:24:17.000 [notice] Bootstrapped 0% (starting): Starting
Oct 31 18:24:18.000 [notice] Starting with guard context "default"

And nothing. The bootstrapped should be started but it's not starting. Help me, please. Thanks

muratulashozturk avatar Oct 31 '20 15:10 muratulashozturk

Also tried without TorSharpToolFetcher. Didn't work.

muratulashozturk avatar Oct 31 '20 15:10 muratulashozturk

Probably tor can be blocked in your country, try to use VPN before start. joelverhagen hardcoded torrc settings, so you can't connect throught obfs4 bridge for avoid possible block in your country.

AMBULATUR avatar Nov 03 '20 00:11 AMBULATUR

@AMBULATUR, thanks for chiming in! I appreciate the helper. Unfortunately I don't have much time these days to focus on side projects. Work and family puts me pretty close to 100%!

As mentioned here: https://github.com/joelverhagen/TorSharp/issues/48#issuecomment-620710699, I'd be happy to review a contribution to makes such a bridge setting in Tor configuration in the .NET API. For example, this PR provided configuration for the exit node: https://github.com/joelverhagen/TorSharp/pull/11/files.

joelverhagen avatar Nov 05 '20 20:11 joelverhagen