Installing tor seems to have caused instability, so disable it
This commit is contained in:
parent
5bb388954f
commit
a7ecf9eaaf
|
@ -5311,7 +5311,7 @@ Installing Bitmessage as a daemon will increase the size of the network, and the
|
||||||
Install from the current source code.
|
Install from the current source code.
|
||||||
|
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
apt-get install python screen tor
|
apt-get install python screen
|
||||||
cd /tmp
|
cd /tmp
|
||||||
git clone https://github.com/Bitmessage/PyBitmessage.git
|
git clone https://github.com/Bitmessage/PyBitmessage.git
|
||||||
cd PyBitmessage
|
cd PyBitmessage
|
||||||
|
@ -5421,11 +5421,11 @@ startonlogon = False
|
||||||
minimizetotray = False
|
minimizetotray = False
|
||||||
showtraynotifications = True
|
showtraynotifications = True
|
||||||
startintray = False
|
startintray = False
|
||||||
socksproxytype = SOCKS5
|
socksproxytype = none
|
||||||
sockshostname = localhost
|
sockshostname = localhost
|
||||||
socksport = 9050
|
socksport = 9050
|
||||||
socksauthentication = False
|
socksauthentication = False
|
||||||
sockslisten = True
|
sockslisten = False
|
||||||
socksusername =
|
socksusername =
|
||||||
sockspassword =
|
sockspassword =
|
||||||
keysencrypted = false
|
keysencrypted = false
|
||||||
|
|
Loading…
Reference in New Issue