KgBC
KgBC
Hi, the site tells TorChat2 is the new product, looking at code changes I think TorChat is the one who is developed more activly. What are the plans? I'm about...
For description and possible fix see https://bitcointalk.org/index.php?topic=268126.msg3437250#msg3437250
Track down where reconnects happen, and avoid them completly. Related issue: Faster reconnect here #40
It should be possible to switch to another config during runtime. Easiest would be moving the config to an own class instance. If the new config could not be loaded...
I'm working on a reconnect method where I do not close/reopen the browser. The bot would decide where it is possible to use the fast method. If the fast method...
I want a bunch of command line arguments, like: ``` --config martingale #switch to a config called 'martingale' --simulate 0 #simulate with even luck --log bets-martingale #log to bets-martingale.log, graph...
Wouldn't it be easy and cool to have a nice user interface to - set up this bot's config, - monitor it while running, - control it? This is the...
Config option to choose a firefox profile path. ``` jdb_global = { "ff_profile_path" : '/root/.mozilla/firefox/7djx4qg0.just-dice', } ``` This is how to create a FF Profile, this will go into Wiki...