From a45445d1149076d1c4e3b27d33bec917dc080027 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 20 Feb 2019 18:35:23 +0530 Subject: [PATCH] disable authentication to make running multiple nodes easier --- oml/tor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oml/tor.py b/oml/tor.py index 306a539..17056ca 100644 --- a/oml/tor.py +++ b/oml/tor.py @@ -45,7 +45,7 @@ AvoidDiskWrites 1 Log notice stdout SocksPort 9830 ControlPort 9831 -CookieAuthentication 1 +#CookieAuthentication 1 '''.strip()) tor_data = os.path.join(settings.data_path, 'TorData') if sys.platform == 'win32':