Seuntjie,
He mentioned Just-dice. Very erratic behavior on there. I've used both B10 and B11 and stay running anywhere from 1 minute to several hours. Usually around 20-30 minutes before it hangs. If I go to the betting tab on the website, I can see the result of the last bet, but the bot doesn't get it. If I just place a bet manually from the bot, it picks up where it left off and continues. It seemed to get better when Doog added the throttle (bet delay) back in. But it seems that was short lived. It would make sense if you had a return last bet result API call. Then set a timer in the bot for x seconds and it the timer pops call for the last result and see if you missed it.
I've got a problem now on B10 where I can't reset the stats. I've found that after several thousand bets, betting slows way down. If I reset the chart that helps a lot, but I prefer to also reset the stats at that point. (It makes the new chart more dramatic...
) for some reason it's not working now.
All in all an excellent bot. Keep up the great work.
Have you thought about creating a separate thread for programmer mode enthusiasts? I've been having a blast with it. One thing I love is that you can set variables on the LUA console while the bot is running. I can change my risk level on the fly, when I'm feeling lucky. or dial it back down when I want to just let the bot run.
Thanks for all of you hard work...
Oh yeah he did. I missed that completely, sorry.
On JD in the alpha versions, the stop is deliberate. It sometimes happens that the bet is executed but gets stuck on the server or lost on in the internet somewhere. So the bot stops betting instead of retrying the bet for a very good reason. Imagine the following scenario. You Martingale with a base bet of 1 clam.
1:L
2:L
4:L
8:L
16:L
32:L
64:L
128:L
256:L
512:L
1024:L
2048:L
4096:W, but bet gets lost.
4096:L Bot Retries the last bet
8192:L
You Bust.
So while it is annoying, It is in the best interest of the user/player that the bot stops in this case.
It would be ideal to have the bet method return the bet result, but unfortunately, that's not how JD socket is set up, so while i can change the api to return the object, it would not be any more reliable than it already is. Instead, it would just complicate things in the api and slow it down as a whole.
the reset stats button is a bug in b10, it's been fixed in b11.
Starting a thread for the programmer mode has been suggested to me before. I have no intention of starting one myself, but feel free to do so yourself and post the link to it in this thread. I'll probably keep an eye on it.