Browse Source

Updating bitmessage to route through tor

Bob Mottram 11 years ago
parent
commit
b258052344
1 changed files with 15 additions and 9 deletions
  1. 15
    9
      beaglebone.txt

+ 15
- 9
beaglebone.txt View File

5309
 Install from the current source code.
5309
 Install from the current source code.
5310
 
5310
 
5311
 #+BEGIN_SRC: bash
5311
 #+BEGIN_SRC: bash
5312
-apt-get install python screen
5312
+apt-get install python screen tor
5313
 cd /tmp
5313
 cd /tmp
5314
 git clone https://github.com/Bitmessage/PyBitmessage.git
5314
 git clone https://github.com/Bitmessage/PyBitmessage.git
5315
 cd PyBitmessage
5315
 cd PyBitmessage
5411
 
5411
 
5412
 #+BEGIN_SRC: bash
5412
 #+BEGIN_SRC: bash
5413
 [bitmessagesettings]
5413
 [bitmessagesettings]
5414
-settingsversion = 7
5414
+settingsversion = 8
5415
 port = 8444
5415
 port = 8444
5416
 timeformat = %%a, %%d %%b %%Y  %%I:%%M %%p
5416
 timeformat = %%a, %%d %%b %%Y  %%I:%%M %%p
5417
 blackwhitelist = black
5417
 blackwhitelist = black
5418
-startonlogon = false
5419
-minimizetotray = false
5420
-showtraynotifications = false
5421
-startintray = false
5422
-socksproxytype = none
5418
+startonlogon = False
5419
+minimizetotray = False
5420
+showtraynotifications = True
5421
+startintray = False
5422
+socksproxytype = SOCKS5
5423
 sockshostname = localhost
5423
 sockshostname = localhost
5424
 socksport = 9050
5424
 socksport = 9050
5425
-socksauthentication = false
5426
-sockslisten = false
5425
+socksauthentication = False
5426
+sockslisten = True
5427
 socksusername =
5427
 socksusername =
5428
 sockspassword =
5428
 sockspassword =
5429
 keysencrypted = false
5429
 keysencrypted = false
5434
 maxacceptablenoncetrialsperbyte = 0
5434
 maxacceptablenoncetrialsperbyte = 0
5435
 maxacceptablepayloadlengthextrabytes = 0
5435
 maxacceptablepayloadlengthextrabytes = 0
5436
 userlocale = system
5436
 userlocale = system
5437
+useidenticons = True
5438
+identiconsuffix = re9E9UtSEaWD
5439
+replybelow = False
5440
+stopresendingafterxdays =
5441
+stopresendingafterxmonths =
5437
 namecoinrpctype = namecoind
5442
 namecoinrpctype = namecoind
5438
 namecoinrpchost = localhost
5443
 namecoinrpchost = localhost
5439
 namecoinrpcuser =
5444
 namecoinrpcuser =
5440
 namecoinrpcpassword =
5445
 namecoinrpcpassword =
5441
 namecoinrpcport = 8336
5446
 namecoinrpcport = 8336
5442
 sendoutgoingconnections = True
5447
 sendoutgoingconnections = True
5448
+willinglysendtomobile = False
5443
 daemon = true
5449
 daemon = true
5444
 #+END_SRC
5450
 #+END_SRC
5445
 
5451