WIP: Add support for tor using PySocks and optionally stem #2

Draft
lee.miller wants to merge 22 commits from lee.miller/MiNode:tor into v0.3
Showing only changes of commit 175d964d70 - Show all commits

View File

@ -287,7 +287,7 @@ def main():
if not tor.start_tor_service():
logging.warning('Failed to start tor service.')
if shared.ip_enabled and not shared.trusted_peer:
if shared.ip_enabled and not shared.trusted_peer and not shared.tor:
bootstrap_from_dns()
if shared.i2p_enabled: