Updating bitmessage to route through tor

This commit is contained in:
Bob Mottram 2014-05-01 21:19:02 +01:00
parent 45001ec0b6
commit b258052344
1 changed files with 15 additions and 9 deletions

View File

@ -5309,7 +5309,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 apt-get install python screen tor
cd /tmp cd /tmp
git clone https://github.com/Bitmessage/PyBitmessage.git git clone https://github.com/Bitmessage/PyBitmessage.git
cd PyBitmessage cd PyBitmessage
@ -5411,19 +5411,19 @@ Add the following:
#+BEGIN_SRC: bash #+BEGIN_SRC: bash
[bitmessagesettings] [bitmessagesettings]
settingsversion = 7 settingsversion = 8
port = 8444 port = 8444
timeformat = %%a, %%d %%b %%Y %%I:%%M %%p timeformat = %%a, %%d %%b %%Y %%I:%%M %%p
blackwhitelist = black blackwhitelist = black
startonlogon = false startonlogon = False
minimizetotray = false minimizetotray = False
showtraynotifications = false showtraynotifications = True
startintray = false startintray = False
socksproxytype = none socksproxytype = SOCKS5
sockshostname = localhost sockshostname = localhost
socksport = 9050 socksport = 9050
socksauthentication = false socksauthentication = False
sockslisten = false sockslisten = True
socksusername = socksusername =
sockspassword = sockspassword =
keysencrypted = false keysencrypted = false
@ -5434,12 +5434,18 @@ minimizeonclose = false
maxacceptablenoncetrialsperbyte = 0 maxacceptablenoncetrialsperbyte = 0
maxacceptablepayloadlengthextrabytes = 0 maxacceptablepayloadlengthextrabytes = 0
userlocale = system userlocale = system
useidenticons = True
identiconsuffix = re9E9UtSEaWD
replybelow = False
stopresendingafterxdays =
stopresendingafterxmonths =
namecoinrpctype = namecoind namecoinrpctype = namecoind
namecoinrpchost = localhost namecoinrpchost = localhost
namecoinrpcuser = namecoinrpcuser =
namecoinrpcpassword = namecoinrpcpassword =
namecoinrpcport = 8336 namecoinrpcport = 8336
sendoutgoingconnections = True sendoutgoingconnections = True
willinglysendtomobile = False
daemon = true daemon = true
#+END_SRC #+END_SRC