Bläddra i källkod

Updating bitmessage to route through tor

Bob Mottram 11 år sedan
förälder
incheckning
b258052344
1 ändrade filer med 15 tillägg och 9 borttagningar
  1. 15
    9
      beaglebone.txt

+ 15
- 9
beaglebone.txt Visa fil

@@ -5309,7 +5309,7 @@ Installing Bitmessage as a daemon will increase the size of the network, and the
5309 5309
 Install from the current source code.
5310 5310
 
5311 5311
 #+BEGIN_SRC: bash
5312
-apt-get install python screen
5312
+apt-get install python screen tor
5313 5313
 cd /tmp
5314 5314
 git clone https://github.com/Bitmessage/PyBitmessage.git
5315 5315
 cd PyBitmessage
@@ -5411,19 +5411,19 @@ Add the following:
5411 5411
 
5412 5412
 #+BEGIN_SRC: bash
5413 5413
 [bitmessagesettings]
5414
-settingsversion = 7
5414
+settingsversion = 8
5415 5415
 port = 8444
5416 5416
 timeformat = %%a, %%d %%b %%Y  %%I:%%M %%p
5417 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 5423
 sockshostname = localhost
5424 5424
 socksport = 9050
5425
-socksauthentication = false
5426
-sockslisten = false
5425
+socksauthentication = False
5426
+sockslisten = True
5427 5427
 socksusername =
5428 5428
 sockspassword =
5429 5429
 keysencrypted = false
@@ -5434,12 +5434,18 @@ minimizeonclose = false
5434 5434
 maxacceptablenoncetrialsperbyte = 0
5435 5435
 maxacceptablepayloadlengthextrabytes = 0
5436 5436
 userlocale = system
5437
+useidenticons = True
5438
+identiconsuffix = re9E9UtSEaWD
5439
+replybelow = False
5440
+stopresendingafterxdays =
5441
+stopresendingafterxmonths =
5437 5442
 namecoinrpctype = namecoind
5438 5443
 namecoinrpchost = localhost
5439 5444
 namecoinrpcuser =
5440 5445
 namecoinrpcpassword =
5441 5446
 namecoinrpcport = 8336
5442 5447
 sendoutgoingconnections = True
5448
+willinglysendtomobile = False
5443 5449
 daemon = true
5444 5450
 #+END_SRC
5445 5451