just-dice-bot
just-dice-bot copied to clipboard
Hi, this is a flexible betting bot for just-dice.com. Feel free to use it under GPL. If you want to donate some Beer/Satoshis: 1CDjWb7zupTfQihc6sMeDvPmUHkfeMhC83 Thanks. The ACES branch is considered...
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...
Traceback (most recent call last): File "just-dice-bot.py", line 676, in **init** canvas.print_figure(graph_fn) File "/usr/lib/pymodules/python2.7/matplotlib/backend_bases.py", line 2021, in print_figure **kwargs) File "/usr/lib/pymodules/python2.7/matplotlib/backends/backend_agg.py", line 474, in print_png filename_or_obj = file(filename_or_obj, 'wb') IOError:...
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...
The new hoster presents a captcha for many tor IP's. We cannot fix this, but in our reconnect method we will output the window title so that you know what's...
Good to see where we lose / win. e.g. Bet 1 ; won: 10, lost: 12 Bet 2 ; won: 5, lost: 7 Bet 3 ; won 5, lost 2...
1.Martingale can not make one always win, often it'll end up out of money if one is too greedy to have a target. So config a target amount and let...
as we just read the balance: withdrawals and deposits are counted as wins/losses. that shouldn't count :)