Skip to content
posta-store edited this page Jul 23, 2018 · 13 revisions

use Bitmessage over Tornet settings


  • Reduce the "log level" to have smaller "debug.log" files, or none at all. edit a text file "logger.dat" accordingly: how to do it to reduce logging, edit a text file .../src/logger.dat with content:

[logger_root]

level=NOTSET

handlers=handler_null

[formatters]

keys =

[formatter_null]

wtf=null

[handlers]

keys =

[handler_null]

class =

[loggers]

keys = root


switch to HTML view automatically

in regular pyBM you must switch over manually, because of security concerns. http://bitmessage.mybb.im forum has more info on how to do that automatically, just 3 lines must be adapted.

Those places in the python code should be marked ###USER_FEATURE there are a couple of them in existence, such as modified number of connections etc.. find more info in the 3 forums out there (UBF and the others).

Clone this wiki locally