From a7ecf9eaaff8761242a8d0f65dc99776a5e69f11 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 2 May 2014 18:43:32 +0100 Subject: [PATCH] Installing tor seems to have caused instability, so disable it --- beaglebone.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/beaglebone.txt b/beaglebone.txt index 28b4d654..e46c6a39 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -5311,7 +5311,7 @@ Installing Bitmessage as a daemon will increase the size of the network, and the Install from the current source code. #+BEGIN_SRC: bash -apt-get install python screen tor +apt-get install python screen cd /tmp git clone https://github.com/Bitmessage/PyBitmessage.git cd PyBitmessage @@ -5421,11 +5421,11 @@ startonlogon = False minimizetotray = False showtraynotifications = True startintray = False -socksproxytype = SOCKS5 +socksproxytype = none sockshostname = localhost socksport = 9050 socksauthentication = False -sockslisten = True +sockslisten = False socksusername = sockspassword = keysencrypted = false